Opened 17 years ago
Closed 17 years ago
#161 closed defect (fixed)
v.rast.stats calls defunct "r.cats"
Reported by: | isaacullah | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | v.rast.stats r.cats r.category | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
v.rast.stats still tries to use the old 'r.cats' module to gather raster categories. This should be updated to use the new 'r.category' module. This may also allow extended functionality for v.rast.stats
Change History (1)
comment:1 by , 17 years ago
Milestone: | 6.4.0 → 7.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 6.3.0 → svn-trunk |
Note:
See TracTickets
for help on using tickets.
updated in r31305, r31306.
r.cats is still there in GRASS 6 as a wrapper to r.category, and has all the same options/functionality. the module was simply renamed when it got write support. this bug was only a problem in GRASS 7 (svn trunk) where the r.cats alias is now removed.
thanks for the report, Hamish