Skip to content

Scrapes every Sentinel 2 image of a specific area in Uganda that was published in the last month

Notifications You must be signed in to change notification settings

SchillerQuinn/ugandaRemoteSensingScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Scrapes every Sentinel 2 image of a specific area in Uganda that was published in the last month

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages