Skip to content Skip to sidebar Skip to footer
Showing posts with the label Compression

H5py: Compound Datatypes And Scale-offset In The Compression Pipeline

Using Numpy and h5py, it is possible to create ‘compound datatype’ datasets to be stored in an hdf5… Read more H5py: Compound Datatypes And Scale-offset In The Compression Pipeline

Uncompressing A .z File With Python

I'm trying to uncompress a *.Z file using Python. I downloaded it via FTP (binary mode). The fi… Read more Uncompressing A .z File With Python

Python Compression Run Length Encoding

I am trying to learn about run length encoding and I found this challenge online that I cant do. It… Read more Python Compression Run Length Encoding

Speed Up Reading In A Compressed Bz2 File ('rb' Mode)

I have a BZ2 file of more than 10GB. I'd like to read it without decompressing it into a tempor… Read more Speed Up Reading In A Compressed Bz2 File ('rb' Mode)