Most of the methods provided by GCol are not possible in NetworkX.
Documentation is here, https://gcol.readthedocs.io/en/latest/ and the library can be installed using pip.
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to networkx-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/networkx-discuss/843be82d-e9ea-4dec-b324-cec6f8b8a604n%40googlegroups.com.
Sure. My interest is in hydrologic stream networks and their topological ordering. I’ve used NetworkX to assign so called Strahler orders to a stream network’s edges, and I want to color them as visualized in this reference: Strahler number - Wikipedia. I’m using a GIS (ArcGIS Pro) to visualize the Strahler stream orders according to their true geographic location, but I’m curious how a conceptual representation of a stream hierarchy may look like, also.
Thanks, Thomas