-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello @pauldmccarthy this package is really fantastic! I work at the Alaska Satellite Facility where we distribute satellite imagery data at no cost to scientists and we've run into a similar issue to the one indexed_gzip
was designed to solve.
Unfortunately, instead of gzip
, the files we're trying index use zip
compression. We would love to have an indexed_zip
package that has the same functionality as indexed_gzip
, but is compatible with python's zipfile.ZipFile
. Since zipfile.ZipFile
also uses zlib
, under the hood how big of a lift do you think this would be?
Metadata
Metadata
Assignees
Labels
No labels