Version 0.8 Updates¶
Version 0.8.1¶
Streams¶
Refactored the stream source interface:
added
batched()andgroup_by()for stream and fieldlist like objectsadded the
read_alloption forfrom_source()to read all data into memory whenstream=Trueremoved the
batch_sizeandgroup_bykwargs fromfrom_source()
See here for further details.
New features¶
the
valid_datetimemetadata key now yields a str in ISO 8601 format when used inField.metadata()orFieldList.metadata. Previously datetime.datetime was returned.Removed warning when non default (non-forced) options in
xarray_open_dataset_kwargspassed toto_xarray()for GRIB data.Used warnings.warn() when forced kwargs (
errorsorengine) specified with non-default values toto_xarray()for GRIB data.Enabled earthkit-data to be used in anemoi-datasets
Fixes¶
Fixed issue when
from_source()could not be used after importing GRIBReader.