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

Initialization of street sections (instances of the current class StreetSection) #71

Open
vvoovv opened this issue Nov 30, 2023 · 1 comment

Comments

@vvoovv
Copy link
Member

vvoovv commented Nov 30, 2023

Will it be possible to do the following before setting the number of lanes and calculating the width:

  • assign attributes start and end for each street section
  • group the neighbor street sections into a roadway
  • group multiple roadways into a street (grouping a single roadway into a street is straightforward)

This is necessary for prochitecture/pml#16.
section, roadway, street are defined in prochitecture/pml#16

@polarkernel
Copy link
Collaborator

Will it be possible to do the following before setting the number of lanes and calculating the width:

As far as I currently understand your idea, this should be possible on the basis of the currently used WaySection or StreetSection classes.

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

2 participants