Skip to content

sebastien-tetaud/sentinel-2-ai-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel-2 AI Processor

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.

Installation

  1. Clone the repository:
git clone [email protected]:sebastien-tetaud/sentinel-2-ai-processor.git
cd sentinel-2-ai-processor
  1. Create and activate a conda environment:
conda create -n ai_processor python==3.13.2
conda activate ai_processor
  1. Install the required dependencies:
pip install -r requirements.txt
  1. 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

dl data

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages