-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[processing][grass] Allow operation on only selected vector features
- Loading branch information
1 parent
5bb4b3e
commit 5de0bdc
Showing
88 changed files
with
117 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/r.mask.vect.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.build.check.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
v.build | ||
v.build.check - Checks for topological errors. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|map|Name of vector map|-1|None|False | ||
QgsProcessingParameterFeatureSource|map|Name of vector map|-1|None|False | ||
Hardcoded|-e | ||
QgsProcessingParameterVectorDestination|error|Topological errors |
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.build.polylines.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
v.build.polylines | ||
Builds polylines from lines or boundaries. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|input|Name of input vector map|-1|None|False | ||
QgsProcessingParameterFeatureSource|input|Name of input vector map|-1|None|False | ||
QgsProcessingParameterEnum|cats|Category number mode|no;first;multi;same|False|0|True | ||
QgsProcessingParameterEnum|type|Input feature type|line;boundary|True|0,1|True | ||
QgsProcessingParameterVectorDestination|output|Polylines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.cluster.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.db.select.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.decimate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.delaunay.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
v.delaunay | ||
Creates a Delaunay triangulation from an input vector map containing points or centroids. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|input|Input vector layer|0|None|False | ||
QgsProcessingParameterFeatureSource|input|Input vector layer|0|None|False | ||
QgsProcessingParameterBoolean|-r|Use only points in current region|False|False | ||
QgsProcessingParameterBoolean|-l|Output triangulation as a graph (lines), not areas|False|False | ||
QgsProcessingParameterVectorDestination|output|Delaunay triangulation |
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.dissolve.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
v.dissolve | ||
Dissolves boundaries between adjacent areas sharing a common category number or attribute. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|input|Input vector layer|2|None|False | ||
QgsProcessingParameterFeatureSource|input|Input vector layer|2|None|False | ||
QgsProcessingParameterField|column|Name of column used to dissolve common boundaries|None|input|-1|False|True | ||
QgsProcessingParameterVectorDestination|output|Dissolved |
4 changes: 2 additions & 2 deletions
4
python/plugins/processing/algs/grass7/description/v.distance.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.extract.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.extrude.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.generalize.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
v.hull | ||
Produces a convex hull for a given vector map. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|input|Input layer|0|None|False | ||
QgsProcessingParameterFeatureSource|input|Input layer|0|None|False | ||
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True | ||
QgsProcessingParameterBoolean|-f|Create a 'flat' 2D hull even if the input is 3D points|False | ||
QgsProcessingParameterVectorDestination|output|Convex hull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
v.kcv | ||
Randomly partition points into test/train sets. | ||
Vector (v.*) | ||
QgsProcessingParameterVectorLayer|map|Input layer|-1|None|False | ||
QgsProcessingParameterFeatureSource|map|Input layer|-1|None|False | ||
QgsProcessingParameterNumber|npartitions|Number of partitions|QgsProcessingParameterNumber.Integer|10|False|2|None | ||
QgsProcessingParameterString|column|Name for new column to which partition number is written|part|False|True | ||
QgsProcessingParameterVectorDestination|output|Partition |
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass7/description/v.kernel.rast.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
python/plugins/processing/algs/grass7/description/v.kernel.vect.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.