Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 803 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 803 Bytes

ugandaRemoteSensingScraper

This script scrapes every Sentinel 2 image of specific areas in Uganda taken in the the last month. It queries the API using Python's requests library and asks the user for feedback on which new images to download, and then downloads them using wget (because the API is old and plays nicely with it).

To modify the locations, change the locations list in main(). For more complex edits, replace the url in the query function to whatever you want by following the instructions on this API's documentation

Dependencies

Run these commands before running this script to install dependencies.

pip install requests