A CF-compliant earth science data analysis library
The number of data dimensions.
Only the data dimensions that correspond to a domain axis construct are included.
Added in version (cfdm): 1.11.0.0
See also
data, has_data, shape, size
data
has_data
shape
size
Examples
>>> d.shape (1324,) >>> d.ndim 1 >>> f.size 1324