Skip to content

Commit

Permalink
split tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman authored and nyalldawson committed Sep 7, 2021
1 parent dfc2d74 commit 91b1d2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions python/plugins/grassprovider/description/r.path.coordinate.txt
@@ -0,0 +1,12 @@
r.path
r.path.coordinate.txt - Traces paths from starting points following input directions.
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Name of input direction
QgsProcessingParameterEnum|format|Format of the input direction map|auto;degree;45degree;bitmask|false|0|false
QgsProcessingParameterRasterLayer|values|Name of input raster values to be used for output|None|True
QgsProcessingParameterRasterDestination|raster_path|Name for output raster path map
QgsProcessingParameterVectorDestination|vector_path|Name for output vector path map
QgsProcessingParameterPoint|start_coordinates|Map coordinate of starting point (E,N)|None|True
QgsProcessingParameterBoolean|-c|Copy input cell values on output|False
QgsProcessingParameterBoolean|-a|Accumulate input values along the path|False
QgsProcessingParameterBoolean|-n|Count cell numbers along the path|False
1 change: 0 additions & 1 deletion python/plugins/grassprovider/description/r.path.txt
Expand Up @@ -6,7 +6,6 @@ QgsProcessingParameterEnum|format|Format of the input direction map|auto;degree;
QgsProcessingParameterRasterLayer|values|Name of input raster values to be used for output|None|True
QgsProcessingParameterRasterDestination|raster_path|Name for output raster path map
QgsProcessingParameterVectorDestination|vector_path|Name for output vector path map
QgsProcessingParameterPoint|start_coordinates|Map coordinates of starting point(s) (E,N)|None|True
QgsProcessingParameterFeatureSource|start_points|Vector layer containing starting point(s)|0|None|True
QgsProcessingParameterBoolean|-c|Copy input cell values on output|False
QgsProcessingParameterBoolean|-a|Accumulate input values along the path|False
Expand Down

0 comments on commit 91b1d2e

Please sign in to comment.