Identify Network Nodes¶
Summary¶
Identify the nodes of a LineString network.
Tags:hydrography
, graph
, stream order
, network
, identification
Usage¶
Identify the nodes of an input LineString network.
Parameters¶
Parameter | Description | Type |
---|---|---|
Input linestrings
INPUT
|
Stream network, oriented from upstream to downstream. MutliLineStrings are not supported. | LineString(ZM) |
Quantization Factor for Node Coordinates
QUANTIZATION
|
Tolerance for node pairing (in number of decimal).
Nodes are considered identical if their coordinates are within this tolerance.
Default is 1e8.
Default value: 100000000.0
|
Number |
Lines With Identified Nodes
OUTPUT
|
LineString with nodes identified.
with fields:
|
LineString(ZM) |
Nodes
NODES
|
Point features representing the nodes of the network.
with fields:
|
Point(ZM) |