xdas.coordinates.Coordinate.copy#

Coordinate.copy(deep=True)[source]#

Return a copy of this coordinate.

Parameters:

deep (bool, optional) – If True (default) perform a deep copy; otherwise a shallow copy.

Returns:

A new coordinate of the same subclass with copied data and metadata.

Return type:

Coordinate