|
Object
|
Properties (name: description)
|
| Netcdf (object representing a netcdf dataset, for example, a netcdf file, or an aggregate of netcdf files, or a subset of a netcdf file) |
dimensions: reference to 0 or more
Dimension objects |
| Dimension (object representing a netcdf dimension, i.e. a named index of specified length) |
name: the dimension
name length: the dimension length isUnlimited: flag indicating whether this dimension is flagged as unlimited in the netcdf dataset |
| Variable (object representing a netcdf variable, i.e. a multidimensional array of specified type indexed by 0 or more dimensions) |
name: the variable name shape: reference to the Dimension objects that the variable depends on, ordered with more rapidly varying dimension last, same as C multidimensional arrays type: the data type of the variable values: a listing of the values of the variable attributes: reference to 0 or more Attribute objects |
| Attribute (object representing a netcdf attribute, i.e. a name-value pair of specified type) |
name: the attribute name |