[SciPy-User] Maximum file size for .npz format?

Christopher Barker Chris.Barker at noaa.gov
Sun Mar 14 20:24:38 EDT 2010


Stéfan van der Walt wrote:
>> Yes, the ZIP file format has a 4GB limit. Unfortunately, Python does
>> not yet support the ZIP64 format.
> 
> I see Bruce dug up  http://projects.scipy.org/numpy/ticket/991.  Is
> this the right route to go, or do we need a more sophisticated
> solution?

It might be nice to build something on libbzip2 -- It looks like the 
license is right, it's got good compression qualities, supports 64 bit, 
and it getting pretty widely used.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the SciPy-User mailing list