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

SOZip: using directly (geospatial) large compressed files in a ZIP archive!

Formale Metadaten

Titel
SOZip: using directly (geospatial) large compressed files in a ZIP archive!
Serientitel
Anzahl der Teile
266
Autor
Lizenz
CC-Namensnennung 3.0 Deutschland:
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
Erscheinungsjahr2023
SpracheEnglisch

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
FOSS4G 2023 Prizren SOZip (Seek-Optimized ZIP) is a new open specification on top of the ZIP archive format to compress one or several files organized and annotated such that a SOZip-aware reader can perform very fast random access (seek) within a compressed file. SOZip makes it possible to access large compressed files directly from a .zip file without prior decompression. It is not a new file format, but a profile of the existing ZIP format, done in a fully backward compatible way. ZIP readers that are non-SOZip aware can read a SOZip-enabled file normally and ignore the extended features that support efficient seek capability. We will present how SOZip works under the hood and discuss about SOZip implementations, in particular in GDAL, which make it possible for its downstream users, in particular QGIS, to read seamlessly and efficiently large compressed files in GeoPackage, FlatGeoBuf, or shapefile formats.