Version 0.3 Updates
Version 0.3.5
Fixes
added support for ORCA input grids in
interpolate(). See the ORCA inventory for the list of available ORCA source grids.
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
methodkeyword ininterpolate()to specify the interpolation methodallow 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.0added notebook examples: