cfdm.NetCDF4Array.is_subspace

NetCDF4Array.is_subspace()[source]

True if the index represents a subspace of the data.

The presence of numpy.newaxis (i.e. added size 1 dimensions) in index will not, on their own, cause is_subspace to return False

New in version (cfdm): 1.12.0.0

See also

index, shape