A script to bulk download public Landsat satellite imagery from Google Cloud
Script to download data from Amazon Web Services can be found here
Google Cloud holds more satellite imagery (at least for the time being). Direct implementation of above script didn't work to access and bulk download the Google Cloud data. The changes can be seen in step 10, 11 & 12 where the dataframe is edited to access to the correct Google URL.
- You can use geojson.io to get your study area coordinates
- Change the scene filters according to your need (cloud cover and date for instance)
- Satellite collections might have different number of bands. Change the range in download step accordingly. For example use "for x in range(1, 9):" for Landsat-8 bands
- Current version doesnt download BQA band and metadata