Skip to content

Commit

Permalink
add links to netCDF4 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Sep 23, 2024
1 parent 5a4309a commit 4cee745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/hierarchical-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ If we first try to create a :py:class:`~xarray.DataTree` with these different-le
This is because DataTree checks that data in child nodes align exactly with their parents.

.. note::
This requirement of aligned dimensions is similar to netCDF's concept of inherited dimensions (LINK TO NETCDF DOCUMENTATION?).
This requirement of aligned dimensions is similar to netCDF's concept of `inherited dimensions <https://www.unidata.ucar.edu/software/netcdf/workshops/2007/groups-types/Introduction.html>`_, as in netCDF-4 files dimensions are `visible to all child groups <https://docs.unidata.ucar.edu/netcdf-c/current/groups.html>`_.

This alignment check is performed up through the tree, all the way to the root, and so is therefore equivalent to requiring that this :py:func:`~xarray.align` command succeeds:

Expand Down

0 comments on commit 4cee745

Please sign in to comment.