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/. A full description of the ECMWF WEB API can be found at { "ECMWF" : "API", "version" : 1 }. 

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

 

  

Learning more

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