tomalrussell / snkit

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

Find connected components of a graph #40

Closed amanmajid closed 2 years ago

amanmajid commented 3 years ago

Add a function to identify each individual graph. This is quite useful when working with network partitions, but also for identifying any unconnected parts when tidying up data. Further reading here.