cfdm functions¶
Version 1.7.7 for version 1.7 of the CF conventions.
Reading and writing¶
cfdm.read |
Read field constructs from a dataset. |
cfdm.write |
Write field constructs to a netCDF file. |
Constants¶
cfdm.CF |
The version of the CF conventions. |
cfdm.ATOL |
The tolerance on absolute differences when testing for numerically tolerant equality. |
cfdm.RTOL |
The tolerance on relative differences when testing for numerically tolerant equality. |
Miscellaneous¶
cfdm.environment |
Return the names, versions and paths of all dependencies. |
cfdm.implementation |
Return a container for the CF data model implementation. |