Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gis 基于GTFS的PGRouting公交规划_Gis_Postgis_Gtfs_Pgrouting_Opentripplanner - Fatal编程技术网

Gis 基于GTFS的PGRouting公交规划

Gis 基于GTFS的PGRouting公交规划,gis,postgis,gtfs,pgrouting,opentripplanner,Gis,Postgis,Gtfs,Pgrouting,Opentripplanner,我遵循了下面的教程,通过导入GTFS数据来设置OpenTripPlanner,它起了作用 但是我必须在现有的GIS实现上集成行程规划,该实现使用OpenLayers、PostgreSQL、PostGIS和PGRouting。我不确定是否可以使用OpenTripPlanner API获取行程并在GUI上显示 我想知道,是否可以使用PostGIS和Pgrouting(不使用OpenTripPlanner)进行类似于OpenTripPlanner的行程规划 如果可能的话,Pgrouting数据库结构

我遵循了下面的教程,通过导入GTFS数据来设置OpenTripPlanner,它起了作用

但是我必须在现有的GIS实现上集成行程规划,该实现使用OpenLayers、PostgreSQL、PostGIS和PGRouting。我不确定是否可以使用OpenTripPlanner API获取行程并在GUI上显示

我想知道,是否可以使用PostGIS和Pgrouting(不使用OpenTripPlanner)进行类似于OpenTripPlanner的行程规划

如果可能的话,Pgrouting数据库结构或查询逻辑将如何用于查找带有transits的站点之间即将发生的行程

在Pgrouting DB中,找到两个表POI和空间参考表,而不是路径和顶点,是否需要将GTFS数据导入此POI和空间参考表


提前感谢。

pgRouting和OTP是两个不同的平台,有各自的工具将数据导入路由引擎。我不确定尝试将两者结合起来,而不是仅仅使用其中一个来支持另一个,这有什么意义。如果您打算使用pgRouting,我建议您遵循以下步骤。此外,对于装载运输,pgRouting看起来确实有这个工具,但上次更新是在8年前