Skip to content

Commit

Permalink
Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Feb 28, 2016
1 parent ede5f8f commit 628a7fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
@@ -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
Expand Up @@ -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

0 comments on commit 628a7fa

Please sign in to comment.