cf.Data.loads¶
-
Data.
loads
(j, chunk=True)[source]¶ Reset the data in place from a string serialisation.
Deprecated at version 3.14.0. Consider inspecting the dask array returned by
to_dask_array
instead.- Parameters
- j:
str
A JSON document string serialisation of a
cf.Data
object.- chunk:
bool
, optional If True (the default) then the reset data array will be re-partitioned according the current chunk size, as defined by the
cf.chunksize
function.
- j:
- Returns