* HDF5 Dimension Scale (H5DS) – allows dimension scales to be added to HDF5
*[[Java (programming language)|Java]]
===Third-party bindings===
* [[CGNS]] uses HDF5 as main storage
* [[Common Lisp]] library [https://github.com/HDFGroup/hdf5-cffi hdf5-cffi]
* [[D (programming language)|D]] offers [https://github.com/Laeeth/d_hdf5 bindings to the C API], with a high-level h5py style D wrapper under development
* [[Dymola]] introduced support for HDF5 export using an implementation called [[Scientific Data Format|SDF]] (Scientific Data Format) with release Dymola 2016 FD01
* [[Erlang (programming language)|Erlang]], [[Elixir (programming language)|Elixir]], and [[LFE (programming language)|LFE]] may use the [https://github.com/RomanShestakov/erlhdf5 bindings for BEAM languages]
* [[GNU Data Language]]
* [[Go (programming language)|Go]] - [https://github.com/gonum gonum]'s [https://github.com/gonum/hdf5 hdf5] package.
* [http://www.hdfql.com HDFql] enables users to manage HDF5 files through a high-level language (similar to SQL) in C, C++, Java, Python, C#, Fortran and R.
* [[Haskell]] offers [https://hackage.haskell.org/package/hdf5 bindings to the C API].
* [https://github.com/highfive-devs/highfive HighFive] is a modern, user-friendly and open source [[C++]] wrapper for the HDF5 library.
* [[Huygens Software]] uses HDF5 as primary storage format since version 3.5
* [[IDL (programming language)|IDL]]
* [[IGOR Pro]] offers [http://www.wavemetrics.com/products/igorpro/dataaccess/hdf5.htm full support of HDF5] files.
* JHDF5,<ref>{{Cite web |url=https://wiki-bsse.ethz.ch/display/JHDF5 |title=JHDF5 library |access-date=2009-06-10 |archive-date=2020-12-01 |archive-url=https://web.archive.org/web/20201201093220/https://wiki-bsse.ethz.ch/display/JHDF5 |url-status=dead }}</ref> an alternative [[Java (programming language)|Java]] binding that takes a different approach from the official HDF5 Java binding which some users find simpler
* [https://jhdf.io jHDF] A pure [[Java (programming language)|Java]] implementation providing read write access to HDF5 files
* [[JSON]] through [https://github.com/HDFGroup/hdf5-json hdf5-json].
* [[Julia (programming language)|Julia]] support for HDF5 is available through the [https://github.com/JuliaIO/HDF5.jl HDF5] and [https://github.com/JuliaIO/JLD2.jl JLD2] packages.
* [[LabVIEW]] can gain HDF support through third-party libraries, such as [http://h5labview.sourceforge.net/ h5labview] and [http://www.upvi.net/main/index.php/products/lvhdf5 lvhdf5].
* [[Lua (programming language)|Lua]] through the [http://colberg.org/lua-hdf5 lua-hdf5] library.
* [[MATLAB]], [[Scilab]] or [[GNU Octave|Octave]] – use HDF5 as primary storage format in recent releases
* [[Mathematica]]<ref>[http://reference.wolfram.com/mathematica/ref/format/HDF.html HDF Import and Export] Mathematica documentation</ref> offers immediate analysis of HDF and HDF5 data
* [[Perl]]<ref>[https://metacpan.org/release/PDL-IO-HDF5 PDL::IO::HDF5]</ref>
* [[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==
|