hdf5-json
hdf5-json copied to clipboard
Specification and tools for representing HDF5 in JSON
h5json
.. image:: https://travis-ci.org/HDFGroup/hdf5-json.svg?branch=develop :target: https://travis-ci.org/HDFGroup/hdf5-json
.. image:: https://readthedocs.org/projects/hdf5-json/badge/?version=latest :target: https://hdf5-json.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Specification and tools for representing HDF5 in JSON.
Introduction
This repository contains a specification, library, and utilities for describing HDF5 content in JSON. The utilities can be used to convert any HDF5 file to JSON or from a JSON file (using the convention described here to HDF5).
The library is useful for any Python application that needs to translate between HDF5 objects and JSON
serializations. In addition to the utilities provided in this repository, the library is used by HDF Server <https://www.hdfgroup.org/solutions/highly-scalable-data-service-hsds/>_ (a RESTful web service for HDF5), and HDF Product Designer <https://wiki.earthdata.nasa.gov/display/HPD/HDF+Product+Designer>_ (an application for creating product
designs).
Websites
- Main website: http://www.hdfgroup.org
- Source code: https://github.com/HDFGroup/hdf5-json
- HDF Forum: https://forum.hdfgroup.org/c/hsds
- Documentation: https://hdf5-json.readthedocs.org
Reporting bugs (and general feedback)
Create new issues at http://github.com/HDFGroup/hdf5-json/issues for any problems you find.
For general questions/feedback, please post on the HDF Forum <https://forum.hdfgroup.org/c/hsds>_.