Satellite GIS Extractor

Python + Flask MIT License ESA WorldCover 10m
10m
6
Global
3

🗺️

🛰️

📊

📥

🤖

10
40
80
50
30
60

┌─────────────────────────────────────┐ │ Browser (localhost:5001) │ │ ┌─────────────────────────────┐ │ │ │ Google Maps Drawing │ │ │ │ + Land Cover Selection │ │ │ └─────────────────────────────┘ │ └──────────────┬──────────────────────┘ │ /api/gis_extraction ▼ ┌─────────────────────────────────────┐ │ Flask Server (server.py) │ │ ┌───────────┐ ┌───────────────┐ │ │ │ Static │ │ Earth Engine │ │ │ │ Files │ │ API │ │ │ └───────────┘ └───────────────┘ │ │ ┌──────────────────────────────┐ │ │ │ WorldCover Classifier │ │ │ │ ESA 10m Land Cover 2021 │ │ │ └──────────────────────────────┘ │ └─────────────────────────────────────┘

  1. git clone https://github.com/JIN-Z-pop/satellite-gis-extractor.git
    cd satellite-gis-extractor
    pip install -r backend/requirements.txt
  2. # Windows
    start.bat
    
    # Mac/Linux
    ./start.sh