Versions Compared

Key

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

This page is not yet complete.

Accessing the batch service

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

Python

To get the

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

jlkllk

error: server certificate verification failed.

jlkjljlk

 

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

...

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

...

Configuration file

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

...