MiKatt / openSTARS

open source implementation of the STARS ArcGIS toolbox
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239237
Other
46 stars 13 forks source link

stream order attribute in edges? #34

Open KGBrennan opened 1 year ago

KGBrennan commented 1 year ago

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

MiKatt commented 1 year ago

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.

KGBrennan commented 1 year ago

Thanks, MiKatt, I will try that. In my case, I am assigning fish to stream segments. It is useful to utilize stream order to eliminate higher order streams as potential habitat based on the species. There might be other applications for this.


From: MiKatt @.> Sent: Monday, November 14, 2022 1:37 PM To: MiKatt/openSTARS @.> Cc: Kyle Brennan @.>; Author @.> Subject: Re: [MiKatt/openSTARS] stream order attribute in edges? (Issue #34)

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.

— Reply to this email directly, view it on GitHubhttps://github.com/MiKatt/openSTARS/issues/34#issuecomment-1314349290, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWKFAKF7AIUFEU5DIS2KVVDWIKPHLANCNFSM6AAAAAAR52U76I. You are receiving this because you authored the thread.Message ID: @.***>