cfdm functions


Version 1.11.1.0 for version 1.11 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.

Constants

cfdm.CF

The version of the CF conventions.

cfdm.atol

The numerical equality tolerance on absolute differences.

cfdm.rtol

The numerical equality tolerance on relative differences.

cfdm.log_level

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

cfdm.configuration

Views and sets constants in the project-wide configuration.

cfdm.ATOL

Alias for cfdm.atol.

cfdm.RTOL

Alias for cfdm.rtol.

cfdm.LOG_LEVEL

Alias for cfdm.log_level.

Miscellaneous

cfdm.abspath

Return a normalised absolute version of a file name.

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.unique_constructs

Return the unique constructs from a sequence.