Hierarchical Data Format: Difference between revisions

Content deleted Content added
Update jhdf as the project now supports r/w access
Third-party bindings: The rust crate hdf5 is no longer maintained, hdf5-metmo is a fork maintained by Norvegian Meteorological Institut.
Line 108:
* [[Python (programming language)|Python]] supports HDF5 via [http://www.h5py.org h5py] (both high- and low-level access to HDF5 abstractions) and via [https://pytables.github.io/index.html PyTables] (a high-level interface with advanced indexing and database-like query capabilities). HDF4 is available via [https://pypi.python.org/pypi/python-hdf4 Python-HDF4] and/or [http://hdfeos.org/software/pyhdf.php PyHDF] for both Python 2 and Python 3. The popular data manipulation package [[Pandas (software)|pandas]] can import from and export to HDF5 via {{Proper name|PyTables}}.
* [[R (programming language)|R]] offers support in the [http://bioconductor.org/packages/release/bioc/html/rhdf5.html rhdf5] and [https://CRAN.R-project.org/package=hdf5r hdf5r] packages.
* [[Rust (programming_language)|Rust]] can gain HDF support through third-party libraries like [https://crates.io/crates/hdf5-metno hdf5-metno].
 
==Tools==