Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Elevation fixes #314

Open
wants to merge 13 commits into
base: dev-1.x
Choose a base branch
from
Open

WIP: Elevation fixes #314

wants to merge 13 commits into from

Conversation

optionsome
Copy link
Member

@optionsome optionsome commented Jun 27, 2019

  • Changes made at entur for using elevation in splitted edges and some refactoring.
  • Fix for using correct part of the parent edge's elevation values when splitting instead of always using the elevation values from start to split edge's length
  • Fixed issues causing elevation values from a step to exceed in distance the step's actual distance
  • Fixed elevation gained and lost calculation to match what is returned in steps' elevation values
  • Remove elevation points within steps that are too close to each other (distance between them is <5m)
  • Fixed missing elevation after destructive splits (bike rental station or car park is added)

t2gran and others added 5 commits June 27, 2019 16:15
…n edge.

- Push assigning 'wheelchairAccessible' into the 'TemporarySplitterVertex' constructor.
- Create constructor for temporary street edge without a pre-calculated length, calculate length from the geometry in this case.
- Update some comments
…ialStreetEdge, witch were the only place it was used except for tests.

- Simplified the constructors a bit.
@optionsome optionsome changed the title Elevation fixes WIP: Elevation fixes Jun 27, 2019
@optionsome optionsome changed the title WIP: Elevation fixes Elevation fixes Jul 2, 2019
@optionsome optionsome changed the title Elevation fixes WIP: Elevation fixes Jul 16, 2019
@optionsome
Copy link
Member Author

There are some relevant pull requests in upstream that could be used to replace some of the changes I've made in this pr (opentripplanner#2791 and opentripplanner#2752)

@optionsome optionsome changed the base branch from master to dev-1.x January 21, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants