[GRASS-SVN] r71662 - grass-addons/grass7/raster/r.cell.area
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 10 19:57:22 PST 2017
Author: awickert
Date: 2017-11-10 19:57:22 -0800 (Fri, 10 Nov 2017)
New Revision: 71662
Modified:
grass-addons/grass7/raster/r.cell.area/r.cell.area.html
Log:
r.cell.area computation error
Modified: grass-addons/grass7/raster/r.cell.area/r.cell.area.html
===================================================================
--- grass-addons/grass7/raster/r.cell.area/r.cell.area.html 2017-11-11 03:49:34 UTC (rev 71661)
+++ grass-addons/grass7/raster/r.cell.area/r.cell.area.html 2017-11-11 03:57:22 UTC (rev 71662)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>r.cell.area</em> uses the current computational region to compute the area of each raster cell. It can do so on a projected coordinate system or on a geographic coordinate system; the latter is accomplished via the latitude of the cell's midpoint.
+<em>r.cell.area</em> uses the current computational region to compute the area of each raster cell. It can do so on a projected coordinate system or on a geographic coordinate system; the latter is accomplished via the latitude of the cell's midpoint. This approximation can generate ~1% error with coarse lat/lon cells near the poles.
<h2>NOTES</h2>
More information about the grass-commit
mailing list