cf.CoordinateReference.set_datum

CoordinateReference.set_datum(datum, copy=True)[source]

Set the datum component.

New in version 1.7.0.

Parameters:
datum: Datum

The datum component to be inserted.

copy: bool, optional

If False then do not copy the datum prior to insertion. By default the datum is copied.

Returns:

None

Examples:

>>> c.set_datum(d)
>>> c.set_datum(d, copy=False)