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
Release history Release notifications | RSS feed
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
File details
Details for the file eumetsat2ani-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: eumetsat2ani-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54ee847f19af0440904543b966fa8c022f063bbf56f3fbddbdfc15d3cf1b7419 |
|
MD5 | 510ed874d4fb8178369fbaafa01d1012 |
|
BLAKE2b-256 | 7703795959276cc0e785903eb33dd34d5ec27796987ada7aa42426aa19e84886 |