Version 1.1 Updates¶
Version 1.1.0¶
Deprecations¶
Changes¶
The
levelecCodes key is no longer silently renamed tolevelistbyearthkit.data.encoders.GribEncoder.encode()before it is encoded. It is now written to the GRIB message unchanged.
Fixes¶
Fixed issue when could not convert multiple NetCDF files to Xarray or fieldlist (#1074). This happened when the source contained multiple directories or archives (e.g. tar) each containing multiple NetCDF files. It also happened when data was retrieved from a remote source (e.g. “cds”) and the source contained multiple archive files each with multiple NetCDF files.
Fixed issue when could not convert multiple CSV files to a pandas dataframe (#1075).
Fixed issue when calling MultiData.available_types raised an exception (#1075).
Fixed issue when setting the
levelkey without specifying the level type inearthkit.data.encoders.GribEncoder.encode()resulted in incorrect GRIB messages always containingtypeOfLevel=isobaricInhPairrespective of the original/template data (#1077).