Changes between Version 1 and Version 2 of Ticket #2764, comment 11
- Timestamp:
- 01/03/18 14:14:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2764, comment 11
v1 v2 7 7 }}} 8 8 9 I have identified one of the offending maps, and attempts to read it via `r.compress -u` or `r.univar` fail. Attempting to write each cell to a file with `r.stats` fails results in reasonable data output until the above error is encountered. I assume that this has to do with row-level compression?9 I have identified one of the offending maps, and attempts to read it via `r.compress -u` or `r.univar` fail. Attempting to write each cell to a file with `r.stats` results in reasonable data output until the above error is encountered. I assume that this has to do with row-level decompression encountering corrupt data? 10 10 11 11 Are there any diagnostics that can be performed on the map which might shed some light on why it can't be decompressed?