dctools.processing.interpolation

Interpolation functions.

Functions

apply_over_time_depth(ds, var_names, ...[, ...])

Apply an operation over time and depth dimensions for selected variables in an xarray Dataset.

interpolate_dataset(ds, target_grid[, ...])

Interface unifiée qui utilise uniquement la logique scatter avec Dask.

interpolate_scipy(ds, target_grid[, ...])

Interpolate an xarray Dataset onto a target grid using SciPy interpolation.

interpolate_xesmf(ds, ranges[, weights_filepath])

rename_back(orig_ds, renamed_ds, coord_mapping)

rename_to_standard_pyinterp(ds, lat_name, ...)

scipy_bilinear(data2d, lat_src, lon_src, ...)

Memory-efficient bilinear interpolation using scipy, processed by rows.