cfdm.Domain.coordinate_references¶
-
Domain.
coordinate_references
¶ Return coordinate reference constructs.
New in version 1.7.0.
See also
Parameters: - copy:
bool
, optional If True then return copies of the constructs. By default the constructs are not copied.
Returns: Constructs
The constructs and their construct keys.
dict
Constructs are returned as values of a dictionary, keyed by their construct identifiers.
Examples:
>>> f.coordinate_references Constructs: {}
>>> f.coordinate_references Constructs: {'coordinatereference0': <CoordinateReference: atmosphere_hybrid_height_coordinate>, 'coordinatereference1': <CoordinateReference: rotated_latitude_longitude>}
- copy: