ソースを参照

rasterintro manual: explain optional NULL compression

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70669 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 年 前
コミット
9f1eee531c
1 ファイル変更5 行追加1 行削除
  1. 5 1
      raster/rasterintro.html

+ 5 - 1
raster/rasterintro.html

@@ -279,12 +279,16 @@ The GRASS GIS raster format is architecture independent and portable between
 <h3>Raster compression</h3>
 <!-- keep in sync with raster/r.compress/r.compress.html -->
 
-
 All GRASS GIS raster map types are by default ZLIB compressed, i.e. using
 ZLIB's deflate algorithm. Through the environment variable
 <tt>GRASS_COMPRESSOR</tt> the compression method can be set to RLE, ZLIB,
 LZ4, or BZIP2.
 <p>
+Important: the NULL file compression must be explicitly turned on with 
+<tt>export GRASS_COMPRESS_NULLS=1</tt> - such raster maps can then only 
+be opened with GRASS GIS 7.2.0 or later. NULL file compression can be 
+managed with <b>r.null -z</b>.
+<p>
 Integer (CELL type) raster maps can be compressed with RLE if
 the environment variable <tt>GRASS_INT_ZLIB</tt> exists and is set to value 
 0. However, this is not recommended.