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

A lot of road blocks in the model after blocks generating #114

Open
vasilstar97 opened this issue Sep 25, 2024 · 1 comment
Open

A lot of road blocks in the model after blocks generating #114

vasilstar97 opened this issue Sep 25, 2024 · 1 comment

Comments

@vasilstar97
Copy link
Collaborator

After blocks generating there are a lot of thin road blocks that do not contain any services nor buildings. One of the possible solutions may be to make a simplify() method on the model, which reduces the number of blocks and the matrix. Or to somehow filter those blocks after generating.

@vasilstar97
Copy link
Collaborator Author

vasilstar97 commented Sep 25, 2024

Blocks filtered in the full model by (total 6401 blocks):

  • number of services == 0;
  • number of buildings == 0;
  • land_use == LandUse.TRANSPORT
    image_2024-09-25_18-28-53
    City model after removing such blocks (total 9919 blocks):
    image_2024-09-25_18-28-54

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