dctools.processing.interpolation.interpolate_pyinterp
- dctools.processing.interpolation.interpolate_pyinterp(ds, target_grid, reduce_precision=False, pairwise=False)
Interpolate Dataset using PyInterp (High Performance).
Uses Grid2D/3D logic. Supports both Cartesian Grid (default) and Pairwise (Grid-to-Track) interpolation.
- Parameters:
ds (xarray.Dataset)
target_grid (Dict[str, Sequence])
reduce_precision (bool)
pairwise (bool)
- Return type:
xarray.Dataset