[GRASS-dev] [GRASS GIS] #2349: CELL raster format: make ZLIB level 3 standard compression instead of RLE

GRASS GIS trac at osgeo.org
Fri May 15 21:53:07 PDT 2015


#2349: CELL raster format: make ZLIB level 3 standard compression instead of RLE
--------------------------+-------------------------------------------
  Reporter:  neteler      |      Owner:  grass-dev@…
      Type:  enhancement  |     Status:  new
  Priority:  critical     |  Milestone:  7.1.0
 Component:  Raster       |    Version:  svn-trunk
Resolution:               |   Keywords:  compression, r.compress, null
       CPU:  Unspecified  |   Platform:  All
--------------------------+-------------------------------------------

Comment (by glynn):

 Replying to [comment:21 neteler]:
 > I tried again but don't see a difference in the NULL file size:

 Check that the patch applied successfully, that compilation was
 successful, and that r.mapcalc is using the new libgrass_raster.so, not
 e.g. an installed version.

 The first two can be confirmed by running "strings" on the library and
 confirming that GRASS_COMPRESS_NULLS appears in the output. The last can
 be confirmed with e.g.
 {{{
 ldd $(which r.mapcalc)
 }}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2349#comment:22>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list