在阅读本页之前,您应该先阅读关于 netconvert 的主页面。
OpenStreetMap 项目#
- URL: https://www.openstreetmap.org/
- 区域: 整个世界 :-)
- 需求数据: 不可用
- 提取:
1. Networks/Import/OpenStreetMapDownload 解释了如何获取 OSM 数据。
2. Networks/Import/OpenStreetMap 解释了如何使用 netconvert 从 OSM 数据创建 Sumo 网络。
注释: 网络和人造基础设施的绝佳来源。然而,基础设施数据和定义仍在变化,这使得导入变得复杂。
另请参阅: Data/Scenarios/TAPASCologne - 基于 OSM 和 TAPAS 的完整场景
Frida 项目#
- URL: https://frida.intevation.org/
- 区域: 奥斯纳布吕克市
- 需求数据: 不可用
- 提取: netconvert --shapefile strassen -o frida2.net.xml --shapefile.street-id strShapeID -t frida.typ.xml --shapefile.type-id strTypID -v --proj "+proj=utm +ellps=bessel +units=m"
注释: 并不真正适用,因为街道缺乏关于车道数量和方向的信息。特别是后者使得转换后的网络相当无用。尝试使用选项 --shapefile.all-bidi 可以解决内城道路的问题,但也使得高速公路的进出匝道变成了双向的。投影也可能是错误的,可以尝试 --proj.utm。
另请参阅:
Networks/Import/ArcView - (关于)导入 ArcView 网络(shapefiles)的(说明)
