cardat / air-health-bushfire-smoke-netcdf

Software to share australian bushfire smoke data funded by CAR and ARDC. Supported by CurtinIC and ASDAF
MIT License
1 stars 0 forks source link

Data output layout #14

Open truth-quark opened 1 year ago

truth-quark commented 1 year ago

Task: decide on a "layout" for the NetCDF output files. The purpose of this repo is to convert project data to NetCDF files. This needs a common layout. For data (e.g. CAMS....), we have:

Layout can be one of:

TODO: Can these be created from NetCDF tools or should it be done from the project code?

Also, have a look at NetCDF compression to save space: https://gdal.org/drivers/raster/netcdf.html COMPRESS=DEFLATE and ZLEVEL=9 Z level is 1-9, 9 being high compression

truth-quark commented 1 year ago

Start with getting the NetCDF sorted 1st, then deal with metadata etc. Rough task list: