Version 0.3 Updates

Version 0.3.5

Fixes

Version 0.3.4

Fixes

  • fixed issue when the “grid” value in a gridspec could not be specified as a tuple

Version 0.3.3

Fixes

  • fixed issue when failed to interpolate earthkit-data fieldlists containing a regular latitude-longitude grid

Version 0.3.2

Fixes

  • fixed issue when reading an interpolation matrix from the cache unnecessarily invoked checking of remote matrix files on download server

Version 0.3.1

Fixes

  • fixed issue when failed to interpolate from certain reduced Gaussian grids (e.g. O2560, O1280) to regular latitude-longitude grids when the input was an earthkit-data GRIB fieldlist

Version 0.3.0

New features

  • restructured and regenerated matrix inventory

  • allow using the method keyword in interpolate() to specify the interpolation method

  • allow using earthkit-data GRIB fieldlist in interpolate() as input data. This only works when the output grid is a regular latitude-longitude grid. This feature requires earthkit-data >= 0.6.0

  • added notebook examples:

    • /examples/healpix_fieldlist.ipynb

    • /examples/octahedral_fieldlist.ipynb