Wiki

Clone wiki

Geomorphic Network and Analysis Toolbox / Tool_Documentation / FindCrossingLines

Find Crossing Lines Tool

This tool looks for places where your stream network has more than 3 line segments converging at one location. It creates a one meter buffer at each location. You can then edit one of the features to fall outside the one meter buffer.

Usage

Parameters

Input Stream Network

The feature class you are cleaning. This should be a projected stream network.

Output Workspace:

The folder or geodatabase where you want the Output Polygon Name to be created.

Output Polygon Name:

A name you create for the buffer feature class output by this script. This fill will be created in the Output Workspace.

Scratch Workspace:

The folder or geodatabase where you want the working files to be created.

Outputs

Output Polygon

Each Polygon Feature in this dataset represents a location in the stream network where more than 3 lines intersect (i.e two line features cross, rather than converge).

Technical Background

Tool Revisions

  • GNAT 1.2
    • Initial Release

Updated