Skip to content

Commit

Permalink
Add access to esuite data
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 15, 2023
1 parent cb3d1c5 commit 5e0ea22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ecmwf/opendata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .client import Client

__version__ = "0.1.3"
__version__ = "0.1.4"

__all__ = ["Client"]
1 change: 1 addition & 0 deletions ecmwf/opendata/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ecmwf": "https://data.ecmwf.int/forecasts",
"azure": "https://ai4edataeuwest.blob.core.windows.net/ecmwf",
"aws": "https://ecmwf-forecasts.s3.eu-central-1.amazonaws.com",
"ecmwf-esuites": "https://xdiss.ecmwf.int/ecpds/home/opendata",
}

if os.path.exists(DOT_ECMWF_OPENDATA):
Expand Down

0 comments on commit 5e0ea22

Please sign in to comment.