[GRASS-dev] [GRASS GIS] #161: v.rast.stats calls defunct "r.cats"

#161: v.rast.stats calls defunct "r.cats"
--------------------------------------------+-------------------------------
Reporter: isaacullah | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: 6.3.0
Keywords: v.rast.stats r.cats r.category |
--------------------------------------------+-------------------------------
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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/161&gt;
GRASS GIS <http://grass.osgeo.org>

#161: v.rast.stats calls defunct "r.cats"
-------------------------+--------------------------------------------------
  Reporter: isaacullah | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: fixed | Keywords: v.rast.stats r.cats r.category
-------------------------+--------------------------------------------------
Changes (by hamish):

  * status: new => closed
  * version: 6.3.0 => svn-trunk
  * resolution: => fixed
  * milestone: 6.4.0 => 7.0.0

Comment:

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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/161#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>