Skip to content

newmarwegner/autodowngee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download NDVI image collection from gee (Landsat 7)

These script was built to download images from gee collection images considering a specific area delimited by shapefile.

Steps to run

  1. Clone repository
  2. Create and activate a venv
  3. Insert shapefile of your area in "dados" folder
  4. 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

Codes

git clone https://github.com/newmarwegner/autodowngee.git
python -m venv .venv
source autogee_ndvi/bin/activate

About

Script to download ndvi collection images gee

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages