Home

Awesome

GEE_Downloader

A simple CL tool to download Google Earth Engine imagery and group images by dates.

Requirements:

earthengine-api
geemap
datetime
dateutil

Note: Google Earth Engine needs to be authenticated, which can be done by using the terminal command earthengine authenticate and following the instructions.

Usage:

python3 geedownloader.py [-h] [--collections COLLECTIONS] [--out_dir OUT_DIR]
                         [--start_date START_DATE] [--end_date END_DATE]
                         [--aoi_path AOI_PATH] [--scale SCALE] [--crs CRS]