-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add r.buffer.lowmem algorithm (and secure r.buffer parameters)
- Loading branch information
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
ede5f8f
commit 628a7fa
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/grass7/description/r.buffer.lowmem.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters