ibi-group / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
13 stars 2 forks source link

G-MAP mobility profile-based routing [Review only - DO NOT MERGE] #197

Open binh-dam-ibigroup opened 10 months ago

binh-dam-ibigroup commented 10 months ago

Summary

This PR adds support for mobility profile-based routing for the ITS4US G-MAP project, in which Arcadis IBI participates. A set of mobility profiles are predefined. For each mobility profile, special weights/costs are added, at graph build time, from a CSV file, to certain paths in the OSM street network. The CSV file and the predefined mobility profiles are sourced from a third-party proprietary server that provides costs for each mobility profile for select OSM paths. Profile-based routing is performed based on a new parameter in the plan graphQL endpoint.

Issue

None

Unit tests

TBA

Documentation

TBA

Changelog

N/A

Bumping the serialization version id

TBA

leonardehrenfried commented 10 months ago

This branch seems to fail the graph build when no profile data is configured.