Strahler Ordering

Calculates the Strahler order for each edge in a directed graph. It is recommended to direct the graph with DM_DirectGraph.

Parameter

Name Type Description
view_name STRING lead view name
root_node INT id of the root node

Data-stream

View Attribute Type Access Description
view_name   EDGE read  
  start_id INT read downstream node
  end_id INT read upstream node
  strahler_order INT write strahler order

Module Name

DM_Strahler