cf.CoordinateReference.copy

CoordinateReference.copy()[source]

Return a deep copy.

c.copy() is equivalent to copy.deepcopy(c).

Examples 1:
>>> d = c.copy()
Returns:
out:

The deep copy.