Classes of the cf module

Field classes

cf.Field A field construct according to the CF data model.
cf.FieldList An ordered sequence of fields.

Field component classes

cf.AncillaryVariables A sequence of ancillary variable fields stored in a list-like object.
cf.AuxiliaryCoordinate A CF auxiliary coordinate construct.
cf.CellMeasure A CF cell measure construct containing information that is needed
cf.CellMethods A CF cell methods object to describe the characteristic of a field
cf.CoordinateBounds A CF coordinate’s bounds object containing cell boundaries or
cf.Data An N-dimensional data array with units and masked values.
cf.DimensionCoordinate A CF dimension coordinate construct.
cf.Domain Completely describe a field’s coordinate system (domain).
cf.Flags Self-describing CF flag values.
cf.Transform A CF transform construct.
cf.Units Store, combine and compare physical units and convert numeric values to different units.

Miscellaneous classes

cf.Comparison Store a comparison operation.
cf.Datetime A date-time object which supports CF calendars.
cf.Dict A dictionary-like object with attributes.
cf.List A list-like object with attributes.

Base classes

cf.Coordinate Base class for a CF dimension or auxiliary coordinate construct.
cf.Variable Base class for storing a data array with metadata.

Inheritance diagrams

The classes defined by the cf package inherit as follows:


_images/inheritance1.png
_images/inheritance2.png
_images/inheritance3.png

This inheritance diagrams show, for example:

Table Of Contents

Previous topic

cf.relpath

Next topic

cf.Field

This Page