[GRASS-dev] [GRASS GIS] #2802: Examples in r.reclass.area not updated

#2802: Examples in r.reclass.area not updated
-------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Docs | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
The examples in the manual of r.reclass.area have not been updated for
grass7. I.e.:

{{{
# extract only areas > 2000 ha, NULL otherwise:
r.reclass.area input=zipcodes output=zipcodes_larger2000ha greater=2000

# reclass removing area minor of 1000 ha
r.reclass.area input=zipcodes output=zipcodes_rmarea1000 lesser=1000
method=rmarea
}}}

should be:
{{{
# extract only areas > 2000 ha, NULL otherwise:
r.reclass.area input=zipcodes output=zipcodes_larger2000ha mode=greater
value=2000

# reclass removing area minor of 1000 ha
r.reclass.area input=zipcodes output=zipcodes_rmarea1000 mode=lesser
value=1000 method=rmarea
}}}
https://grass.osgeo.org/grass70/manuals/r.reclass.area.html

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

#2802: Examples in r.reclass.area not updated
--------------------------+-------------------------
  Reporter: pmav99 | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.1
Component: Docs | Version: unspecified
Resolution: fixed | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by neteler):

* status: new => closed
* resolution: => fixed
* milestone: => 7.0.1

Comment:

In modified form fixed in r66868 and r66869. Thanks, closing.

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