These script was built to download images from gee collection images considering a specific area delimited by shapefile.
- Clone repository
- Create and activate a venv
- Insert shapefile of your area in "dados" folder
- Config parameters in main.py code
- start_date='1999-01-01' # insert initial date
- end_date='2001-04-25' # insert end date
- filter_field = 'id' # insert name of atribute field to filter shapefile
- shapefile = 'limite_test.shp' # insert name of shapefile in dados folder
- path_collection = "LANDSAT/LE7_L1T_ANNUAL_NDVI" #path of gee to collection images
git clone https://github.com/newmarwegner/autodowngee.git
python -m venv .venv
source autogee_ndvi/bin/activate