Skip to content

v0.3.15 (Oct 29, 2025)

Choose a tag to compare

@QianyeSu QianyeSu released this 29 Oct 15:04
· 1957 commits to main since this release

New Features in the interp Submodule: Enhanced Interpolation and Regridding Capabilities

  • Added rcm2points: Nearest neighbor interpolation from curvilinear grids to arbitrary point sets
  • Added rcm2rgrid: Regridding from curvilinear grids to regular latitude-longitude grids
  • Added rgrid2rcm: Reverse regridding from regular latitude-longitude grids to curvilinear grids
  • Added grid_to_triple: Convert regular grids to irregular triplet representation (x, y, value)
  • Added triple_to_grid: Map irregular triplets to regular grids (nearest neighbor, supports search radius/spherical distance)