GEE 将裁剪后的Sentinel-2影像 在ArcGIS中去除空值


在ArcGIS中,可以使用栅格计算器(Raster Calculator)工具来设置NoData值为空。以下是在ArcGIS中将NoData值设置为空的步骤:

  • 打开ArcGIS软件并加载下载的Sentinel-2影像数据。
    • 影像Nodata空值以黑色背景呈现,影响矢量数据叠加。
  • 在ArcGIS中选择栅格计算器工具:依次点击 Spatial Analyst -> Map Algebra -> Raster Calculator,操作文档如下:
    • https://pro.arcgis.com/zh-cn/pro-app/3.0/tool-reference/image-analyst/raster-calculator.htm
  • 在打开的栅格计算器对话框中,输入以下表达式来将NoData值设置为空:
    • 其中,"YourRaster" 是你加载的影像数据的名称。
php 复制代码
Con(IsNull("YourRaster"), 0, "YourRaster")
  • 点击"OK"按钮运行计算器。
  • 完成后,新的栅格数据将添加到地图中,并且所有原始数据中的NoData值将被设置为空值。

如果这对您有所帮助,希望点赞支持一下作者! 😊

点击查看原文
https://mp.weixin.qq.com/s?__biz=Mzk0MTU1MjU5Mw==&mid=2247484732&idx=1&sn=4f208a45d5acaad45a92831b9c3f5bcb&chksm=c2d1e382f5a66a9455dfed564bab0086336e0c67d4831efec96518488dff510ea423a8c5fa20#rd

相关推荐
wanzhong233318 小时前
ArcGIS学习-18 实战-降雨量空间分布插值分析
学习·arcgis
T_Ghost19 小时前
SpringCloud微服务服务容错机制Sentinel熔断器
spring cloud·微服务·sentinel
你是人间五月天2 天前
sentinel实现控制台与nacos数据双向绑定
windows·sentinel
无名客02 天前
sentinel限流常见的几种算法以及优缺点
算法·sentinel·限流
GIS工具-gistools20212 天前
ArcGIS Excalibur 的新功能
人工智能·arcgis
2301_794333912 天前
React入门 | React 新手入门与常用库和工具
arcgis
tsxchen2 天前
centos9安装sentinel
sentinel
寒士obj2 天前
Sentinel服务治理:服务降级、熔断与线程隔离
sentinel
iiYcyk2 天前
Hystrix与Sentinel-熔断限流
hystrix·sentinel·springcloud
勇往直前plus2 天前
Sentinel微服务保护
java·spring boot·微服务·sentinel