mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
This commit is contained in:
parent
ede5f8f097
commit
628a7fab7c
@ -0,0 +1,8 @@
|
||||
r.buffer.lowmem
|
||||
Creates a raster map layer showing buffer zones surrounding cells that contain non-NULL category values (low-memory alternative).
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterString|distances|Distance zone(s) (e.g. 100,200,300)|None|False|False
|
||||
ParameterSelection|units|Units of distance|meters;kilometers;feet;miles;nautmiles|False
|
||||
ParameterBoolean|-z|Ignore zero (0) data cells instead of NULL cells|False
|
||||
OutputRaster|output|Buffer
|
@ -2,7 +2,7 @@ r.buffer
|
||||
Creates a raster map layer showing buffer zones surrounding cells that contain non-NULL category values.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterString|distances|Distance zone(s) (e.g. 100,200,300)|
|
||||
ParameterSelection|units|Units of distance|meters;kilometers;feet;miles;nautmiles
|
||||
ParameterString|distances|Distance zone(s) (e.g. 100,200,300)|None|False|False
|
||||
ParameterSelection|units|Units of distance|meters;kilometers;feet;miles;nautmiles|False
|
||||
ParameterBoolean|-z|Ignore zero (0) data cells instead of NULL cells|False
|
||||
OutputRaster|output|Buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user