我是arangodb的新手。我将使用arangodb在道路网络上执行算法。
我发现了https://github.com/arangodb-helper/osm-2-graph?files=1
我尝试使用arangoimp(json格式)将边文件,顶点文件导入arangodb。
但我总能看到只有一个节点。单击展开按钮后,它不会展开。完整网络视图仅显示节点,没有边缘。
你能用命令给出正确的步骤吗?似乎我困在某个地方。
我使用了摩纳哥的osm地图。使用arangodb 3.2版本
编辑1: 我的命令如下
arangoimp --file V-CA.json --collection vertices --create-collection true --type json
创建:1896警告/错误:0更新/替换:0 忽略:0
arangoimp --file E-CA.json --collection edges --create-collection true --type json --create-collection-type edge
created:256个警告/错误:0更新/替换:0忽略: 0
OSM到图形文件转换
python convert-pbf.py monaco.osm
修改2
我在使用3.3.7
后观察到相同的结果我看到它显示
在“加载完整图表”之后,他在他身边。但在导入时它显示1896个顶点。它只显示顶点的一部分吗?250个节点0 0个边