Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Below you will find the latest ECMWF Web-API client version in Python which is tested and supported.


Tip

We have added the ecmwf-api-client to Python Package Index (PYPI). You can follow the instructions to install the latest version here:

https://pypi.org/project/ecmwf-api-client/


Expand
titleold versions ...

 OLD Web-API Python Client Releases

Release dateVersionFileNotes
2017-09-201.5.0

Interrupted downloads resume where they left off. See CHANGES.txt


Expand
titleClick here to see the installation/update instructions...

You can install the ecmwfapi python library by running on Unix/Linux:

Code Block
sudo pip install https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz

or on Windows:

Code Block
pip install https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz

If you cannot run the sudo or pip commands, just download the ecmwf-api-client-python.tgz. Extract its content and copy the module ecmwfapi to a directory pointed by the environment variable PYTHONPATH. Alternatively you can use the --user option of pip to install it in $HOME/.local/lib :

Code Block
pip install --user https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz



Access MARS script:

NameFile
Mars scriptmars


...