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

Special case in cutting #42

Closed
sebhoerl opened this issue Mar 30, 2020 · 0 comments · Fixed by #48
Closed

Special case in cutting #42

sebhoerl opened this issue Mar 30, 2020 · 0 comments · Fixed by #48

Comments

@sebhoerl
Copy link
Collaborator

There are special cases in the population that are not cut properly. In fact, routes by car which are outside of the study area are kept in very rare cases. This happens if we have:

  • The origin activity is outside of the area
  • The destination activity is inside of the area
  • The last link of the car route that the destination facility is attached to is outside, while the facility (and the activity) themselves are inside

The same is true for the other way round for outgoing trips. The underlying problem is that the algorithm doesn't find any cutting point when the route is traversed. This is a special case that is not covered and hence some undefined behaviour is executed.

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 a pull request may close this issue.

1 participant