Opened 11 years ago
Closed 11 years ago
#2090 closed enhancement (fixed)
r.reclass.area - added flag to indicate input map is pre-clumped
Reported by: | egoddard | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Raster | Version: | svn-trunk |
Keywords: | reclass, clump | Cc: | |
CPU: | All | Platform: | Unspecified |
Description
Added a flag (-c) to r.reclass.area.py to indicate that the input map is pre-clumped. This is useful for using r.reclass.area with clump maps generated from other tools such as r.clump4p (http://sil.uc.edu/downloads.html#software) that can drastically reduce processing time.
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | r.reclass.area.py.diff added |
---|
by , 11 years ago
Attachment: | r.reclass.area.html.diff added |
---|
comment:1 by , 11 years ago
follow-up: 3 comment:2 by , 11 years ago
Yes, the flag just indicates the input map is already clumped so that it will skip the clumping phase of r.reclass.area. It doesn't matter which algorithm is used to do the clumping.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Some issues have been pointed out in r.clump4p:
http://lists.osgeo.org/pipermail/grass-dev/2014-February/067484.html
Would your patch work also with stock r.clump?