Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bskinn/h5cube-spec

h5cube file format specification
https://github.com/bskinn/h5cube-spec

Last synced: 11 days ago
JSON representation

h5cube file format specification

Awesome Lists containing this project

README

        

.. h5cube-spec readme file

h5cube File Format Specification
================================

Format specification for HDF5 files containing Gaussian CUBE volumetric
data.

Work-in-progress for all content is committed on ``draft``, with final
versions merged to ``master`` when complete.

The specification versioning follows a modified version of
`Semantic Versioning `__ (``major.minor rev#``):

* An increment in the revision level (``rev#``) indicates minor editorial fix(es),
such as correcting typos or introducing clarification(s) that do not
affect the semantic content of the specification.

* An increment in the ``minor`` version level indicates that new field(s) or other
semantic content have been added to the specification, but existing
fields/content are unchanged.

* An increment in the ``major`` version level indicates that existing
field(s)/content have been removed/changed. New field(s)/content may also
have been added.

All versions are hosted on
`Read The Docs `__.

Suggestions for changes are welcomed on the
`Issues page `__.

Please see also the companion project
`h5cube `__, a Python package implementing
h5cube (de)compression based on this specification.