MiKatt / openSTARS

open source implementation of the STARS ArcGIS toolbox

Home Page:https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239237

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream order attribute in edges?

KGBrennan opened this issue · comments

Where is the strahler integer: Strahler's stream order attribute located? Is it not generated via r.stream.order and derive_streams()?

It is generated in r.stream.order but I drop it in derive.streams() because it is not used any where.
You could copy / paste the code of the function and just comment out that line.
If you think it would be usefull for severals users to keep this information I could include it into the next update.