uscuni / sgeop

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

rough edge in `sgeop.nodes.remove_false_nodes` when multilinestrings passed #60

Closed jGaboardi closed 1 month ago

jGaboardi commented 1 month ago

When multilinestrings are passed in to sgeop.nodes.remove_false_nodes() some strange behavior is observed due to no .explode() being called like in the counterpart momepy/preprocessing.remove_false_nodes()