Skip to content

A script to bulk download public Landsat satellite imagery from Google Cloud

License

Notifications You must be signed in to change notification settings

natarslan/Automated-Landsat-Data-Download-From-GoogleCloud

Repository files navigation

Automated Landsat Data Download From GoogleCloud

A script to bulk download public Landsat satellite imagery from Google Cloud

The original script

Script to download data from Amazon Web Services can be found here

Why a different script for Google Cloud?

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.

Important parts to keep an eye on when you use this code

  1. You can use geojson.io to get your study area coordinates
  2. Change the scene filters according to your need (cloud cover and date for instance)
  3. 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

Issues

  • Current version doesnt download BQA band and metadata

About

A script to bulk download public Landsat satellite imagery from Google Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published