NAME
v.example - {SHORT DESCRIPTION}.
KEYWORDS
vector,
grid
SYNOPSIS
v.example
v.example --help
v.example [-p] output=name box=width,height [polygon_aoi=name] [layer=string] [column=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -p
- Print attribute values of given column for input vector polygon_aoi
- --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:
- output=name [required]
- Base name for tiles.
- box=width,height [required]
- Width and height of boxes in grid
- polygon_aoi=name
- Name of input vector map
- Polygon to extract grid-tiles for
- layer=string
- Layer number or name
- Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
- Default: 1
- column=name
- Name of attribute column
v.example is an example for a GRASS GIS addon. Here comes a short
description of the module.
New paragraph for more detailed description.
Rather technical notes are here.
Description of the algorithm or method
Hints for usage, e.g. for large maps or a large number of input arguments.
v.example output=tiles box=1000,1000
v.select ainput=tiles atype=area binput=poly_aoi btype=area operator=overlap output=tiles_aoi
Image with the result
Figure: Vector map .... something.
v.mkgrid,
g.region
Name,
mundialis
SOURCE CODE
Available at:
v.example source code
(history)
Accessed: Friday May 10 14:46:11 2024
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.0dev Reference Manual