Skip to content

Commit 3dec175

Browse files
committedApr 9, 2018
[processing][grass] Allow operation on only selected vector features
Fixes #18218
1 parent 92634a9 commit 3dec175

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+117
-117
lines changed
 

‎python/plugins/processing/algs/grass7/description/r.carve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.carve
22
Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.
33
Raster (r.*)
44
QgsProcessingParameterRasterLayer|raster|Elevation|None|False
5-
QgsProcessingParameterVectorLayer|vector|Vector layer containing stream(s)|1|None|False
5+
QgsProcessingParameterFeatureSource|vector|Vector layer containing stream(s)|1|None|False
66
QgsProcessingParameterNumber|width|Stream width (in meters). Default is raster cell width|QgsProcessingParameterNumber.Double|None|True|None|None
77
QgsProcessingParameterNumber|depth|Additional stream depth (in meters)|QgsProcessingParameterNumber.Double|None|True|None|None
88
QgsProcessingParameterBoolean|-n|No flat areas allowed in flow direction|False

‎python/plugins/processing/algs/grass7/description/r.cost.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ QgsProcessingParameterPoint|start_coordinates|Coordinates of starting point(s) (
66
QgsProcessingParameterPoint|stop_coordinates|Coordinates of stopping point(s) (E,N)|0,0|False
77
QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
88
QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|True
9-
QgsProcessingParameterVectorLayer|start_points|Start points|0|None|True
10-
QgsProcessingParameterVectorLayer|stop_points|Stop points|0|None|True
9+
QgsProcessingParameterFeatureSource|start_points|Start points|0|None|True
10+
QgsProcessingParameterFeatureSource|stop_points|Stop points|0|None|True
1111
QgsProcessingParameterRasterLayer|start_raster|Name of starting raster points map|None|True
1212
QgsProcessingParameterNumber|max_cost|Maximum cumulative cost|QgsProcessingParameterNumber.Double|0.0|True|None|None
1313
QgsProcessingParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|QgsProcessingParameterNumber.Double|None|True|None|None

0 commit comments

Comments
 (0)
Please sign in to comment.