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
+6-4
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,12 @@ They may be useful points of reference for your work:
166
166
167
167
- `aospy <https://aospy.readthedocs.io>`_: Automated analysis and management of gridded climate data.
168
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)
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
170
- `psyplot <https://https://psyplot.readthedocs.io>`_: Interactive data visualization with python.
171
171
- `PyGDX <https://pygdx.readthedocs.io/en/latest/>`_: Python 3 package for
172
172
accessing data stored in GAMS Data eXchange (GDX) files. Also uses a custom
@@ -180,8 +180,10 @@ They may be useful points of reference for your work:
180
180
- `xarray-topo <https://gitext.gfz-potsdam.de/sec55-public/xarray-topo>`_: xarray extension for topographic analysis and modelling.
181
181
- `xbpch <https://github.com/darothen/xbpch>`_: xarray interface for bpch files.
182
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
183
+
- `xgcm <https://xgcm.readthedocs.io/>`_: Extends the xarray data model to understand finite volume grid cells (common in General Circulation Models) and provides interpolation and difference operations for such grids.
184
+
- `xmitgcm <http://xgcm.readthedocs.io/>`_: a python package for reading `MITgcm <http://mitgcm.org/>`_ binary MDS files into xarray data structures.
185
+
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data.
186
+
- `xshape <https://xshape.readthedocs.io/>`_: Tools for working with shapefiles, topographies, and polygons in xarray.
0 commit comments