Skip to content

Releases: ecmwf/earthkit-data

Release 0.3.1

06 Sep 16:29
dd382be
Compare
Choose a tag to compare

Release 0.3.0

31 Aug 13:28
19a2157
Compare
Choose a tag to compare

0.2.0 release

04 Jul 09:47
0a3b1d9
Compare
Choose a tag to compare

Makes geopandas an optional requirement

09 Jan 15:11
d8da943
Compare
Choose a tag to compare
Pre-release
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

09 Jan 10:14
Compare
Choose a tag to compare
Pre-release

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

22 Dec 10:50
e4eb13f
Compare
Choose a tag to compare
v0.0.3b1 Pre-release
Pre-release

Missed tranform function in 0.0.3b0 release

0.0.3 Beta release

22 Dec 09:57
Compare
Choose a tag to compare
0.0.3 Beta release Pre-release
Pre-release
0.0.3b

qa update

0.0.2b

16 Dec 15:45
a7b84fe
Compare
Choose a tag to compare
0.0.2b Pre-release
Pre-release
  • cgul harmonisation included when converting to xarray
  • notebook examples added

v0.0.1-beta

18 Oct 13:41
b614ebe
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

beta version for testing with cads-toolbox