sozip-spec
sozip-spec copied to clipboard
Specification of seek-optimized zip file profile
I wonder if you have stumbled on https://taras.glek.net/post/optimized-zip-format/ . Are the stated goals of SOZip and "optimized zip" similar or different? "optimized zip" stresses suitability to OS's read-ahead functionality and...
I’m wondering if anyone has experimented with streaming SOZIP-compressed files in the browser using JavaScript. Specifically, I’m interested in the use case of accessing a FlatGeoBuf file hosted on S3,...
The spec document should aim to be stable/frozen. However it contains some annexes which change, and which may become outdated if not updated. For example, the list of existing implementations....
Because the "offset section" of the index file contains one or more offsets.
From the spec: > SOZip writer MUST issue a call to deflate() ZLib method with the Z_SYNC_FLUSH mode, followed by a call with the Z_FULL_FLUSH flag, at a fixed interval...