Programmer’s reference manual

cf classes

Variable([public_attributes, private_attributes]) Base class for a space and its components.
Space([public_attributes, private_attributes]) Represent a space construct according to the CF data model.
Coordinate([public_attributes, ...]) A CF coordinate object.
CoordinateBounds([public_attributes, ...]) A CF coordinate’s bounds object containing cell boundaries or
CellMeasures([public_attributes, ...]) A CF cell measures object containing information that is needed about
CfDict(*args, **kwargs) A dictionary-like object (a ‘cf dictionary’) suitable for storing CF
Grid(*args, **kwargs) A CF grid object defining a space’s dimensionality, coordinates, cell
Transform(*args, **kwargs) A CF transform object defining a coordinate’s transformation in a
CfList([sequence]) A list-like object (a ‘cf list’) suitable for CF structures.
VariableList([sequence]) An ordered sequence of variables stored in a single, list-like object.
SpaceList([sequence]) An ordered sequence of spaces stored in a single, list-like object.
CellMethods([sequence]) A CF cell methods object to describe the characteristic of a field
Comparison(**kwargs) Create an object for storing a comparison expression.

cf functions

dump
eq
equals
ge
gt
inside
le
lt
ne
outside
read
read1
write

Table Of Contents

This Page