Skip to content

Instantly share code, notes, and snippets.

@PratyushTripathy
Last active April 23, 2022 06:40
Show Gist options
  • Save PratyushTripathy/0b85ceef4419d082080634ec356ae9fd to your computer and use it in GitHub Desktop.
Save PratyushTripathy/0b85ceef4419d082080634ec356ae9fd to your computer and use it in GitHub Desktop.
// perform negative buffer of 80 km to the polygons
landsat_footprints = landsat_footprints.map(function (x){return x.buffer(-8e4, 5)})
Map.addLayer(landsat_footprints, {}, 'landsat_footprints')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment