sentinelflow

Automated satellite image workflow for Sentinel-2.


License
GPL-3.0
Install
pip install sentinelflow==0.1.4

Documentation

Sentinelflow

Search, download and patch Copernicus Sentinel-2 data into appealing color images. Colors are adapted to human perception and fit for dark oceans as well as bright snow surfaces. Check out the examples directory to assemble images on Mont Blanc and Kiruna, and some more examples at my webpage.

Requires GDAL, ImageMagick, XMLStarlet, and a registration to the Copernicus Open Access Hub. A Python port is under preparation.

Installation:

pip install sentinelflow

To fetch the latest cloud-free image over the Aletsch Glacier use:

sentinelflow.sh --user USERNAME --pass PASSWORD --cloudcover 10 \
                --intersect 46.4,8.1 --maxrows 1 --tiles 32TMS \
                --extent 417000,5138000,432000,5158000

Please refer to the Sentinel-2 data products documentation to find your corresponding tile(s). The image extent is given in UTM coordinates of the local zone. For additional command-line help use:

sentinelflow.sh --help

Please acknowledge usage in all derivative products, for instance with the mention:

Contains modified Copernicus Sentinel data (year). Processed with Sentinelflow (version).