ArcGis Reclassify CDL

  1. 下载CDL

CropScape - NASS CDL Program

  1. 把CDL放入arcgis,导出表格,变成csv

  2. 把cvs表格里的内容合并,分类成

agriculture

developed

open natural

other

water

woods

fruits

4.变成新的表格,导入gis使用reclass by table, 使用csv table的格式如下:

|------------|--------------|----------|
| FROM_VALUE | OUTPUT_VALUE | TO_VALUE |
| 0 | 8 | 0 |
| 1 | 0 | 1 |
| 1 | 0 | 1 |
| 1 | 0 | 1 |
| 1 | 0 | 1 |
| 1 | 0 | 1 |
| 1 | 0 | 1 |
| 2 | 8 | 2 |

  1. 导入以后有了新的分类,再整理csv表格,把classname放到新的表格里,用arcgis的join,这样新的raster就有reclassify的class name和新的分类,新的csv表格格式如下

|-------|--------------|
| VALUE | CLASS_NAME |
| 0 | agriculture |
| 1 | vegetable |
| 2 | fruits |
| 3 | developed |
| 4 | open natural |
| 5 | water |
| 6 | wood |

相关推荐
梦想的初衷~1 天前
MaxEnt 物种分布建模学习手册|理论 + R 语言 + ArcGIS 全套实操教程
arcgis·环境变量·r 语言·maxent 模型·物种分布建模·生态学研究·科研教程
jiushidt6 天前
ArcGIS Pro Add‑in 打包流程详解
arcgis·c#·.net·arcgispro
蓝悦无人机6 天前
《地面站软件开发》-第2章ArcGIS Maps SDK for Qt 改变视角
arcgis·上位机·地面站·qml·qt6·qt quick·天地图
bug嘛我经常写7 天前
MIKE21结合ArcGIS制作随时间变化的降水文件(.dfs2)-笔记
经验分享·笔记·arcgis
paiooo8 天前
用 XML 保存 LLM 会话得到高可读性会话
arcgis
Q一件事8 天前
ArcGIS中TypeError: can‘t multiply sequence by non-int of type ‘str‘错误
前端·javascript·arcgis
萧行之9 天前
Observable Plot 源码深度解析——1 认识 Observable Plot
arcgis
ノBye~9 天前
Codex CLI使用记录
arcgis
2601_9623815812 天前
ArcGIS+Python+AI赋能高标准农田建设项目审计提质增效
python·arcgis·ai·高标准农田审计·大数据审计
飞鹰@四海12 天前
Claude Code 报「与 Windows 版本不兼容」——完整排查与修复指南
arcgis