1

When a .tiff image exported from GEE opened in ArcMap, why the extra black background appears along with the required geometry?

Using this code for exporting to google drive:

Export.image.toDrive({image: classified, description: 'GreenLand', region: MH, scale: 10,  });

Attaching the screenshot for a better understanding. enter image description here

hooge048
  • 224
  • 1
  • 4
Avaise99
  • 23
  • 3

1 Answers1

0

It's a bit difficult to tell since I cannot access the script, but replacing image for image.clip(MH) might do the trick. Let me know how that worked.

CrossLord
  • 574
  • 4
  • 20