forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename classic r.buffer back to its original name, rename the python
version to "lowmem". Describe the alternatives in the help pages. The classic C version runs more than 40x faster and memory only becomes an issue when the map size is abnormally massive. (32000x32000 cells on a machine with 1 GB RAM, 90000x90000 cells on a machine with 8 GB RAM). git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52172 15284696-431f-4ddb-bdfa-cd5b030d7da7
- Loading branch information
Showing
6 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MODULE_TOPDIR = ../.. | ||
|
||
PGM = r.buffer | ||
PGM = r.buffer.lowmem | ||
|
||
include $(MODULE_TOPDIR)/include/Make/Script.make | ||
|
||
|
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
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