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

Do not split links at stop locations #6

Closed
datarttu opened this issue Aug 24, 2020 · 0 comments
Closed

Do not split links at stop locations #6

datarttu opened this issue Aug 24, 2020 · 0 comments

Comments

@datarttu
Copy link
Owner

I have found out that network links should probably not be split at transit stop locations, because

  • it makes the network more scattered by producing short links and more links in general;
  • HFP points are projected to links, not to stop points, and stop event related HFP points can (randomly) end up on a link on either side of the stop point;
  • we currently have to manipulate stop point geometries by shifting and clustering them, in order to avoid making too short links, which is not a very good practice.

Instead of the current model, we could determine that a link can only be set between intersection nodes.
Or, if we require an "enriched" network model that includes street names, for instance, links could be split by nodes wherever these attributes change.

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

No branches or pull requests

1 participant