cfdm.NumpyArray.to_memory

NumpyArray.to_memory()[source]

Bring data on disk into memory.

There is no change to data that is already in memory.

New in version (cfdm): 1.7.0

Returns
NumpyArray

A copy of the array with all of its data in memory.