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_arrayinstead.- Parameters
- j:
str A JSON document string serialisation of a
cf.Dataobject.- 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.chunksizefunction.
- j:
- Returns