Version 0.8 Updates

Version 0.8.1

Streams

Refactored the stream source interface:

See here for further details.

New features

  • the valid_datetime metadata key now yields a str in ISO 8601 format when used in Field.metadata() or FieldList.metadata. Previously datetime.datetime was returned.

  • Removed warning when non default (non-forced) options in xarray_open_dataset_kwargs passed to to_xarray() for GRIB data.

  • Used warnings.warn() when forced kwargs (errors or engine) specified with non-default values to to_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.