The S2Downloader allows to download Sentinel-2 L2A data from the cost-free element84 AWS Amazon server. It specifically serves the purpose to download data for user-defined area of interests (AOI). It offers several parameters for filtering the data, can stack the results, mosaic and crop to AOI.
The S2Downloader allows to download Sentinel-2 L2A data from the cost-free element84
AWS Amazon Cloud server. It specifically serves the purpose to download data for user-defined area of interests (AOI), defined by a bounding box or whole tiles which are the original data product provided by ESA.
Features on Sentinel-2 tile level
"coastal"
, "blue"
, "green"
, "red"
, "rededge1"
,"rededge2"
, "rededge3"
, "nir"
, "nir08"
, "nir09"
,"cirrus"
, "swir16"
, "swir22"
Features on AOI level
Features for saving the results
Install
S2Downloader
Run with relative or absolute path to config json file: :
S2Downloader --filepath "path/to/config.json"
Relative paths in the config file are supposed to be relative to the
location of the repository.
See usage for more details about the config file.
The downloaded raster files and overviews are saved in .tif format, the
thumbnails are saved as .jpg. Additional information is saved in a.json
and a logging file.
See usage for more details about the output files.
You can find the protocol of recent changes in the S2Downloader package here.
Contributions are always welcome. Please contact us, if you wish to
contribute to the S2Downloader.
S2Downloader has been developed by FERN.Lab, the Helmholtz Innovation Lab "Remote sensing for sustainable use of resources", located at the
Helmholtz Centre Potsdam, GFZ German Research Centre for Geosciences. FERN.Lab is funded by the Initiative and Networking Fund of the Helmholtz
Association.
This package was created with Cookiecutter and the fernlab/cookiecutter-pypackage
project template.