Skip to content

Specification and tools for representing HDF5 in JSON

License

Notifications You must be signed in to change notification settings

anabiman/hdf5-json

 
 

Repository files navigation

hdf5-json

https://travis-ci.org/HDFGroup/hdf5-json.svg?branch=develop

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 (a RESTful web service for HDF5), and HDF Product Designer (an application for creating product designs).

This respository also include utilities to generate code in Fortran or Python based on a JSON file.

See :doc:`Utilities` for a description of the included utilties.

Websites

Related Projects

Installing

Via pip:

pip install h5json

From a release tarball or Git checkout:

python setup.py install
python testall.py  # optional

The hd5tojson.py and jsontoh5.py convertors will be added to the path. See docs/Installation.rst for step by step instructions.

Uninstalling

Just remove the install directory and all contents to uninstall.

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 use the list (hdf-forum@lists.hdfgroup.org).

About

Specification and tools for representing HDF5 in JSON

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 99.9%
  • Dockerfile 0.1%