r.walk.rast.txt 1.7 KB

12345678910111213141516
  1. r.walk
  2. r.walk.rast - 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 a raster.
  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. QgsProcessingParameterRasterLayer|start_raster|Name of starting raster points map (all non-NULL cells are starting points)|None|False
  7. QgsProcessingParameterString|walk_coeff|Coefficients for walking energy formula parameters a,b,c,d|0.72,6.0,1.9998,-1.9998|False|True
  8. QgsProcessingParameterNumber|lambda|Lambda coefficients for combining walking energy and friction cost|QgsProcessingParameterNumber.Double|1.0|True|0.0|None
  9. QgsProcessingParameterNumber|slope_factor|Slope factor determines travel energy cost per height step|QgsProcessingParameterNumber.Double|-0.2125|True|None|None
  10. QgsProcessingParameterNumber|max_cost|Maximum cumulative cost|QgsProcessingParameterNumber.Double|0.0|True|None|None
  11. QgsProcessingParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|QgsProcessingParameterNumber.Double|None|True|None|None
  12. *QgsProcessingParameterNumber|memory|Maximum memory to be used in MB|QgsProcessingParameterNumber.Integer|300|True|1|None
  13. *QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
  14. *QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|False
  15. QgsProcessingParameterRasterDestination|output|Cumulative cost
  16. QgsProcessingParameterRasterDestination|outdir|Movement Directions