This is a Satellite Image scraper that uses the SentinelHub API to scrape Images for a given location and date.
cp .env.template .env
- sh_client_id = {ENTER THE CLIENT ID FROM Sentinal Hub}
- sh_client_secret = {ENTER CLIENT SECRET FROM Sentinal Hub}
- HOST={THE HOSTNAME OF THE FASTAPI APP}
- PORT={THE PORT OF THE FASTAPI APP}
./run.sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python server.py