uscuni / sgeop

Street geometry processing toolkit
BSD 3-Clause "New" or "Revised" License
13 stars 0 forks source link

clean integer index when returning `nodes.remove_false_nodes()` #90

Closed jGaboardi closed 1 week ago

jGaboardi commented 1 week ago

Not critical, but it would be nice to return a clean integer index when returning nodes.remove_false_nodes(). This helps with granular testing and troubleshooting when bugs crop up.

jGaboardi commented 1 week ago

Actually will add this to nodes.remove_false_nodes() itself.