Skip to content

Commit d2918bb

Browse files
committed
display the tree with redundant coordinates again
1 parent b6385ce commit d2918bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/user-guide/hierarchical-data.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,10 @@ Coordinate Inheritance
743743

744744
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.
745745

746+
.. ipython:: python
747+
748+
dt
749+
746750
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.
747751

748752
.. note::

0 commit comments

Comments
 (0)