cf.DomainTopology.shape — Documentation
A tuple of the data array’s dimension sizes.
Only the data dimension that corresponds to a domain axis construct is included.
Added in version (cfdm): 1.11.0.0
See also
data, has_data, ndim, size
data
has_data
ndim
size
Examples
>>> d.shape (1324,) >>> d.ndim 1 >>> d.size 1324