CWBudde / WebHdf

JavaScript port of the PasHdf library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

Disclaimer

The code is based on the original HDF specifications and the source code of libmysofa.

About

JavaScript port of the PasHdf library

License:MIT License


Languages

Language:Pascal 100.0%