Skip to main content

Create animations directly from EUMETSAT data

Project description

eumetsat2ani

Create animations directly from EUMETSAT data from the command line:

python -m eumetsat2ani \
    --api-key <eumetsat-api-key> \
    --api-secret <eumetsat-api-secret> \
    --collection-name EO:EUM:DAT:MSG:HRSEVIRI \
    --t-start 2015-04-14T09:00:00 \
    --t-end 2015-04-14T12:00 \
    --area euro \
    --product natural_color

To get your API keys for EUMETSAT you will need to create an account and go to https://api.eumetsat.int/api-key/.

Installation

eumetsat2ani can be installed directly with pip

python -m pip install eumetsat2ani

Usage

python -m eumetsat2ani --help
usage: __main__.py [-h] --api-key str --api-secret str [--collection-name str] [--t-start parse_datetime] [--t-end parse_datetime] [--area str] [--root-data-path Path] [--product str] [--launch-ipdb-on-error]
                   [--frame-duration float]

options:
  -h, --help            show this help message and exit
  --api-key str         EUMETSAT API key (default: None)
  --api-secret str      EUMETSAT API secret (default: None)
  --collection-name str
                        EUMETSAT collection name (default: EO:EUM:DAT:MSG:HRSEVIRI)
  --t-start parse_datetime
                        Start time (default: 2015-04-14T09:00:00)
  --t-end parse_datetime
                        End time (default: 2015-04-14T13:00:00)
  --area str            Area definition (using satpy's inbuilt area definitions) (default: euro)
  --root-data-path Path
                        Root path to store downloaded data (default: data)
  --product str         Satpy product to render (default: natural_color)
  --launch-ipdb-on-error
                        Launch ipdb on error (default: False)
  --frame-duration float
                        Duration of each frame in seconds (default: 0.5)

Inspiration

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

eumetsat2ani-0.1.0-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page