Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ferdous12/64efb90e9c445c44fcee563f2fe81684 to your computer and use it in GitHub Desktop.
Save Ferdous12/64efb90e9c445c44fcee563f2fe81684 to your computer and use it in GitHub Desktop.
Drone For Green
var landsat = ee.Image('LANDSAT/LE7_L1T_ANNUAL_GREENEST_TOA/2000')
.select(['greenness']);
Export.image.toDrive({
image: landsat,
description: 'NDVI_2000_',
scale: 30,
region: Sundarbans,
maxPixels: 2500000000,
crs: 'EPSG:3106'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment