From 5afc09855e858486cde2a33fca679769ce8cd7f2 Mon Sep 17 00:00:00 2001 From: davidh-ssec <david.hoese@ssec.wisc.edu> Date: Fri, 14 Jul 2017 09:15:36 -0500 Subject: [PATCH] Move quicklook script to level_b1 subpackage --- .../create_quicklook.py => level_b1/quicklook.py} | 0 aosstower/tower_quicklooks/__init__.py | 1 - aosstower/tower_quicklooks/test_cases.txt | 7 ------- 3 files changed, 8 deletions(-) rename aosstower/{tower_quicklooks/create_quicklook.py => level_b1/quicklook.py} (100%) delete mode 100644 aosstower/tower_quicklooks/__init__.py delete mode 100644 aosstower/tower_quicklooks/test_cases.txt diff --git a/aosstower/tower_quicklooks/create_quicklook.py b/aosstower/level_b1/quicklook.py similarity index 100% rename from aosstower/tower_quicklooks/create_quicklook.py rename to aosstower/level_b1/quicklook.py diff --git a/aosstower/tower_quicklooks/__init__.py b/aosstower/tower_quicklooks/__init__.py deleted file mode 100644 index 8b13789..0000000 --- a/aosstower/tower_quicklooks/__init__.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/aosstower/tower_quicklooks/test_cases.txt b/aosstower/tower_quicklooks/test_cases.txt deleted file mode 100644 index f39ab64..0000000 --- a/aosstower/tower_quicklooks/test_cases.txt +++ /dev/null @@ -1,7 +0,0 @@ -time python create_quicklook.py /Users/kgao/Desktop/ncFiles/05/aoss_tower.2013-05-01.day.nc /Users/kgao/Desktop/ncFiles/05/aoss_tower.2013-05-02.day.nc -o test --varnames air_temp dewpoint rh pressure wind_speed wind_dir accum_precip solar_flux --daily - -time python create_quicklook.py -s 2013-05-01 /Users/kgao/Desktop/ncFiles/05/aoss_tower.2013-05-01.day.nc -o test --varnames air_temp dewpoint rh pressure wind_speed wind_dir accum_precip solar_flux - -time python create_quicklook.py -s 2013-05-01 /Users/kgao/Desktop/ncFiles/05/aoss_tower.2013-05-01.day.nc -o test --varnames air_temp dewpoint - -time python create_quicklook.py -s 2013-05-01 /Users/kgao/Desktop/ncFiles/05/aoss_tower.2013-05-01.day.nc -o test --varnames pressure -- GitLab