SouthForkResearch / pyGNAT

Geomorphic Network and Analysis Toolbox, redesigned using FOSS python libraries.
MIT License
2 stars 0 forks source link

metric: river km from outflow point of the network #13

Open volkcj opened 7 years ago

volkcj commented 7 years ago

distance (river km) from outlfow point of the network

volkcj commented 7 years ago

I'm not exactly sure the best form for this given the dynamic nature of the profiler, but segments should have rkms as an attribute at the end of topology or end of the profiler.

MattReimer commented 7 years ago

We have the LengthKM feature but that seems like a line length. I suppose we could use methodology from #5 and accumulate the LengthKm attribute along the same path.

KellyMWhitehead commented 7 years ago

I would suggest including the river km of the start and end of the segment, rather than just a generic RiverKM.

MattReimer commented 7 years ago

@KellyMWhitehead like each edge would have startKM and endKM?

correction: by edge I mean segment. In graph theory an edge is anything that connects two nodes.