Skip to content

Commit 50746e9

Browse files
author
dcherian
committed
Fixes + add xrft, xmitgcm.
1 parent f768cc4 commit 50746e9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/faq.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ They may be useful points of reference for your work:
166166

167167
- `aospy <https://aospy.readthedocs.io>`_: Automated analysis and management of gridded climate data.
168168
- `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).
170170
- `psyplot <https://https://psyplot.readthedocs.io>`_: Interactive data visualization with python.
171171
- `PyGDX <https://pygdx.readthedocs.io/en/latest/>`_: Python 3 package for
172172
accessing data stored in GAMS Data eXchange (GDX) files. Also uses a custom
173173
subclass.
174-
- `salem <https://salem.readthedocs.io>`_: Adds geolocalised subsetting,
174+
- `salem <https://salem.readthedocs.io>`_: Adds geolocalised subsetting, masking, and plotting operations to xarray's data structures via accessors.
175175
- `sklearn-xarray (1) <https://phausamann.github.io/sklearn-xarray>`_: Combines scikit-learn and xarray (1).
176176
- `sklearn-xarray (2) <https://sklearn-xarray.readthedocs.io/en/latest/>`_: Combines scikit-learn and xarray (2).
177177
- `windspharm <https://ajdawson.github.io/windspharm/index.html>`_: Spherical
@@ -180,8 +180,10 @@ They may be useful points of reference for your work:
180180
- `xarray-topo <https://gitext.gfz-potsdam.de/sec55-public/xarray-topo>`_: xarray extension for topographic analysis and modelling.
181181
- `xbpch <https://github.com/darothen/xbpch>`_: xarray interface for bpch files.
182182
- `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.
185187

186188
How should I cite xarray?
187189
-------------------------

0 commit comments

Comments
 (0)