hydromodpy.spatial.mesh.cartesian_grid.spatial_interpolation#
Shared spatial interpolation utilities for structured grids.
Provides nearest-neighbor, linear, and inverse-distance-weighting (IDW) interpolation from scattered or gridded source data onto 2-D target cell-center arrays.
Functions
|
Interpolate scattered point observations onto a (nrow, ncol) grid. |
|
Interpolate source data onto a (nrow, ncol) target grid. |