Opened 14 years ago
Last modified 9 years ago
#1228 new defect
r.surf.area manual needs updating
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.6 |
Component: | Raster | Version: | svn-releasebranch64 |
Keywords: | r.surf.area | Cc: | |
CPU: | All | Platform: | All |
Description
The manual for r.surf.area seems to be out of date with respect to the information generated by the program. Here is what the module reports:
r.surf.area input=elevation.dem@PERMANENT
Null value area ignored in calculation 2.394900e+06
Plan area used in calculation: 2.644920e+08
Surface Area Calculation(low, high, avg): 2.701080e+08 2.732753e+08 2.716916e+08
Current Region plan area: 2.654802e+08
Estimated Region Surface Area: 2.727067e+08
Done.
But here is what the manual says it reports:
Reported totals are:
- "Plan" area of NULL values within the current GRASS region
- "Plan" area within calculation region (rows-1 * cols-1 * cellarea)
- Average of the minimum and maximum calculated 3d triangle area within this region
- "Plan" area within current GRASS region (rows * cols * cellarea)
- Scaling of calculated area to current GRASS region (see NOTE)
Maybe it is just a simple change of wording for each entry, but someone who is familiar with the command ought to check to ensure that this is all that is needed
Change History (2)
comment:1 by , 12 years ago
Milestone: | 6.4.1 → 6.4.4 |
---|---|
Version: | unspecified → svn-releasebranch64 |
comment:2 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
Please update the manual directly in SVN.