Skip to content
Vasco Nunes edited this page Jan 17, 2017 · 5 revisions

FeLS - Fetch Landsat & Sentinel Data from google cloud

Find and download Landsat and Sentinel-2 data from the public Google Cloud

The script downloads the index.csv file listing all available Landsat or Sentinel-2 tiles. Then searches the file for one scene that matches user parameters. Once found, it downloads the image files.

Options:

-h, --help show this help message and exit

-s SCENE, --scene=SCENE TileID of scene (ex. 198030 for Landsat or 44UPU for Sentinel2)

-d START_DATE, --start_date=START_DATE start date, fmt('2013-12-23')

-f END_DATE, --end_date=END_DATE end date, fmt('2013-12-23')

-o OUTPUT, Where to download files

-c CLOUDS, --cloudcover=CLOUDS Set a limit to the cloud cover of the image

-b BIRD, --sat=BIRD Which satellite are you looking for. Available options are: TM, ETM, OLI_TIRS, S2

-l LIST, Just list the urls found, don't download

--latest LATEST, Choose the most recent image(s) that meet(s) the search criteria

--outputcatalogs=OUTPUTCATALOGS Where to download metadata catalog files

Run the script with -h switch for more help usage.

Compatible with python 2.7 and 3.x.

You can read more about the public google access to Landsat and Sentinel-2 data here: https://cloud.google.com/storage/docs/public-datasets/

Clone this wiki locally