2014-04-19 15:53:43 +02:00
|
|
|
r.grow.distance
|
2015-07-26 03:48:27 +02:00
|
|
|
Generates a raster layer of distance to features in input layer.
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|input|Input input raster layer|None|False
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterEnum|metric|Metric|euclidean;squared;maximum;manhattan|False|0|True
|
|
|
|
*QgsProcessingParameterBoolean|-m|Output distances in meters instead of map units|False
|
|
|
|
*QgsProcessingParameterBoolean|-|Calculate distance to nearest NULL cell|False
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterDestination|distance|Distance
|
|
|
|
QgsProcessingParameterRasterDestination|value|Value of nearest cell
|