当前位置:网站首页>渔网道路密度计算
渔网道路密度计算
2022-04-23 05:46:00 【今天学习要很快乐鸭】
渔网道路密度计算
首先准备:
投影后的北京市路网和北京市行政区划格网数据
第一步:准备面积属性
打开渔网的属性表,添加“unit_area”字段计算面积(平方公里)。
第二步:标识道路数据
为了计算每个格网所对应的道路网密度值,首先计算每个格网内的道路长度,因此,要通过【标识】工具来把每条路段在格网边界处打断,并且标识出每条路段所属的格网FID。
工具:【分析工具】—>【叠加分析】—>【标识】
roads_Identity属性数据长这样:
第三步:按网格FID汇总路网长度
先添加“length”字段计算长度(公里)。
这一步即使将每个格网的路网长度汇总起来。输出一个表Sum_Output,如下:
第四步: 连接字段至网格上
将渔网图层与生成的路网统计表进行连接:
第五步:计算密度
在格网里建好roaddensity字段,通过字段计算器,总长度/面积得到路网密度。
展示:
(温馨提醒:制作行政区的路网密度就不用做标识这一步了)
版权声明
本文为[今天学习要很快乐鸭]所创,转载请带上原文链接,感谢
https://blog.csdn.net/ShirleyLGY/article/details/115408902
边栏推荐
- Mysql database foundation
- Algèbre linéaire chapitre 1 - déterminants
- 線性代數第一章-行列式
- Comparative study paper - [Moco, cvpr2020] momentum contract for unsupervised visual representation learning
- 線性代數第二章-矩陣及其運算
- Example of reentrant lock thread waiting to wake up
- Three ways to create threads
- 自动控制(韩敏版)
- Why does the subscript of the array start from 0 instead of 1?
- [leetcode 290] word rules
猜你喜欢
Integration and induction of knowledge points of automatic control principle (Han min version)
Mysql database foundation
Linear algebra Chapter 2 - matrices and their operations
Contrôle automatique (version Han min)
C language file operation
RPC must know and know
Complete example demonstration of creating table to page - joint table query
In depth source code analysis servlet first program
Techniques et principes de détection
线性代数第一章-行列式
随机推荐
Filebrowser realizes private network disk
4. Print form
[leetcode 19] delete the penultimate node of the linked list
SQL -- data definition
Sakura substring thinking
Algèbre linéaire chapitre 1 - déterminants
Rainbow (DP)
Exception handling: grab and throw model
[leetcode 202] happy number
Linear algebra Chapter 2 - matrices and their operations
Reading of denoising paper - [ridnet, iccv19] real image denoising with feature attention
检测技术与原理
Understanding and use of tp50, tp90 and tp99
Stability building best practices
Installation and usage skills of idea
Use of multithreaded executors
Illustrate the significance of hashcode
Paper on LDCT image reconstruction: edge enhancement based transformer for medical image denoising
Generate excel template (drop-down selection, multi-level linkage)
电机与拖动(戚金清版)学习整理