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

GRASS GIS trac at osgeo.org
Thu Nov 19 03:37:57 PST 2015


#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>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list