Bases: cf.space.Variable
A CF coordinate object.
Refer to the Variable and Grid classes and the cf package for details.
Special private attributes
In addition to the special private attributes inherited from the Variable class, the following private attributes have special definitions and it is recommended to set them accordingly.
Attribute | Description |
---|---|
bounds | The coordinate’s CoordinateBounds object. |
climatology | An indicator to specify if the coordinate’s bounds are intervals of climatological time. |
transform | A pointer to the coordinate’s Transform object. |
Return a string containing a full description of the coordinate.
Parameters: |
|
---|---|
Returns: | A string containing the description of the coordinate. |
See also