Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cwbudde/webhdf
- Owner: CWBudde
- License: mit
- Created: 2017-07-09T12:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T12:54:11.000Z (over 2 years ago)
- Last Synced: 2024-01-30T02:12:31.535Z (11 months ago)
- Topics: browser, hdf, hdf5-format, hdf5-library, html5, javascript, netcdf, object-pascal
- Language: Pascal
- Homepage:
- Size: 2.19 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).