- Feb 08, 2017
-
-
Matthew Westphall authored
-
- Jan 18, 2017
-
-
Matthew Westphall authored
-
- Jan 12, 2017
-
-
Matthew Westphall authored
-
Matthew Westphall authored
-
- Aug 25, 2016
-
-
kgao authored
If dewpoint is missing from netcdf files, the script uses rel_hum and air_temp data to recreate dewpoint data --daily was calculating min and max of temperature and dewpoint plot wrong by not considering dewpoint at all - that has now been fixed
-
- Aug 23, 2016
- Aug 22, 2016
-
-
kgao authored
-
- Aug 17, 2016
-
-
kgao authored
If dates don't line up exactly at the minute mark, the frame gets filled with np.nans now frame takes closest record that is < than the minute mark and sets that record into the file
-
- Aug 15, 2016
-
-
kgao authored
Some variables weren't in frame and qc were marking them as 'good' Now they are marked as missing as desired
-
kgao authored
-
kgao authored
-
kgao authored
need to reorganize headers in the future
-
kgao authored
schema contains valid_min and max values level_b1's nc.py now implements those values into the netCDF header:
-
kgao authored
-
- Aug 12, 2016
-
-
kgao authored
-
- Aug 11, 2016
-
-
kgao authored
-
kgao authored
every five seconds, a new rolling 2 minute average is calculated every minute, only 1 average is stored in the file's memory
-
kgao authored
averages now start at future minute - 1 to future minute
-
kgao authored
averages all vars now except wind_speed and wind_direction Haven't added gust yet
-
kgao authored
-
kgao authored
-
kgao authored
If -s is specified alone, script creates file from -s to end of the day argparse now allows format YYYY-MM-DD
-
- Aug 10, 2016
-
-
kgao authored
Got rid of the --no-empty flag If empty ASCII file, doesn't create a nc file If all ASCII files are empty, raise IO ERROR
-
kgao authored
setup.py now requires the pandas module Fixed bug where some files were missing a data entry Fixed bug where autoRun.bash pointed to wrong python file and python directory
-
- Aug 09, 2016
-
-
kgao authored
Added globals software_version, data_level, data_stream, and input_filenames Added netcdf daily regen grabs a netcdf file for each day, and goes through all ascii files netcdf files are created at /mnt/inst-data/regen_netcdf/aoss/tower/YYYY/MM
-
- Aug 03, 2016
- Aug 01, 2016
-
-
kgao authored
Changed netcdf4 file format to netcdf4_CLASSIC changed strlen from unlimited to 256 added a no-empty flag made -o flag required
-
- Jul 29, 2016
-
-
kgao authored
Without -s and -e, it converts each file into a new netcdf file if -o is used, it converts it itno those output filenames otherwise, it uses first stamp to name the files Uh, doesn't do anything about empty .ascii files yet Will have to ask about that
-
kgao authored
-
kgao authored
zlib for compression chunksize for compression both called in netcdf4's create variable instance
-
kgao authored
Only works when -s and -e are specified at the moment Created draft nc file might need to change altitude value
-
- Jul 20, 2016
-
-
David Hoese authored
-
David Hoese authored
-
- May 19, 2016
-
-
David Hoese authored
-
- Apr 22, 2016
-
-
Bruce Flynn authored
-