easyclimate.interp.mesh2point

easyclimate.interp.mesh2point#

Interpolating mesh/grid data to point locations

This module provides functionality to interpolate values from a regular grid/mesh (e.g., climate model output, remote sensing data) to specific point locations (e.g., weather stations, observation points) using various interpolation methods.

Functions

interp_mesh2point(data_input, df[, ...])

Interpolate values from a regular grid/mesh to specific point locations.

interp_mesh2point_withtime(data_input, ...)

Interpolate gridded data to specific point locations with time series preservation.