Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9649 from NaturalGIS/fix_grass7_v_voronoi_again
Fix grass7 v.voronoi again
  • Loading branch information
m-kuhn committed Apr 27, 2019
2 parents 762b2a4 + 53e5216 commit f26ca36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
@@ -0,0 +1,11 @@
v.voronoi.skeleton
Creates a Voronoi diagram (or compute the center line or the skeleton) from an input vector layer containing polygons.
Vector (v.*)
QgsProcessingParameterFeatureSource|input|Input polygons layer|2|None|False
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
*QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
*QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|False
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
QgsProcessingParameterVectorDestination|output|Voronoi
Expand Up @@ -3,9 +3,6 @@ Creates a Voronoi diagram from an input vector layer containing points.
Vector (v.*)
QgsProcessingParameterFeatureSource|input|Input points layer|0|None|False
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
*QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
*QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|False
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
QgsProcessingParameterVectorDestination|output|Voronoi

0 comments on commit f26ca36

Please sign in to comment.