Opened 9 years ago
Closed 9 years ago
#2802 closed defect (fixed)
Examples in r.reclass.area not updated
Reported by: | pmav99 | Owned by: | |
---|---|---|---|
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
Change History (1)
comment:1 by , 9 years ago
Milestone: | → 7.0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In modified form fixed in r66868 and r66869. Thanks, closing.