https://github.com/hcarty/ocaml-hdf
Library for reading/writing HDF4 data and reading NetCDF data
https://github.com/hcarty/ocaml-hdf
Last synced: about 1 year ago
JSON representation
Library for reading/writing HDF4 data and reading NetCDF data
- Host: GitHub
- URL: https://github.com/hcarty/ocaml-hdf
- Owner: hcarty
- License: other
- Created: 2013-03-12T09:43:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T19:24:20.000Z (over 11 years ago)
- Last Synced: 2025-03-23T19:39:13.971Z (about 1 year ago)
- Language: C
- Size: 401 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.hdf4
Awesome Lists containing this project
README
OCaml HDF
---------
This library provides access to the HDF4 data reading and writing
library (http://www.hdfgroup.org/). It provides both direct,
low-level access to HDF4 library functions as well as a higher level,
more OCaml-like interface.