Configure the import of OSM extracts individually#4419
Configure the import of OSM extracts individually#4419vpaturet merged 8 commits intoopentripplanner:dev-2.xfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev-2.x #4419 +/- ##
=============================================
- Coverage 58.22% 58.21% -0.01%
- Complexity 11204 11205 +1
=============================================
Files 1480 1480
Lines 59131 59165 +34
Branches 6783 6783
=============================================
+ Hits 34431 34445 +14
- Misses 22644 22661 +17
- Partials 2056 2059 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
There are 2 street graph properties that are based on WayPropertySets and that are applied at graph-level:
Driving direction does not seem to be used. Should it be removed? Does it make sense to refactor it so that it becomes feed-specific? |
|
|
Ok, then the implicit assumption is that driving direction and intersection traversal cost model is uniform across all covered countries. This can be implemented as such and revisited later on. |
|
That sounds good. |
|
Rename |
|
Take into account config changes in #4399 |
…figuration # Conflicts: # src/main/java/org/opentripplanner/openstreetmap/OpenStreetMapProvider.java
|
|
||
| The osm section of `build-config.json` allows you to override the default behavior of scanning | ||
| for OpenStreetMap files in the [base directory](Configuration.md#Base Directory). You can specify data | ||
| for OpenStreetMap files in the [base directory](https://github.com/opentripplanner/OpenTripPlanner/blob/dev-2.x/docs/Configuration.md#Base-Directory). You can specify data |
There was a problem hiding this comment.
Do these types of links work nicely with read the docs on http://docs.opentripplanner.org/en/latest/ ?
Summary
Update the OpenStreetMap graph build module to make use of feed-specific parameters for timezone and country-specific rules (WayPropertySet)
Issue
Implement issue #4418
Requires PR #4399
Unit tests
✅
Documentation
Updated graph builder configuration as requested in #4399