cfdm.CellConnectivity.shape¶
-
CellConnectivity.
shape
¶ A tuple of the data array’s dimension sizes.
Only the data dimension that corresponds to a domain axis construct is included.
New in version (cfdm): 1.11.0.0
Examples
>>> d.shape (1324,) >>> d.ndim 1 >>> d.size 1324