You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/faq.rst
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,32 @@ and CDAT have some great domain specific functionality, and we would love to
157
157
have support for converting their native objects to and from xarray (see
158
158
:issue:`37` and :issue:`133`)
159
159
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
0 commit comments