cdm¶
Tools for mimicing the API of the Common Data Model (CDM).
The CDM is a data model for representing a wide array of data. The goal is to be a simple, universal interface to different datasets. This API is a Python implementation in the spirit of the original Java interface in netCDF-Java.
Functions
|
Convert a Variable with projection information to a Proj.4 Projection instance. |
|
Mark a function or a class as deprecated. |
Classes
|
Handle maintaining a list of netCDF attributes. |
|
Represents a set of data using the Common Data Model (CDM). |
|
Represent a shared dimension between different Variables. |
|
Holds dimensions and variables. |
Dictionary that remembers insertion order |
|
|
Holds typed data (using a |