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.

NAME

v.explode - "Explode" polylines, splitting them to separate lines (uses v.split + v.category)

KEYWORDS

display, graphics, vector, symbology

SYNOPSIS

v.explode
v.explode --help
v.explode input=name [output=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

--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=name [required]
Name of input vector map
output=name
Name of output vector map

Table of contents

DESCRIPTION

v.explode "explode" polylines, splitting them to separate lines.

NOTES

Module is a simple wrapper to v.split + v.category.

EXAMPLES

v.explode input=polylines output=lines

SEE ALSO

v.split, v.category

AUTHOR

Alexander Muriy (IEG RAS, Moscow)

SOURCE CODE

Available at: v.explode source code (history)

Latest change: Thursday Feb 03 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c


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.

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

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