Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bskinn/h5cube
Gaussian CUBE file compression via h5py binary storage
https://github.com/bskinn/h5cube
Last synced: 4 months ago
JSON representation
Gaussian CUBE file compression via h5py binary storage
- Host: GitHub
- URL: https://github.com/bskinn/h5cube
- Owner: bskinn
- License: mit
- Created: 2016-08-20T18:51:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T13:36:31.000Z (almost 6 years ago)
- Last Synced: 2024-08-08T23:54:50.964Z (7 months ago)
- Language: Python
- Size: 770 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 53
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Gaussian CUBE Compression via h5py
==================================Compression/decompression command-line tool and Python package for
Gaussian CUBE files, exploiting the capabilities of the
`HDF5 `__ binary format via ``h5py``.Branches named with the prefix ``v.`` are volatile. The history
there may be rewritten dramatically, without warning.Available on `PyPI `__
(``pip install h5cube``).Source on `GitHub `__
(`v0.3 CHANGELOG `__).Documentation at Read the Docs:
.. image:: https://readthedocs.org/projects/h5cube/badge/?version=latest
:target: http://h5cube.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status