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

Adding geometry-free zone-system #3423

Merged
merged 10 commits into from
Sep 6, 2024
Merged

Conversation

luchengqi7
Copy link
Collaborator

Sometimes geometry-based zonal system cannot handle the irregularity in the network (e.g., rivers/bridges, one-way-roads, ramps). A geometry-free zonal system may be desirable.

In this PR, an interface for the generation of a geometry-free zonal system is implemented. The zone-system will be built according to the special attribute stored in the network (node and link).

A network preparation script based on a simple heuristic has been implemented (MaxTravelTimeBasedZoneGenerator). A run script to use the generator is also added (PrepareMaxTravelTimeBasedZonalSystem). These two scripts are in the application-contrib.

@luchengqi7 luchengqi7 requested a review from nkuehnel August 20, 2024 16:14
Copy link
Member

@nkuehnel nkuehnel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,nice :)

@luchengqi7 luchengqi7 marked this pull request as ready for review September 6, 2024 09:01
@luchengqi7 luchengqi7 enabled auto-merge (squash) September 6, 2024 09:12
@luchengqi7 luchengqi7 merged commit 346290a into master Sep 6, 2024
49 checks passed
@luchengqi7 luchengqi7 deleted the preparation-geom-free-zones branch September 6, 2024 18:35
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.

3 participants