Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 00:32
9db3c13

GriddingMachine v0.2.0

Diff since v0.1.8

Upgrade to 0.2:

  • reprocess the data to netCDF files rather than various forms such as binary and tif
  • re-orientate the data as using the order of lon, lat, cycle
  • all data are stored as "data" in the netCDF file, along with "std" for error (NaN if missing)
  • redesign the data query and read systems
  • add two sub-modules: Collections (to distribute data) and Indexer (to read data)
  • archive unsupported function in a sub-module GriddingMachineOld (features will be moved out gradually in future major release)