valhalla / valhalla/valhalla

TripPath Traversibility

Open
#1,090 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.2k
Forks
981
Avg merge
2d 14h
Merged PRs (30d)
14

Description

TripPath has traversibility settings for driving, cycling, walking:
optional Traversability driveability = 4;
optional Traversability cyclability = 5;
optional Traversability walkability = 6;
Should have settings for other modes as well? An array? Or just info for the current mode? This seems to be not easily extended. Do we need information for other than the current mode (e.e.g maybe for pedestrian we need to know if other edges being crossed have driving traffic)?

For OSRM compatibility we need to know if any intersecting edges can be part of a valid route and this information is not contained for some of the travel modes.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.