Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.38 KB

enstools-compression Documentation Status

This package extends enstools to enable lossy and lossless compression by using HDF5 filters.

Also, it contains a set of tools to help to find appropriate compression specifications. It includes a Command Line Interface to access its features from the command line

For example:

enstools-compression compress "input.nc" -o "output.nc" --compression "lossless"

It has been developed under the Waves to Weather - Transregional Collaborative Research Project (SFB/TRR165).

Installation

pip is the easiest way to install enstools-compression along with all dependencies.

pip install enstools-compression

Documentation

Explore our documentation.

Acknowledgment and license

Ensemble Tools (enstools) is a collaborative development within Waves to Weather (SFB/TRR165) coordinated by the subproject Z2 and funded by the German Research Foundation (DFG).

A full list of code contributors can CONTRIBUTORS.md.

The code is released under an Apache-2.0 licence.