cf.RegridOperator.parameters

RegridOperator.parameters()[source]

Get the CF metadata parameters for the destination grid.

Deprecated at version 3.14.0.

Any parameter names and values are allowed, and it is assumed that these are well defined during the creation and subsequent use of a RegridOperator instance.

Returns
dict

The parameters.

Examples

>>> r.parameters()
{'dst': <CF Domain: {latitude(5), longitude(8), time(1)}>,
 'dst_axes': ['domainaxis1', 'domainaxis2'],
 'src_axes': None}