Subdivision assigns wrong node indices in v1.0 #287
Labels
bug 🐛
Something isn't working
high priority ⏰
Should be fixed soon
to_spatial_subdivision
All issues related to function `to_spatial_subdivision()`
In the new implementation of
to_spatial_subdivision()
in v1.0, it seems that updating node indices in the from and to columns of the edges table is not always done correctly. Not sure yet why, but this is a serious bug that needs to be fixed soon! Reproduce by loading the Cape Town road network from the sfnetworks workshop (https://luukvdmeer.github.io/sfnetworks-workshop/hands-on.html#cape-town-datasets), converting it into a network withas_sfnetwork()
, and then callingto_spatial_subdivision()
on it.The text was updated successfully, but these errors were encountered: