cfdm.Array.__getitem__

Array.__getitem__(indices)[source]

Return a subspace of the uncompressed subarray.

x.__getitem__(indices) <==> x[indices]

Returns a subspace of the uncompressed subarray as an independent numpy array.

New in version (cfdm): 1.8.7.0