Releases: ecmwf/earthkit-data
Releases · ecmwf/earthkit-data
Release 0.3.1
Release 0.3.0
0.2.0 release
Makes geopandas an optional requirement
Makes geopandas an optional dependency (#10) * Makes geopandas an optional dependency * import geopandas when required Co-authored-by: Eddy <Edward.Comyn-Platt@ecmwf.int>
Improved support for handling ZIP files
Specific file names and wildcards can now be included/excluded when opening ZIP files:
data_1 = emohawk.open("my_file.zip", include="*.nc") # Only unzip and open files ending in ".nc"
data_2 = emohawk.open("my_file.zip", exclude=("*.png", "*.json")) # Ignore PNG and JSON files
v0.0.3b1
0.0.3 Beta release
0.0.3b qa update
0.0.2b
v0.0.1-beta
beta version for testing with cads-toolbox