A Python reference implementation of the CF data model
CompressedArray.
__getitem__
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