Versions Compared

Key

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

...

Panel
titleColorwhite
titleBGColor#2B619E
titleInstall client libraries

Anchor
python
python
Python

You can install the ecmwfapi python library by running:

Code Block
languagebash
sudo pip install https://software.ecmwf.int/wiki/download/attachments/4728790656664858/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.

Warning

At the moment the ecmwfapi python library  requires This version of the library provides support for both Python 2.7.x . Support for and Python 3 may come in the future.

Anchor
availability
availability

...

Panel
titleColorwhite
titleBGColor#2B619E
titleClient Libraries

We also have some API for several client languages. Note that PYTHON Python is the most tested and supported.

Attachments
previewfalse
uploadfalse
oldfalse
patterns*.tgz
sortByname
pageWhat is ECMWF WebAPIDownloads

Perl

You need to download the clien, extract its content and to a directory pointed by the environment variable  PERL5LIB . This code relies on the JSON perl module, as well as libwww-perl and Crypt::SSLeay.

Java

You need to download the client and you will also need the Java JSON package.

...