Opened 8 years ago

Closed 8 years ago

#2802 closed defect (fixed)

Examples in r.reclass.area not updated

Reported by: pmav99 Owned by: grass-dev@…
Priority: normal Milestone: 7.0.1
Component: Docs Version: unspecified
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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

Change History (1)

comment:1 by neteler, 8 years ago

Milestone: 7.0.1
Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.