petrovskaia / api-gee-drive

Download satellite images from Google Earth Engine API to Google Drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download satellite images from Google Earth Engine API to Google Drive with Google Cloud platform

This repo helps in using Google Cloud instruments: Google Earth Engine API and Google Drive API

To create APIs on Google Cloud, please refer to this link:

https://developers.google.com/earth-engine/cloud

You can use parser (gee_download_parser.py) from linux command line. Parser usage example:

 python gee_download_parser.py -b 142.707 53.454 142.797 53.494 -f sakhalin --min_date 2022-06-01 --max_date 2022-08-01 --clouds 1 

About

Download satellite images from Google Earth Engine API to Google Drive

License:MIT License


Languages

Language:Python 61.7%Language:Jupyter Notebook 38.3%