# Dimension names in HDF5

**URL:** https://discourse.julialang.org/t/dimension-names-in-hdf5/69743
**Category:** General Usage
**Tags:** hdf5
**Created:** [October 14, 2021, 11:20am UTC](https://discourse.julialang.org/t/dimension-names-in-hdf5/69743 "2021-10-14T11:20:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Chiil](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chiil/32/27474_2.png) [@Chiil](https://discourse.julialang.org/u/Chiil)
#### Post date: [October 14, 2021, 11:20am UTC](https://discourse.julialang.org/t/dimension-names-in-hdf5/69743/1 "2021-10-14T11:20:44Z")

</div>

I am writing multidimensional arrays to HDF5 and I would like to make use of the HDF option to specify the datasets that contain the dimensions of the array (to be concrete, it is for instance a 3D temperature field, with other arrays `x`, `y`, and `z` that contain the respective locations of the grid points. I found some instructions on how `h5py` does it here: [Dimension Scales — h5py 3.7.0 documentation](https://docs.h5py.org/en/stable/high/dims.html) to show what I am after. How can I do this with the Julia HDF5 package?
