Skip to content

Commit f7dea26

Browse files
author
dcherian
committed
Add metpy accessor. Closes #461
1 parent 7d2b703 commit f7dea26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/data-structures.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,14 @@ binary operations that act on xarray objects. In the future, we hope to write
549549
more helper functions so that you can easily make your functions act like
550550
xarray's built-in arithmetic.
551551

552+
CF-compliant coordinate variables
553+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
554+
555+
`MetPy`_ adds a ``metpy`` accessor that allows accessing coordinates with appropriate CF metadata using generic names ``x``, ``y``, ``vertical`` and ``time``. See `their documentation`_ for more information.
556+
557+
.. _`MetPy`: https://unidata.github.io/MetPy/dev/index.html
558+
.. _`their documentation`: https://unidata.github.io/MetPy/dev/tutorials/xarray_tutorial.html#coordinates
559+
552560
Indexes
553561
~~~~~~~
554562

0 commit comments

Comments
 (0)