GRASS logo

NAME

v.in.area - Checks if the input vector map (geometry type is points or polygons) is partly located inside a given area.

KEYWORDS

vector, overlay

SYNOPSIS

v.in.area
v.in.area --help
v.in.area [-e] map=name area=name [type=string[,string,...]] [--help] [--verbose] [--quiet] [--ui]

Flags:

-e
Throw error, if input map does not overlap with area
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

map=name [required]
Name of input vector map
Input vector map to check
area=name [required]
Name of input vector map
Input area vector map
type=string[,string,...]
Feature type of input vector map
Options: point, area, auto
Default: auto

Table of contents

DESCRIPTION

v.in.area checks if the input vector map is partly inside a given area.

SEE ALSO

v.what.vect, v.overlay

AUTHOR

Anika Weinmann, mundialis, Germany

SOURCE CODE

Available at: v.in.area source code (history)

Accessed: Wednesday Jul 17 09:11:13 2024


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

© 2003-2024 GRASS Development Team, GRASS GIS 8.5.0dev Reference Manual