cfdm functions


Version 1.12.0.0 for version 1.12 of the CF conventions.

Reading and writing

cfdm.read

Read field or domain constructs from a dataset.

cfdm.write

Write field and domain constructs to a netCDF file.

cfdm.netcdf_flatten

Create a flattened version of a grouped netCDF dataset.

cfdm.netcdf_index

Mathematical operations

cf.atol

The numerical equality tolerance on absolute differences.

cf.rtol

The numerical equality tolerance on relative differences.

Resource management

cf.configuration

View or set any number of constants in the project-wide configuration.

cf.chunksize

Return a Constant instance during class creation.

Miscellaneous

cfdm.CF

The version of the CF conventions.

cfdm.abspath

Return a normalised absolute version of a path.

cfdm.dirname

Return the directory of a path.

cfdm.environment

Return the names, versions and paths of all dependencies.

cfdm.example_field

Return an example field construct.

cfdm.example_fields

Return example field constructs.

cfdm.example_domain

Return an example domain construct.

cfdm.implementation

Return a container for the CF data model implementation.

cfdm.integer_dtype

Return the smallest data type that can store the given integer.

cfdm.log_level

The minimal level of seriousness of log messages which are shown.

cfdm.unique_constructs

Return the unique constructs from a sequence.