cf.RegridOperator.dump

RegridOperator.dump(display=True)[source]

A full description of the regrid operator.

Returns a description of all properties, including the weights and their row and column indices.

New in version 3.14.0.

Parameters
display: bool, optional

If False then return the description as a string. By default the description is printed.

Returns
str or None

The description. If display is True then the description is printed and None is returned. Otherwise the description is returned as a string.