Skip to content

Commit 1e1fa12

Browse files
author
dcherian
committed
Add "awesome xarray" list to faq.
1 parent 2c6bd2d commit 1e1fa12

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

doc/faq.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,32 @@ and CDAT have some great domain specific functionality, and we would love to
157157
have support for converting their native objects to and from xarray (see
158158
:issue:`37` and :issue:`133`)
159159

160+
161+
What other projects leverage xarray?
162+
------------------------------------
163+
164+
Here are several existing libraries that build functionality upon xarray.
165+
They may be useful points of reference for your work:
166+
167+
- `aospy <https://aospy.readthedocs.io>`_: Automated analysis and management of gridded climate data.
168+
- `eofs <https://ajdawson.github.io/eofs/>`_: EOF analysis in Python.
169+
- `MPAS-Analysis <http://mpas-analysis.readthedocs.io>`_: Analysis for simulations produced with Model for Prediction Across Scales (MPAS) components and the Accelerated Climate Model for Energy (ACME)
170+
- `psyplot <https://https://psyplot.readthedocs.io>`_: Interactive data visualization with python.
171+
- `PyGDX <https://pygdx.readthedocs.io/en/latest/>`_: Python 3 package for
172+
accessing data stored in GAMS Data eXchange (GDX) files. Also uses a custom
173+
subclass.
174+
- `salem <https://salem.readthedocs.io>`_: Adds geolocalised subsetting,
175+
- `sklearn-xarray (1) <https://phausamann.github.io/sklearn-xarray>`_: Combines scikit-learn and xarray (1).
176+
- `sklearn-xarray (2) <https://sklearn-xarray.readthedocs.io/en/latest/>`_: Combines scikit-learn and xarray (2).
177+
- `windspharm <https://ajdawson.github.io/windspharm/index.html>`_: Spherical
178+
harmonic wind analysis in Python.
179+
- `xarray-simlab <https://xarray-simlab.readthedocs.io>`_: xarray extension for computer model simulations.
180+
- `xarray-topo <https://gitext.gfz-potsdam.de/sec55-public/xarray-topo>`_: xarray extension for topographic analysis and modelling.
181+
- `xbpch <https://github.com/darothen/xbpch>`_: xarray interface for bpch files.
182+
- `xESMF <https://xesmf.readthedocs.io>`_: Universal Regridder for Geospatial Data.
183+
- `xgcm <https://xgcm.readthedocs.io/>`_: General Circulation Model Postprocessing. Uses subclassing and custom xarray backends.
184+
- `xshape <https://xshape.readthedocs.io/>`_: Tools for working with shapefiles, topographies, and polygons in xarray
185+
160186
How should I cite xarray?
161187
-------------------------
162188

doc/internals.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,3 @@ To help users keep things straight, please `let us know
130130
<https://github.com/pydata/xarray/issues>`_ if you plan to write a new accessor
131131
for an open source library. In the future, we will maintain a list of accessors
132132
and the libraries that implement them on this page.
133-
134-
Here are several existing libraries that build functionality upon xarray.
135-
They may be useful points of reference for your work:
136-
137-
- `xgcm <https://xgcm.readthedocs.io/>`_: General Circulation Model
138-
Postprocessing. Uses subclassing and custom xarray backends.
139-
- `PyGDX <https://pygdx.readthedocs.io/en/latest/>`_: Python 3 package for
140-
accessing data stored in GAMS Data eXchange (GDX) files. Also uses a custom
141-
subclass.
142-
- `windspharm <http://ajdawson.github.io/windspharm/index.html>`_: Spherical
143-
harmonic wind analysis in Python.
144-
- `eofs <http://ajdawson.github.io/eofs/>`_: EOF analysis in Python.
145-
- `salem <http://salem.readthedocs.io>`_: Adds geolocalised subsetting,
146-
masking, and plotting operations to xarray's data structures via accessors.
147-
148-
.. TODO: consider adding references to these projects somewhere more prominent
149-
.. in the documentation? maybe the FAQ page?

0 commit comments

Comments
 (0)