Versions Compared

Key

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

...

Environment varibables

 

Name 
ECMWF_API_KEY https://api.ecmwf.int/v1
ECMWF_API_URL XXXXXXXXXXXXXXXXXXXXXX
ECMWF_API_EMAIL john.smith@example.com

 

Arguments

Code Block
ECMWFDataServer(
       'https://api.ecmwf.int/v1',
       'XXXXXXXXXXXXXXXXXXXXXX',
       'john.smith@example.com'
    )

...