Skip to content

I need to create a chiprofile with m/n 0.45, 0.50 and 0.60 for the whole drainage network and highlight the prolonged stream profile. #32

Answered by wschwanghart
negipr asked this question in Q&A
Discussion options

You must be logged in to vote

You can access node-attribute lists (such as c) with the function nal2nal. Hence, no need to calculate chi again.

c = chitransform(STR,DEM,A,'mn',mn);
plotdz(STR,DEM,'distance',c)
hold on
St = trunk(STR)
plotdz(St,DEM,'distance',nal2nal(St,STR,c),'LineWidth',2)
hold off

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@negipr
Comment options

@wschwanghart
Comment options

Answer selected by negipr
@negipr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants