[GRASS-SVN] r34058 - grass/branches/develbranch_6/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 29 09:10:47 EDT 2008


Author: hamish
Date: 2008-10-29 09:10:47 -0400 (Wed, 29 Oct 2008)
New Revision: 34058

Modified:
   grass/branches/develbranch_6/raster/r.out.gdal/description.html
Log:
doc cleanup suggestions fro mmetz

Modified: grass/branches/develbranch_6/raster/r.out.gdal/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/description.html	2008-10-29 13:03:31 UTC (rev 34057)
+++ grass/branches/develbranch_6/raster/r.out.gdal/description.html	2008-10-29 13:10:47 UTC (rev 34058)
@@ -17,8 +17,8 @@
 As with most GRASS raster modules, the current region extents and region
 resolution are used, and a MASK is respected if present.
 Use <em><a href="g.region.html">g.region</a></em>'s "align=", or "rast="
-options if you need to realign the region settings the original map's
-before export.
+options if you need to realign the region settings to match the original
+map's before export.
 
 
 <h2>SUPPORTED RASTER FORMATS</h2>
@@ -99,15 +99,6 @@
 </pre>
 
 <p>
-Float32 precision is 7 decimal places, e.g. 1.0000001E20, so 1.000000001E20
-is truncated to 1.0000000E20.
-<p>
-Float64 precision is 16 decimal places, e.g. 1.0000000000000001E20,
-equivalent to DCELL.
-<p>
-Note that e.g. 0.0000000012345678E20 is stored as 1.2345678000000000E11,
-so Float32 would be ok.
-<p>
 If there is a need to keep file sizes small, use the simplest data type
 covering the data range of the raster(s) to be exported, e.g., if suitable
 use Byte rather than UInt16; use Int16 rather than Int32; or use Float32



More information about the grass-commit mailing list