GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

NAME

v.stream.inbasin - Subset a stream network into just one of its basins

KEYWORDS

vector, stream network, basins, hydrology, geomorphology

SYNOPSIS

v.stream.inbasin
v.stream.inbasin --help
v.stream.inbasin [-s] input_streams=name [input_basins=name] [draindir=name] [cat=string] [x_outlet=string] [y_outlet=string] [output_basin=name] [output_streams=name] [output_pour_point=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-s
Snap provided coordinates to nearest segment endpoint
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input_streams=name [required]
Stream network
Or data source for direct OGR access
input_basins=name
Subbasins built alongside stream network
Or data source for direct OGR access
draindir=name
Drainage directions (needed if exact coordinates used)
Name of input raster map
cat=string
Farthest downstream segment category
x_outlet=string
Approx. pour point x/Easting: will find closest segment
y_outlet=string
Approx. pour point y/Northing: will find closest segment
output_basin=name
Vector output drainage basin
Name for output vector map
output_streams=name
Streams within vector output drainage basin
Name for output vector map
output_pour_point=name
Basin outlet
Name for output vector map

Table of contents

DESCRIPTION

v.stream.inbasin uses the output of v.stream.network to select only those streams (and sub-basins) that are upstream of (and inclusive of) a selected link in the network. It is used as a step to develop GSFLOW model inputs for a watershed, but need not be exclusively used for that purpose.

REFERENCES

Ng, G.-H. C., A. D. Wickert, R. L. McLaughlin, J. La Frenierre, S. Liess, and L. Sabeeri (2016), Modeling the role of groundwater and vegetation in the hydrological response of tropical glaciated watersheds to climate change, in AGU Fall Meeting Abstracts, H13L–1590, San Francisco, CA.

SEE ALSO

v.gsflow.hruparams v.gsflow.segments v.stream.network

AUTHORS

Andrew D. Wickert

SOURCE CODE

Available at: v.stream.inbasin source code (history)

Latest change: Monday Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual