cf.CoordinateReference.get

CoordinateReference.get(key, default=None)[source]

Return a parameter value of the datum or the coordinate conversion.

Added in version 3.0.0.

See also

coordinate_conversion.get_parameter, datum.get_parameter, __getitem__,

Parameters:
key: str

Coordinate reference construct key.

default: optional

Return the value of the default parameter if the specified key has not been set. If set to an Exception instance then it will be raised instead.

Returns:

The parameter value.