v.build.all
Rebuilds topology on all vector maps in the current mapset.
v.build.all [--verbose] [--quiet] [--qq] [--ui]
Example:
v.build.all
grass.script.run_command("v.build.all", verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("v.build.all")
Parameters
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
v.build.all runs v.build for all vectors in the current mapset.
Example
# rebuild topology for all vector maps in the current mapset
v.build.all
AUTHOR
Radim Blazek
SOURCE CODE
Available at: v.build.all source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f