Skip to content

Releases: finam-ufz/finam-regrid

FINAM Regrid v0.2

05 Jun 15:38

Choose a tag to compare

FINAM components for regridding using ESMPy.

See the finam-regrid documentation.

Changelog

Enhancements

  • Added compatibility with FINAM v1.
  • Added support for 3D structured and unstructured grids.
  • Added support for masked input and output data.
  • Added support for spherical/lat-lon regridding and configurable regridding CRS via RegridCRS.
  • Added zero_region argument to the regridder.
  • Re-exported additional ESMPy constants: LineType, NormType, PoleMethod, and Region.

Fixes

  • Fixed CRS transformations to preserve XY axis order.
  • Fixed spherical LocStream coordinate key names.
  • Treated unstructured grids with only point data as LocStreams.
  • Fixed structured grid generation order for transformed grids.

Dependencies

  • Removed the direct xarray dependency.
  • Raised minimum dependency versions to FINAM 1.1.0 and ESMPy 8.7.

FINAM Regrid v0.1

05 Jun 15:36

Choose a tag to compare

FINAM Regrid v0.1 Pre-release
Pre-release

FINAM-regrid v0.1.0

Changelog

initial release of FINAM-regrid