Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cwbudde/webhdf

JavaScript port of the PasHdf library
https://github.com/cwbudde/webhdf

browser hdf hdf5-format hdf5-library html5 javascript netcdf object-pascal

Last synced: about 1 month ago
JSON representation

JavaScript port of the PasHdf library

Awesome Lists containing this project

README

        

# WebHdf

A library to load HDF files in the webbrowser. The code is based on PasHdf and thus written in Object Pascal. It can easily get cross compiled to JavaScript using the [Hope](https://github.com/Walibeiro/Hope) command line compiler.

## HDF completeness
At the moment the library can only read a subset of features available in HDF. However, with some help this could get expanded fully read and write all types of HDF files.

## Online Demo
Since the compiled JavaScript code can run easily in any browser, a simple demo is available [here](https://rawgit.com/CWBudde/WebHdf/master/Demo/www/index.html)

## Disclaimer
The code is based on the original [HDF specifications](https://support.hdfgroup.org/HDF5/doc/H5.format.html) and the source code of [libmysofa](https://github.com/hoene/libmysofa).