pywatershed.PassThroughFlowNodeMaker#

class pywatershed.PassThroughFlowNodeMaker[source]#

A FlowNodeMaker of PassThroughFlowNodes.

See FlowGraph for a worked example using PassThroughFlowNode.

__init__()[source]#

Initialize a PassThroughFlowNodeMaker.

Methods

__init__()

Initialize a PassThroughFlowNodeMaker.

get_node(control, index)

Instantiate FlowNode at a given index.

get_node(control, index)[source]#

Instantiate FlowNode at a given index.

Parameters:
  • control (Control) – A Control object.

  • index (int) – The index in the discretization and parameter data to use when instantiating a FlowNode.