OzFlux / PyFluxPro

PyFluxPro V3.4 is a significant upgrade from previous versions. It has several new features, improved stability and is introduced ahead of the 2021 OzFlux Data Workshop.
GNU General Public License v3.0
21 stars 5 forks source link

Allow creation of AWS netCDF file from CSV using L1 processing. #89

Closed pisaac-ozflux closed 1 year ago

pisaac-ozflux commented 1 year ago

Generalise ability to create netCDF file from CSV or Excel file. Use case is to generate a netCDF file of AWS data from a CSV file using L1 processing of PFP. Required: 1) do sonic and IRGA instrument type checks only if variables associated with sonic and IRGA are in control file. 2) timestamp must now be in the first column of file but detection of timestamp type is more robust ('datetime64[ns]', '<M8[ns]', '>M8[ns]' and 'object' are now handled correctly).