openstreetmap的数据下载
首先需要知道openstreetmap网站的地址https://www.openstreetmap.org/
Overpass API
从 OpenStreetMap 数据库的一个镜像下载此限定边框
定期更新的完整 OpenStreetMap 数据库副本
定期更新的洲、 国家和特定城市的摘录
OpenStreetMap wiki 上列出的其他来源
其中前两个方法是讲整个地球的地图下载下来,数量过于庞大。
我一般推荐使用Geofabrik下载,https://download.geofabrik.de/
点击亚洲,下载亚洲国家数据
可以直接下载shp数据,如果点击中国,下载链接https://download.geofabrik.de/asia/china-latest-free.shp.zip
点击raw directory index,可以下载历史数据
历史数据
数据效果
如果只想下载某个城市的数据,可以选择一下两种方法
1.基于OSM的路网生成器https://anvaka.github.io/city-roads/
只有图片格式
2.下载矢量格式,osmnx,可以在github上查看https://github.com/gboeing/osmnx
参考这位小哥哥的博客:
https://blog.csdn.net/qq_912917507/article/details/104274695
————————————————
摘自:https://blog.csdn.net/weixin_43674794/article/details/104277958
版权木有,侵权不究,欢迎转载