Configure the import of elevation data individually - #4423
Merged
vpaturet merged 4 commits intoSep 2, 2022
Conversation
…_configuration # Conflicts: # src/main/java/org/opentripplanner/standalone/config/feed/DemExtractConfig.java
vpaturet
marked this pull request as ready for review
September 2, 2022 14:21
Codecov Report
@@ Coverage Diff @@
## dev-2.x #4423 +/- ##
=============================================
- Coverage 58.21% 58.20% -0.01%
- Complexity 11203 11205 +2
=============================================
Files 1480 1480
Lines 59165 59173 +8
Branches 6783 6783
=============================================
- Hits 34443 34442 -1
- Misses 22661 22674 +13
+ Partials 2061 2057 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
hannesj
approved these changes
Sep 2, 2022
optionsome
approved these changes
Sep 2, 2022
t2gran
pushed a commit
that referenced
this pull request
Sep 2, 2022
t2gran
pushed a commit
that referenced
this pull request
Sep 2, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the ElevationModule graph builder module to make use of feed-specific configuration for elevation unit multiplier.
Issue
Implement issue #4422
Requires PR #4419
Unit tests
✅
Documentation
No.