tomalrussell / snkit

spatial networks toolkit (python)
MIT License
31 stars 10 forks source link

Create nodes at lines intersections #51

Closed jmon12 closed 2 years ago

jmon12 commented 2 years ago

A node is created at the edges intersections and the corresponding edges are split accordingly.

This is an attempt to fix #15

jmon12 commented 2 years ago

How do you usually handle the conflicts: should I rebase or merge my branch? Or you don't really care?

tomalrussell commented 2 years ago

Either is fine, thanks @jmon12!

tomalrussell commented 2 years ago

Hi @jmon12 - apologies for leaving this hanging for a while - I've just fixed the conflicts and merged this in. I think it's in really useful shape, thanks for your work ☺️ let me know if you have any further thoughts on this or other improvements!

jmon12 commented 2 years ago

Hi @tomalrussell, I'm the one to be sorry! I was supposed to resolve the conflicts but was working on something else. Thank you! While using snkit, I'll maybe implement ticket #58.