当前位置:网站首页>Use openmap and ArcGIS to draw maps and transportation networks of any region, and convert OMS data into SHP format
Use openmap and ArcGIS to draw maps and transportation networks of any region, and convert OMS data into SHP format
2022-07-29 04:48:00 【__ Meursault__】
Let's put the finished drawing first , Take Foshan as an example .
whole
details
The specific steps are as follows
Step1 Get the city ID
open Openmap Official website , Find the corresponding city , Click to download XML, Then open the new web page to find the city ID
Step2 Through the city ID download oms data
open http://www.overpass-api.de/index.html, Click on Query and Convert Forms, stay Overpass API Query Form Enter the code ( It is used to obtain the road network data of the city ), among area-query ref="3603464719’’, in 360 The last number is the city you are looking for ID, Click on Query, Will download a interpreter file .
<osm-script timeout="1800" element-limit="100000000">
<union>
<area-query ref="3603464719"/>
<recurse type="node-relation" into="rels"/>
<recurse type="node-way"/>
<recurse type="way-relation"/>
</union>
<union>
<item/>
<recurse type="way-node"/>
</union>
<print mode="body"/>
</osm-script>
Step3 take oms The data goes to shp data
take OMS The data goes to shp Format
open https://geoconverter.infs.ch( Websites are slow or sometimes unusable ), Click on file uploade
Then click the import file , stay select export format Choose from .shp File format , after convert That's all right.
So you can arcgis In the process of operation .
边栏推荐
- Nail dialog text converted to pictures cannot be copied and pasted on the document
- Record the Niua packaging deployment project
- def fasterrcnn_ resnet50_ FPN () instance test
- Download addresses of various versions of MySQL and multi version coexistence installation
- WebRTC实现简单音视频通话功能
- I++ and ++i details
- 盒子水平垂直居中布局(总结)
- 钉钉对话框文子转换成图片 不能复制粘贴到文档上
- 命令行交互工具(最新版) inquirer 实用教程
- Mongo shell interactive command window
猜你喜欢
Google browser opens the web page and out of memory appears
删除word文档中的空白页
Auto.js脚本开发环境搭建
Unity Foundation (3) -- various coordinate systems in unity
使用近场探头和电流探头进行EMI干扰排查
Christmas tree web page and Christmas tree application
JVM (heap and stack) memory allocation
EMI interference troubleshooting with near-field probe and current probe
ios面试准备 - 网络篇
Academic | [latex] super detailed texlive2022+tex studio download installation configuration
随机推荐
Pyscript cannot import package
Pyqt5 learning pit encounter and pit drainage (2) buttons in qformlayout layout cannot be displayed
What is the difference between field, variable and property
Vscode one click compilation and debugging
Tower of Hanoi classic recursion problem (C language implementation)
Pycharm reports an error when connecting to the virtual machine database
STL source code analysis (Hou Jie) notes - STL overview
Mysql:the user specified as a definer ('root '@'%) does not exist
Correct user dragging method
Whether the modification of import and export values by ES6 and commonjs affects the original module
Redux quick start
spinning up安装完使用教程测试是否成功,出现Library“GLU“ not found和‘from pyglet.gl import *错误解决办法
C language implementation of three chess
Corresponding order of 18 and 25coco data of openpose and joint points
使用近场探头和电流探头进行EMI干扰排查
[c language] use the reverse order output of the linked list (bidirectional linked list)
Build auto.js script development environment
Classes and objects (II)
Several simple and difficult OJ problems with sequential force deduction
Makefile(make)常见规则(二)