cf.H5netcdfArray.is_subspace¶
- H5netcdfArray.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
Added in version (cfdm): 1.12.0.0