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=None, quiet=None, superquiet=None)
Example:
gs.run_command("v.build.all")
grass.tools.Tools.v_build_all( verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.v_build_all()
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
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: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
verbose: bool, optional
Verbose module output
Default: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
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