mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
|
v.delaunay
|
||
|
v.delaunay - Creates a Delaunay triangulation from an input vector map containing points or centroids.
|
||
|
Vector (v.*)
|
||
|
ParameterVector|input|Name of input vector map|0|False
|
||
|
ParameterBoolean|-r|Use only points in current region|True
|
||
|
ParameterBoolean|-l|Output triangulation as a graph (lines), not areas|True
|
||
|
OutputVector|output|Name for output vector map
|
||
|
|