mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
Bug fix for ERROR: Output distance in meters for lat/lon is only possible with 'metric=geodesic'
10 lines
562 B
Plaintext
10 lines
562 B
Plaintext
r.grow.distance
|
|
Generates a raster layer of distance to features in input layer.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input input raster layer|None|False
|
|
QgsProcessingParameterEnum|metric|Metric|euclidean;squared;maximum;manhattan;geodesic|False|0|True
|
|
*QgsProcessingParameterBoolean|-m|Output distances in meters instead of map units|False
|
|
*QgsProcessingParameterBoolean|-|Calculate distance to nearest NULL cell|False
|
|
QgsProcessingParameterRasterDestination|distance|Distance
|
|
QgsProcessingParameterRasterDestination|value|Value of nearest cell
|