ImperialCollegeLondon / SWMManywhere

SWMManywhere is used to derive and simulate a sewer network anywhere in the world
https://imperialcollegelondon.github.io/SWMManywhere/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Streetcover bug #258

Closed barneydobson closed 1 week ago

barneydobson commented 1 month ago

Description

Found some oddly formatted lanes entries. This fixes it.

TODO:

cheginit commented 1 month ago

I am not sure about this ad-hoc solution. I'd suggest solving the issue at its source, i.e., add a new post-processing step for the street graph to ensure that lane's edge attribute is an int.

barneydobson commented 1 month ago

I am not sure about this ad-hoc solution. I'd suggest solving the issue at its source, i.e., add a new post-processing step for the street graph to ensure that lane's edge attribute is an int.

Yep good suggestion - I'll look at next week

barneydobson commented 3 weeks ago

I am not sure about this ad-hoc solution. I'd suggest solving the issue at its source, i.e., add a new post-processing step for the street graph to ensure that lane's edge attribute is an int.

this will require a bit more than I want to do in this PR so I will make a new issue