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) inindexwill not, on their own, causeis_subspaceto returnFalseNew in version (cfdm): 1.12.0.0