eumetsat

Classes and methods to provide an interface to the EUMETSAT data API.

Classes and methods to handle access tokens, get data catalogues and manage the downloads and storage of data from the EUMETSET API and their logging.

Usage example: from satip.eumetsat import DownloadManager dm = DownloadManager(user_key, user_secret, download_directory, log_directory)

See satip.download.py for a specific application example.