Home

Awesome

Build Status

n5-blosc

Blosc compression for N5.

This library wraps the JBlosc interface for C-Blosc as an N5 compression interface. JBlosc depends on libblosc1. On Ubuntu 18.04 or later, install with:

sudo apt-get install -y libblosc1

On other platforms, please check the installation instructions for JBlosc.

Build and install:

mvn clean install