Regridding

area_hi2lores Interpolates from high resolution grids to low resolution grids using local area averaging.
area_hi2lores_Wrap Interpolates from high resolution grids to low resolution grids using local area averaging. (retains meta data)
bin_avg Calculates gridded binned averages and counts using randomly spaced data.
f2fosh Interpolates a scalar quantity from a fixed grid (including pole points) to a fixed-offset grid.
f2fosh_Wrap Interpolates a scalar quantity from a fixed grid (including pole points) to a fixed-offset grid (retains metadata).
f2foshv Interpolates a vector quantity on a fixed grid (including pole points) to a fixed-offset grid.
f2foshv_Wrap Interpolates a vector quantity on a fixed grid (including pole points) to a fixed-offset grid (retains metadata).
f2fsh Interpolates a scalar quantity from one fixed grid to another.
f2fsh_Wrap Interpolates a scalar quantity from one fixed grid to another (retains metadata).
f2fshv Interpolates a vector quantity from one fixed grid to another.
f2fshv_Wrap Interpolates a vector quantity from one fixed grid to another (retains metadata).
f2gsh Interpolates a scalar quantity from a fixed grid to a Gaussian grid (with optional truncation).
f2gsh_Wrap Interpolates a scalar quantity from a fixed grid to a Gaussian grid (with optional truncation) (retains metadata).
f2gshv Interpolates a vector quantity on a fixed grid to a Gaussian grid (optional truncation).
f2gshv_Wrap Interpolates a vector quantity on a fixed grid to a Gaussian grid (optional truncation) (retains metadata).
fo2fsh Interpolates a scalar quantity from a fixed-offset grid to a fixed grid.
fo2fsh_Wrap Interpolates a scalar quantity from a fixed-offset grid to a fixed grid (retains metadata).
fo2fshv Interpolates a vector quantity from a fixed-offset grid to a fixed grid.
fo2fshv_Wrap Interpolates a vector quantity from a fixed-offset grid to a fixed grid (retains metadata).
ftsurf Calculates an interpolatory surface passing through a rectangular grid of function values.
g2fsh Interpolates a scalar quantity from a Gaussian grid to a fixed grid.
g2fsh_Wrap Interpolates a scalar quantity from a Gaussian grid to a fixed grid (retains metadata).
g2fshv Interpolates a vector quantity from a Gaussian grid to a fixed grid.
g2fshv_Wrap Interpolates a vector quantity from a Gaussian grid to a fixed grid (retains metadata).
g2gsh Interpolates a scalar quantity from one Gaussian grid to another (with optional truncation).
g2gsh_Wrap Interpolates a scalar quantity from one Gaussian grid to another (with optional truncation) (retains metadata).
g2gshv Interpolates a vector quantity from one Gaussian to another (optional truncation).
g2gshv_Wrap Interpolates a vector quantity from one Gaussian to another (optional truncation) (retains metadata).
linint2 Interpolates from one grid to another grid using bilinear interpolation.
linint2_points Interpolates from a grid to arbitrarily specified coordinate pairs using bilinear interpolation.
linint2_points_Wrap Interpolates from a grid to arbitrarily specified coordinate pairs using bilinear interpolation, and retains metadata.
linint2_Wrap Interpolates from one grid to another grid using bilinear interpolation (retains metadata).
obj_anal_ic Iterative correction objective analysis (Cressman, Barnes).
poisson_grid_fill Replaces all _FillValue values in a grid with values derived from solving Poisson's equation via relaxation.
pop_remap Regrids a POP ocean model grid to another grid.
PopLatLon Regrids a scalar variable on a POP grid to a lat/lon grid or vice-versa.
PopLatLonV Converts vectors on a POP grid to a lat/lon grid and vice-versa.
rcm2points Interpolates curvilinear grids (RCM, WRF, NARR) to user specified locations.
rcm2points_Wrap Interpolates curvilinear grids (RCM, WRF, NARR) to user specified locations and retains meta data.
rcm2rgrid Interpolates RCM, WRF and NARR grids to rectilinear lat/lon grids.
rcm2rgrid_Wrap Interpolates RCM, WRF and NARR grids to rectilinear lat/lon grid and retains meta data.
rgrid2rcm Interpolates a rectilinear lat/lon grid to curvilinear grids like those used by the RCM, WRF and NARR models/datasets.
rgrid2rcm_Wrap Interpolates a rectilinear lat/lon grid to curvilinear grids like those used by the RCM, WRF and NARR models/datasets and retains meta data.
triple2grid Places randomly-spaced data onto the nearest locations of a grid described by one-dimensional coordinate arrays.
triple2grid2d Places randomly-spaced data onto the nearest locations of a grid described by two-dimensional coordinate arrays.
triple2grid_Wrap Places randomly-spaced data onto the nearest locations of a grid described by one-dimensional coordinate arrays and preserves meta data..