cf-python

Go to the cf-python home page for more documention, downloads and source code.

cf classes

Class Description Parent class
Variable Abstract base class object
Space Space Variable
Coordinate Dimension or auxiliary coordinate Variable
CoordinateBounds Coordinate bounds Variable
CellMeasures Cell measures Variable
CfDict Base class MutableMapping
Grid Grid CfDict
Transform Coordinate transforms CfDict
CfList Base class MutableSequence
VariableList List of variables CfList
SpaceList List of spaces VariableList
CellMethods Cell methods CfList
Comparison Comparison expression object
Units Comparison expression object
Data Comparison expression object

The composition of a space may be cast in terms of the class of each space element type:

Note

Ancillary variables are stored in a SpaceList object

cf functions

Function Description
dump() Print the string returned from an object’s dump() method.
eq() Create a Comparison object.
equals() Determine whether two objects are congruent.
ge() Create a Comparison object.
gt() Create a Comparison object.
inside() Create a Comparison object.
le() Create a Comparison object.
lt() Create a Comparison object.
ne() Create a Comparison object.
outside() Create a Comparison object.
read() Read spaces from netCDF files.
write() Write spaces to a netCDF file.

Indices and tables

Table Of Contents

Next topic

1. Space structure

This Page