cf.GatheredArray.array

GatheredArray.array

Returns a numpy array containing the uncompressed data.

Returns
numpy.ndarray

The uncompressed array.

Examples

>>> n = a.array
>>> isinstance(n, numpy.ndarray)
True