- Downloading images from Sentinel-2 google data storage
- Using Google Api Key
- Install dependencies, see Dockerfile
- Add to requirements.txt in the project or use
pip install
:
git+https://github.com/QuantuMobileSoftware/sentinel2tools.git@<commit-ref>
orgit+ssh://[email protected]/QuantumobileSoftware/sentinel2tools.git@<commit-ref>
- If the only dependency that you didn't have installed is
Sen2Cor
, then you can usesen2cor_install.sh
script. It is added as a part of python package, so you can simply run sen2cor_install.sh - Sen2Cor will be installed in your home directory
See examples/download.py
on how to download Sentinel-2 images.
For more details see docs in Sentinel2Downloader.download()
method
See examples/conversion.py
on how to convert raw Sentinel-2 L1C products into L2A products.
In order to convert Sentinel-2 products need to be fully downloaded (.SAFE folder),
to achieve it set full_download=True option of Sentinel2Downloader
.