A Python reference implementation of the CF data model
CellConnectivity.
size
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.
shape
New 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