pywatershed.FlowNodeMaker#
- class pywatershed.FlowNodeMaker(discretization=None, parameters=None)[source]#
FlowNodeMaker instantiates FlowNodes with their data.
See
FlowGraphfor related examples and discussion.- __init__(discretization=None, parameters=None)[source]#
Intitalize the FlowNodeMaker.
- Parameters:
discretization (
Parameters) – Discretization data to parcel out to the FlowNodes.parameters (
Parameters) – Parmeter data to parcel to the FlowNodes.
Methods