Version 0.4 Updates¶
Version 0.4.0¶
New features¶
added new sources wekeo and wekeocds to retrieve data from WEkEO. See the Retieving data from WEkEO notebook example.
added new source polytope to retrieve data from the Polytope web services. See the Retrieving fields with polytope notebook example.
added the
appendoption toFieldList.save().added the
dtypeoption to theto_data(),to_latlon()andto_points()methods both on aFieldorFieldList.allowed access to 32-bit GRIB data values without requiring a cast in Python from 64 to 32 bits. Only works with a recent ecCodes version (ecCodes >= 2.31.0 and eccodes-python >= 1.6.0 required). In order to use this feature set
dtype=np.float32in theto_numpy(),to_data(),to_latlon()orto_points()methods on either aFieldorFieldList.implemented
FieldListfor xarray dataadded
to_xarray()to csv datano ecCodes installation required any longer when we do not want to access GRIB or BUFR data
Fixes¶
fixed issue when concatenation for
NumpyFieldListdid not workfixed issue when concatenation to an empty Fieldlist did not work
fixed issue when could not get values from a
NumpyFieldListfixed issue when could not retrieve data from the CDS beacause the
monthanddayrequest parameters were pre-filled by earthkit-data. These parameters are not pre-filled any longer.fixed issue when missing values were not correctly written to GRIB output
fixed issue when could not read non-fieldlist type NetCDF data with
from_source()fixed issue when could not save NetCDF data to disk
fixed issue when after modifying an archive file (tar/zip) still the original cached contents was read