cfdm.RaggedIndexedArray.__getitem__

RaggedIndexedArray.__getitem__(indices)[source]

Return a subspace of the uncompressed data.

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

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

New in version (cfdm): 1.11.0.0