A Python reference implementation of the CF data model
Data.
to_memory
Bring data on disk into memory and retain it there.
There is no change to data that is already in memory.
None
Examples:
>>> f = cfdm.example_field(4) >>> f.data <Data(3, 26, 4): [[[290.0, ..., --]]] K> >>> f.data.to_memory()