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

相关推荐
2601_962181963 天前
【Spring Cloud Alibaba】Sentinel 服务熔断与流量控制
sentinel
非科班Java出身GISer3 天前
ArcGIS JS 基础教程(30):体元系列 - VoxelLayer 体元图层
arcgis·arcgis js 体元图层·arcgis js 体元·arcgis js 体素·arcgis js 体素图层·arcgis 体元图层·arcgis 体素图层
lv__pf5 天前
Sentinel【TL微服务10、11】
java·微服务·sentinel
凤山老林5 天前
高可靠 API 网关架构:Spring Cloud Gateway 集成 Sentinel 实现智能限流、动态路由与安全管控
安全·spring cloud·架构·sentinel
非科班Java出身GISer7 天前
ArcGIS JS 基础教程(29):CSVLayer 表格点位图层
arcgis·arcgis js·arcgis js csv图层·arcgis js scv·arcgis csv 图层
就叫_这个吧7 天前
java springcloud熔断降级组件sentinel基础应用及nacos持久化处理
java·spring cloud·nacos·sentinel
aikopen7 天前
高可用 API 网关限流与微服务过载保护实战:从 Sentinel 动态阈值到 DB 连接池舱壁
数据库·微服务·sentinel
CAE3207 天前
ArcGIS DEM水文分析与山洪风险评估
arcgis·dem·流域提取
ruleslol10 天前
Sentinel限流
sentinel
肠畔码农10 天前
高可用底座:Redis 哨兵机制(Sentinel)底层内核拆解
redis·bootstrap·sentinel