fpzip
Lossless and lossy compression o floating-point arrays
Lossless and lossy compression o floating-point arrays
To install this package, run one of the following:
fpzip is a library and command-line utility for lossless and optionally lossy compression of 2D and 3D floating-point arrays. fpzip assumes spatially correlated scalar-valued data, such as regularly sampled continuous functions, and is not suitable for compressing unstructured streams of floating-point numbers. In lossy mode, fpzip discards some number of least significant mantissa bits and losslessly compresses the result. fpzip currently supports IEEE-754 single (32-bit) and double (64-bit) precision floating-point data. fpzip is written in C++ but has a C compatible API that can be called from C and other languages. It conforms to the C++98 and C89 language standards.
Summary
Lossless and lossy compression o floating-point arrays
Last Updated
Feb 13, 2023 at 18:42
License
BSD-3-Clause
Supported Platforms
GitHub Repository
https://github.com/LLNL/fpzipDocumentation
https://github.com/LLNL/fpzip