cfdm.CellConnectivity.ndim

CellConnectivity.ndim

The number of data dimensions.

Only the data dimensions that correspond to a domain axis construct are included.

New in version (cfdm): 1.11.0.0

See also

data, has_data, shape, size

Examples

>>>
>>> d.shape
(1324,)
>>> d.ndim
1
>>> f.size
1324