当前位置:网站首页>How to count the total length of roads in the region and draw data histogram
How to count the total length of roads in the region and draw data histogram
2022-06-12 04:49:00 【Geographic remote sensing ecological network】
Transportation is of great significance to regional economic development , Many economic literatures have discussed this in depth , So how to be in ArcGIS The total length of internal traffic routes in the statistical area ? Taking the total length of main highways in all provinces of China as an example, this paper introduces the relevant ArcGIS And the operation of statistical histogram .
Tools :
Use ArcGIS in 【Identity】 Tool implementation . notes :① For statistics of highway length , The statistical operation must be carried out in the projection coordinate system , Cannot be performed in a geographic coordinate system .② There are many ways to count the roads in various provinces , This article only provides one way to use
The experimental steps :
1. Identify highway data
open ArcMap Software , Load the data of counties, districts and highways across the country . open 【Analysis Tools】|【overlay】|【Identify】, The input element is “ The main road .shp”, The identification element is “ Provincial administrative regions .shp”, Output elements are “marked_line.shp”, Other default . determine , Get the road data marked by the provincial division . notes : The same road data is divided at the boundary . The operation interface and output results are as follows .


2. Create fields
open marker_line Of Attribute Table, single click Table Option, choice Add Field Button . Field name “ length ”, The type is “float”, And click OK . The operation interface is as follows .

3. Record the road length value
Right click “ length ” Field , choice Calculate Geometry Tools , The attribute is “ length ”, Other parameters default . determine , Get the length attribute value of each highway record . The operation interface is as follows .


4. Count the length of highways in each province
Right click “PROVINCE_” Field , choice summarize Tools . Select... In summary statistics “ length ” Field “ The sum of the ” attribute . determine , Get the statistical result table data . The operation interface is as follows .

5. Draw statistical histogram
open 【Menu Bar】|【View】|【Graph】|【Create Graph】, Set up “Layer/Table” by “sum_output”,Value Field Field is “sum_ length ”,X Field and X Label Field Field is “PROVINCE_”,Color Set to “Palette”; next step , General graph properties Title Set to “ The length of highways in each province ”, The left title in the axis attribute is changed to “ length ( rice )”, The next heading should read “ Province Code ”; Click on Finish. The operation interface is as follows .


6. The final output result is shown in the figure below

边栏推荐
- L1-064 AI core code valued at 100 million (20 points)
- Parallélisation de l'entraînement accéléré TF. Données. Générateur de données
- 2022 examination questions and simulation examination for crane driver (limited to bridge crane)
- Musk promotes the development of fascinating new products partners remind important questions
- [backtracking] backtracking to solve subset problems
- Report on the current market situation and future development trend of adhesive industry for radar and ultrasonic sensors in the world and China 2022 ~ 2028
- Thousand word masterpiece "programming biography"
- kali_ Change_ Domestic source
- Why should a redis cluster use a reverse proxy? Just read this one
- Things to challenge
猜你喜欢

How to use union all in LINQ- How to use union all in LINQ?
![[GIS tutorial] land use transfer matrix](/img/89/c5b55262e39405547c46538355e278.jpg)
[GIS tutorial] land use transfer matrix

Interview must ask: summary of ten classic sorting algorithms

windows如何安装多个版本mysql,如何同时启动

Why is Julia so popular?

Gavin teacher's perception of transformer live class - rasa dialogue robot project practice in the field of education agency mode and core component source code analysis under the microservice of educ

Token based authentication
![Epidemic data analysis platform work report [2] interface API](/img/63/383d52775790920bd2467d7ecacfe5.png)
Epidemic data analysis platform work report [2] interface API

Find missing sequence numbers - SQL query to find missing sequence numbers

2022“高考记忆” 已打包完成,请查收!
随机推荐
Simple Tetris
【高效】最强开发工具Ctool编译踩坑
存储器的保护
22-2-28 there are many things to do at work today, ETH analysis
Walking "daily question" and "DP"
What is reverse repurchase of treasury bonds? Is the reverse repurchase of treasury bonds safe?
Introduction to distributed locks
BI 如何让SaaS产品具有 “安全感”和“敏锐感”(上)
ShanMeng and Beijing Adoption Day start NFT digital collection public offering
C asynchronous programming (async and await) and asynchronous method synchronous invocation
Acquisition of Lai data, NPP data, GPP data and vegetation coverage data
Transpiration and evapotranspiration (ET) data, potential evapotranspiration, actual evapotranspiration data, temperature data, rainfall data
Simulation of array implementation stack
Labor
Detailed explanation of Command Execution Vulnerability
JWT學習與使用
leetcode797. All possible paths (medium)
Install/Remove of the Service Denied!
Day18 creation and restoration of sparse array
[backtracking method] backtracking method to solve the problem of Full Permutation