Skip to content

Commit f26ca36

Browse files
authored
Merge pull request #9649 from NaturalGIS/fix_grass7_v_voronoi_again
Fix grass7 v.voronoi again
2 parents 762b2a4 + 53e5216 commit f26ca36

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v.voronoi.skeleton
2+
Creates a Voronoi diagram (or compute the center line or the skeleton) from an input vector layer containing polygons.
3+
Vector (v.*)
4+
QgsProcessingParameterFeatureSource|input|Input polygons layer|2|None|False
5+
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
6+
QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
7+
*QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
8+
*QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|False
9+
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
10+
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
11+
QgsProcessingParameterVectorDestination|output|Voronoi

python/plugins/processing/algs/grass7/description/v.voronoi.txt

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Creates a Voronoi diagram from an input vector layer containing points.
33
Vector (v.*)
44
QgsProcessingParameterFeatureSource|input|Input points layer|0|None|False
55
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
6-
QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
7-
*QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
8-
*QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|False
96
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
107
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
118
QgsProcessingParameterVectorDestination|output|Voronoi

0 commit comments

Comments
 (0)