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