I am running MacOS High Sierra (10.13.6) and have been using various versions of Grass GIS. Recently, I prepared raster maps using 7.8.3 but these maps do not open in lower versions of Grass such as 7.2.2. Higher versions like 7.9 open the same raster images without a problem.
I am getting the error below:
I will greatly appreciate any advice on fixing this issue for pre 7.8 versions of Grass.
In particular:
“All GRASS GIS raster map types are by default ZSTD compressed if available, otherwise ZLIB compressed. Through the environment variable GRASS_COMPRESSOR the compression method can be set to RLE, ZLIB, LZ4, BZIP2, or ZSTD.”
So to make rasters in 7.8 and have them available in 7.2 you will need to set the GRASS_COMPRESSOR environment variable in advance to “ZLIB” before creating the rasters in version 7.8. THen those should be readable in older versions.
(attachments)
···
On 7/23/2020 3:41 PM, Bulent Arikan wrote:
Dear List,
I am running MacOS High Sierra (10.13.6) and have been using various versions of Grass GIS. Recently, I prepared raster maps using 7.8.3 but these maps do not open in lower versions of Grass such as 7.2.2. Higher versions like 7.9 open the same raster images without a problem.
I am getting the error below:
I will greatly appreciate any advice on fixing this issue for pre 7.8 versions of Grass.
Thank you!
BÜLENT ARIKAN
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-user](https://lists.osgeo.org/mailman/listinfo/grass-user)
So to make rasters in 7.8 and have them available in 7.2 you will need to set the GRASS_COMPRESSOR environment variable in advance to "ZLIB" before creating the rasters in version 7.8. THen those should be readable in older versions.