cfdm.GatheredArray.compressed_array¶
- GatheredArray.compressed_array¶
 Returns an independent numpy array with the compressed data.
- Returns:
 numpy.ndarrayThe compressed array.
Examples
>>> n = a.compressed_array
>>> isinstance(n, numpy.ndarray) True
Returns an independent numpy array with the compressed data.
numpy.ndarrayThe compressed array.
Examples
>>> n = a.compressed_array
>>> isinstance(n, numpy.ndarray)
True