Articles tagged: compression

Aug 14, 2017

This document proposes adding compression to the netcdf-3 (aka classic) file format. The proposal has numerous limitations because of the nature of the existing netcdf-3 format.

The algorithm and data format proposed here requires re-writing an existing netcdf-3 file to move it to the new format. In effect, the re-written file becomes archival (read-only).

Sep 13, 2014
Trying compression algorithms other than deflate on GRIB data.
Sep 5, 2014
Can you store data better than with just 1 bit? Way better.
Sep 5, 2014
How to limit precision on floating point numbers by setting lower bits of the mantissa to 0.
Sep 4, 2014
How to limit precision on floating point numbers with scale/offset and packed integers.
Aug 25, 2014
Some details on using deflate for compressing GRIB-2 data, with a comparision to JPEG-2000 wavelet compression.
Aug 13, 2014
Trying out deflate compression on GRIB-1 data. 
Aug 12, 2014
May I have the envelope, please?
Aug 7, 2014

Rewriting GRIB files into NetCDF/CF, part 1.