A CF-compliant earth science data analysis library
The number elements in the data.
size is equal to the product of shape, that only includes the data dimension corresponding to a domain axis construct.
size
shape
Added in version (cfdm): 1.11.0.0
See also
data, has_data, ndim, shape
data
has_data
ndim
Examples
>>> d.shape (1324,) >>> d.ndim 1 >>> d.size 1324