Versions Compared

Key

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

Background


Access via web-api


The ROM SAF data is downloaded from the ECMWF public datasets service using web-api, which is a "programmatic approach" for data download using python scripts . You will need to download the appropriate python modules to run these python scripts. For example, the python scripts will contain from ecmwfapi import commands, like in this simple example:

...