NCAR / SPERR

SPERR is a lossy scientific (floating-point) data compressor that produces one of the best rate-distortion curves.
Apache License 2.0
19 stars 10 forks source link

Catch all function in C API #233

Open shaomeng opened 7 months ago

shaomeng commented 7 months ago

This PR adds a pair of functions: sperr_compress() and sperr_decompress(), in the C API that can perform compression/decompression tasks in both 2D and 3D cases.