소스 검색

doc cleanup suggestions from mmetz (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34059 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 년 전
부모
커밋
6aa1ca1bf8
1개의 변경된 파일2개의 추가작업 그리고 11개의 파일을 삭제
  1. 2 11
      raster/r.out.gdal/r.out.gdal.html

+ 2 - 11
raster/r.out.gdal/r.out.gdal.html

@@ -17,8 +17,8 @@ module)
 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 @@ for details.
 </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