This application allows you to browse and view Sentinel-2 satellite imagery from the Copernicus Data Space Ecosystem. You can search by coordinates, select various landscapes, and filter by cloud cover.
- Clone the repository:
git clone [email protected]:sebastien-tetaud/sentinel-2-ai-processor.git
cd sentinel-2-ai-processor
- Create and activate a conda environment:
conda create -n ai_processor python==3.13.2
conda activate ai_processor
- Install the required dependencies:
pip install -r requirements.txt
- Set up your credentials by creating a
.env
file in the root directory with the following content:
touch .env
then:
ACCESS_KEY_ID=username
SECRET_ACCESS_KEY=password
python download.py --config /mnt/disk/dataset/sentinel-ai-processor/V2/config_20250418_134103.yaml --l1c-csv /mnt/disk/dataset/sentinel-ai-processor/V2/input_l1c.csv --l2a-csv /mnt/disk/dataset/sentinel-ai-processor/V2/output_l2a.csv