https://github.com/rinx/cljhdf
A Clojure library for accessing HDF5 files. This is a pure (Java + Clojure) library.
https://github.com/rinx/cljhdf
Last synced: about 1 year ago
JSON representation
A Clojure library for accessing HDF5 files. This is a pure (Java + Clojure) library.
- Host: GitHub
- URL: https://github.com/rinx/cljhdf
- Owner: rinx
- License: epl-2.0
- Created: 2020-07-01T13:11:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T13:12:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T16:47:51.223Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cljHDF
[](https://clojars.org/cljhdf)
A clojure library for accessing HDF5 files.
This is a wrapper library of [jHDF](https://github.com/jamesmudd/jhdf) that is a pure Java implementation of HDF5 library.
## Links
- [Clojars Repository](https://clojars.org/cljhdf)
- [cljdoc](https://cljdoc.org/d/cljhdf)
## Usage
TBW
## License
Copyright © 2020 rinx
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.