r.walk.points.txt 1.7 KB

1234567891011121314151617
  1. r.walk
  2. r.walk.points - Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost from point vector layers.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|elevation|Name of input elevation raster map|None|False
  5. QgsProcessingParameterRasterLayer|friction|Name of input raster map containing friction costs|None|False
  6. QgsProcessingParameterFeatureSource|start_points|Start points|0|None|False
  7. QgsProcessingParameterFeatureSource|stop_points|Stop points|0|None|True
  8. QgsProcessingParameterString|walk_coeff|Coefficients for walking energy formula parameters a,b,c,d|0.72,6.0,1.9998,-1.9998|False|True
  9. QgsProcessingParameterNumber|lambda|Lambda coefficients for combining walking energy and friction cost|QgsProcessingParameterNumber.Double|1.0|True|0.0|None
  10. QgsProcessingParameterNumber|slope_factor|Slope factor determines travel energy cost per height step|QgsProcessingParameterNumber.Double|-0.2125|True|None|None
  11. QgsProcessingParameterNumber|max_cost|Maximum cumulative cost|QgsProcessingParameterNumber.Double|0.0|True|None|None
  12. QgsProcessingParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|QgsProcessingParameterNumber.Double|None|True|None|None
  13. *QgsProcessingParameterNumber|memory|Maximum memory to be used in MB|QgsProcessingParameterNumber.Integer|300|True|1|None
  14. *QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
  15. *QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|False
  16. QgsProcessingParameterRasterDestination|output|Cumulative cost
  17. QgsProcessingParameterRasterDestination|outdir|Movement Directions