将图像从 Google Earth Engine 导出到 ArcMap 后的额外黑色区域

问题描述

从 GEE 导出的 .tiff 图像在 ArcMap 中打开时,为什么会出现额外的黑色背景以及所需的几何图形?

使用此代码导出到谷歌驱动器:

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

附上截图以便更好地理解。

enter image description here

解决方法

这有点难以判断,因为我无法访问脚本,但将 image 替换为 image.clip(MH) 可能会奏效。让我知道它是如何工作的。