Versions Compared

Key

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

...

To access ECMWF you will need an API KEY that can be optained at https://api.ecmwf.int/v1/key/

Python

pip install -e git+https://software.ecmwf.int/stash/scm/WEBAPI/ecmwf-api-python-client.git#egg=ecmwf-api-python-client

 

Code Block
titleContent of $HOME/.gitconfig
[http]
	sslVerify = false

 

 

git clone https://software.ecmwf.int/stash/scm/WEBAPI/ecmwf-api-python-client.git

error: server certificate verification failed.

Configuration file

Code Block
languagejavascript
titleContent $HOME/.ecmwfapirc
{
    "url"   : "https://api.ecmwf.int/v1",
    "key"   : "XXXXXXXXXXXXXXXXXXXXXX",
    "email" : "john.smith@example.com"
}

...

http://www.ecmwf.int/publications/manuals/mars/guide/index.html

Proxies

SSL

 

pip install -e git+https://software.ecmwf.int/stash/scm/WEBAPI/ecmwf-api-python-client.git#egg=ecmwf-api-python-client

 

http

[http]
sslVerify = false

 

git clone https://software.ecmwf.int/stash/scm/WEBAPI/ecmwf-api-python-client.git

Learning more

A full description of the ECMWF WEB API can be found at { "ECMWF" : "API", "version" : 1 }.