Browse wiki
From CSDMS
Yes +
Single Processor +
Creation date"Creation date" is a predefined property that corresponds to the date of the first revision of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
15:49:23, 28 January 2020 +
grid : Landlab Model Grid instance, requir … grid : Landlab Model Grid instance, required<br><br></br></br>channel_definition_field : field name as string<br></br>Name of field used to identify the outlet and headwater nodes of the channel network. Default is "drainage_area".</br></br>minimum_outlet_threshold : float, optional<br></br>Minimum value of the *channel_definition_field* to define a watershed outlet. Default is 0.</br></br>minimum_channel_threshold : float, optional<br></br>Value to use for the minimum drainage area associated with a plotted channel segment. Default values 0.</br></br>number_of_watersheds : int, optional<br></br>Total number of watersheds to plot. Default value is 1. If value is greater than 1 and outlet_nodes is not specified, then the number_of_watersheds largest watersheds is based on the drainage area at the model grid boundary. If given as None, then all grid cells on the domain boundary with a stopping field (typically drainage area) greater than the minimum_outlet_threshold in area are used.</br></br>main_channel_only : Boolean, optional<br></br>Flag to determine if only the main channel should be plotted, or if all stream segments with drainage area less than threshold should be plotted. Default value is True.</br></br>outlet_nodes : length number_of_watersheds iterable, optional<br></br>Length number_of_watersheds iterable containing the node IDs of nodes to start the channel profiles from. If not provided, the default is the number_of_watersheds node IDs on the model grid boundary with the largest terminal drainage area.</br></br>cmap : str<br></br>A valid matplotlib cmap string. Default is "viridis".minal drainage area.
cmap : str<br>
A valid matplotlib cmap string. Default is "viridis". +
"drainage_area":
{
"dtype": float,
"inten … "drainage_area": </br>{</br>"dtype": float,</br>"intent": "in",</br>"optional": True,</br>"units": "m**2",</br>"mapping": "node",</br>"doc": "Upstream accumulated surface area contributing to the node's discharge",</br>},</br> </br>"flow__link_to_receiver_node": </br>{</br>"dtype": int,</br>"intent": "in",</br>"optional": False,</br>"units": "-",</br>"mapping": "node",</br>"doc": "ID of link downstream of each node, which carries the discharge",</br>},</br> </br>"flow__receiver_node": </br>{</br>"dtype": int,</br>"intent": "in",</br>"optional": False,</br>"units": "-",</br>"mapping": "node",</br>"doc": "Node array of receivers (node that receives flow from current node)",</br>} that receives flow from current node)",
} +
2,020 +
In order to extract channel networks, the … In order to extract channel networks, the flow connectivity across the grid must already be identified. This is typically done with the FlowAccumulator component. However, this component does not require that the FlowAccumulator was used. Instead it expects that the following at-node grid fields will be present:<br></br>'flow__receiver_node'<br></br>'flow__link_to_receiver_node'<br></br>The ChannelProfiler can work on grids that have used route-to-one or route-to-multiple flow directing. have used route-to-one or route-to-multiple flow directing. +
Katy +
Has query"Has query" is a predefined property that represents meta information (in form of a <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Subobject">subobject</a>) about individual queries and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
ASCII +
Last editor is"Last editor is" is a predefined property that contains the page name of the user who created the last revision and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
0.11 +
Terrestrial +
LandLab +
As code +
https://github.com/landlab/landlab/issues +
Single +
https://landlab.github.io +
Modification date"Modification date" is a predefined property that corresponds to the date of the last modification of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
17:18:14, 6 June 2025 +
1 +
The ChannelProfiler extracts and plots channel networks from a landlab grid. +
ASCII +
80309 +
false +
false +
BSD or MIT X11 +
Python +
Through web repository +
https://github.com/landlab/landlab/tree/master/landlab +
2019 +
Model developer +