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) inindex
will not, on their own, causeis_subspace
to returnFalse
New in version (cfdm): 1.12.0.0