rex.utilities.regridder

Code for regridding data from one list of coordinates to another

Classes

CachedRegridder(cache_pattern[, min_distance])

Interpolate from one grid to another using cached dists and inds.

Regridder(source_meta, target_meta[, ...])

Interpolate from one grid to another using inverse weighted distances.