Last active
April 23, 2022 06:40
-
-
Save PratyushTripathy/0b85ceef4419d082080634ec356ae9fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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