We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

LERC, an innovative compression algorithm for raster data

Formale Metadaten

Titel
LERC, an innovative compression algorithm for raster data
Serientitel
Anzahl der Teile
351
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2022

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Although in use for about 10 years in various Esri products and services, the LERC (Limited Error Raster Compression) raster compression algorithm has only just recently made its way into the free and open-source GIS scene by its inclusion in GDAL (3.3). LERC can perform both lossless and lossy raster data compression. To achieve its impressive compression ratios and speed LERC employs two major basic tricks: - The raster is processed and compressed in small two-dimensional blocks, taking advantage of spatial autocorrelation (neighboring values usually being more alike than others). - The raster values are quantized (absolute values are replaced by differences between neighbors) and bitstuffed to minimize the number of bits required to store them, this is especially useful for high bit depth data. For lossy compression LERC will follow a user-configurable maximum error threshold (the "limited error" in its name). Want to compress your DEM and allow up to one centimeter of error? No problemo! LERC is patented by Esri but thanks to the choice of the permissive Apache License it is freely usable by anyone. The talk will try explain the algorithm on a basic level, understandable by non-experts, and show its performance with some examples.
Schlagwörter