Versions Compared

Key

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

WARNING: This page has been moved to Access ECMWF Public Datasets.

Include Page
Access ECMWF Public Datasets
Access ECMWF Public Datasets

WARNING: This page has been moved to Access MARS.

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 }.

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

...

languagepython

...