From c9847b7a62434f6282180b7bf0156ecf93bcd173 Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:10:39 +0545 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c2cb95..270a627e 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ curl -d '{"geometry":{"type":"Polygon","coordinates":[[[83.96919250488281,28.194 ## Introduction of sozip -We use [sozip](https://github.com/sozip/sozip-spec) optimization while we zip the files , This won't change anything the existing usecase for .zip . Learn more about it in attached link +We use [sozip](https://github.com/sozip/sozip-spec) optimization while we zip the files , 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. Learn more about it in attached link ## Tests