regridding#

Array resampling and interpolation.

A wrapper around the regridding module for named arrays.

Functions

regrid(coordinates_input, ...[, axis_input, ...])

Regrid an array of values defined on a logically-rectangular curvilinear grid onto a new logically-rectangular curvilinear grid.

weights(coordinates_input, coordinates_output)

Save the results of a regridding operation as a sequence of weights, which can be used in subsequent regridding operations on the same grid.

regrid_from_weights(weights, shape_input, ...)

Regrid an array of values using weights computed by weights().

transpose_weights(weights)

Transpose indices of weights for use backward transformation.

transpose_weights_conservative(weights, ...)

Transpose weight matrix and normalize to be conservative.