Skip to content
forked from pydata/xarray

Commit

Permalink
Add metpy accessor. Closes pydata#461
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Feb 5, 2019
1 parent 7d2b703 commit f7dea26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/data-structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,14 @@ binary operations that act on xarray objects. In the future, we hope to write
more helper functions so that you can easily make your functions act like
xarray's built-in arithmetic.

CF-compliant coordinate variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`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.

.. _`MetPy`: https://unidata.github.io/MetPy/dev/index.html
.. _`their documentation`: https://unidata.github.io/MetPy/dev/tutorials/xarray_tutorial.html#coordinates

Indexes
~~~~~~~

Expand Down

0 comments on commit f7dea26

Please sign in to comment.