Skip to content

Repository for downloading, basic processing sentinel2 satellite images

License

Notifications You must be signed in to change notification settings

QuantuMobileSoftware/sentinel2tools

Repository files navigation

sentinel2tools

Repository for downloading, processing Sentinel-2 satellite images

Installation

  1. Install dependencies, see Dockerfile
  2. Add to requirements.txt in the project or use pip install:
    git+https://github.com/QuantuMobileSoftware/sentinel2tools.git@<commit-ref>
    or git+ssh://git@github.com/QuantumobileSoftware/sentinel2tools.git@<commit-ref>
  3. If the only dependency that you didn't have installed is Sen2Cor, then you can use sen2cor_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

Usage

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.

About

Repository for downloading, basic processing sentinel2 satellite images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages