Skip to content

Commit

Permalink
display the tree with redundant coordinates again
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Oct 12, 2024
1 parent b6385ce commit d2918bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/user-guide/hierarchical-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,10 @@ Coordinate Inheritance

Notice that in the trees we constructed above there is some redundancy - the ``lat`` and ``lon`` variables appear in each sibling group, but are identical across the groups.

.. ipython:: python
dt
We can use "Coordinate Inheritance" to define them only once in a parent group and remove this redundancy, whilst still being able to access those coordinate variables from the child groups.

.. note::
Expand Down

0 comments on commit d2918bb

Please sign in to comment.