The export_weewxDB2file.py can export 24h of data into a netCDF or CSV
export_weewxDB2file.py --help
usage: export_weewxDB2file.py [-h] [-d DATE] [--dry] [-f {csv,netcdf,both}] [-e {hukseflux} [{hukseflux} ...]]
Ruisdael: Davis Station DB to CSV exporter
optional arguments:
-h, --help show this help message and exit
-d DATE, --date DATE Date string for files to be captured. Format: YYYY-mm-dd
--dry Dry run: no data is written
-f {csv,netcdf,both}, --format {csv,netcdf,both}
Output format: csv, netcdf, both
-e {hukseflux} [{hukseflux} ...], --extra {hukseflux} [{hukseflux} ...]
Extra input sources, besides Davis station. ie. hukseflux. More than 1 value, use space as separatorsudo apt install netcdf-bin