Giter Site home page Giter Site logo

spanezz / hdf5-external-filter-plugins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nexusformat/hdf5-external-filter-plugins

0.0 1.0 0.0 1.13 MB

Provides dynamically loadable (compression) filters for HDF5 that are popular for photon or neutron science

Shell 23.93% C++ 6.30% Python 0.03% C 57.48% Scilab 0.22% CMake 11.28% M4 0.77%

hdf5-external-filter-plugins's Introduction

Welcome to HDF5 external filters

The external filter mechanism introduced with HDF5 1.8.12 allows applications to utilize custom filters not shipped by the HDF5 core library without recompiling your application. This repository provides external filters for HDF5 for

  • the LZ4 compression algorithm
  • BZip2 compression
  • and the BLOSC library.

Installation

Currently the plugins must be built directly from the sources using cmake version 3 or higher. To build, use commands like these:

mkdir build
cd build
cmake .. -DENABLE_BITSHUFFLE_PLUGIN=yes -DENABLE_LZ4_PLUGIN=yes -DENABLE_BZIP2_PLUGIN=yes -DCMAKE_INSTALL_PREFIX=/usr/local
make install

For detailed information about the installation procedures for each module, consult the Readme files in the plugin subdirectories.

If you have a running WiX distribution installed on your Windows system MSI packages can be built. Currently the installation requires some manual intervention once the code is built (or even after an eventual MSI package has been installed).

hdf5-external-filter-plugins's People

Contributors

alteholz avatar anthchirp avatar eugenwintersberger avatar markrivers avatar newville avatar spanezz avatar t20100 avatar zjttoefs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.