forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into groupy_plot2
- Loading branch information
Showing
10 changed files
with
128 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
.. _related-projects: | ||
|
||
Xarray related projects | ||
----------------------- | ||
|
||
Here below is a list of several existing libraries that build | ||
functionality upon xarray. See also section :ref:`internals` for more | ||
details on how to build xarray extensions. | ||
|
||
Geosciences | ||
~~~~~~~~~~~ | ||
|
||
- `aospy <https://aospy.readthedocs.io>`_: Automated analysis and management of gridded climate data. | ||
- `infinite-diff <https://github.com/spencerahill/infinite-diff>`_: xarray-based finite-differencing, focused on gridded climate/meterology data | ||
- `marc_analysis <https://github.com/darothen/marc_analysis>`_: Analysis package for CESM/MARC experiments and output. | ||
- `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). | ||
- `OGGM <http://oggm.org/>`_: Open Global Glacier Model | ||
- `Oocgcm <https://oocgcm.readthedocs.io/>`_: Analysis of large gridded geophysical datasets | ||
- `Open Data Cube <https://www.opendatacube.org/>`_: Analysis toolkit of continental scale Earth Observation data from satellites. | ||
- `Pangaea: <https://pangaea.readthedocs.io/en/latest/>`_: xarray extension for gridded land surface & weather model output). | ||
- `Pangeo <https://pangeo-data.github.io>`_: A community effort for big data geoscience in the cloud. | ||
- `PyGDX <https://pygdx.readthedocs.io/en/latest/>`_: Python 3 package for | ||
accessing data stored in GAMS Data eXchange (GDX) files. Also uses a custom | ||
subclass. | ||
- `Regionmask <https://regionmask.readthedocs.io/>`_: plotting and creation of masks of spatial regions | ||
- `salem <https://salem.readthedocs.io>`_: Adds geolocalised subsetting, masking, and plotting operations to xarray's data structures via accessors. | ||
- `Spyfit <https://spyfit.readthedocs.io/en/master/>`_: FTIR spectroscopy of the atmosphere | ||
- `windspharm <https://ajdawson.github.io/windspharm/index.html>`_: Spherical | ||
harmonic wind analysis in Python. | ||
- `wrf-python <https://wrf-python.readthedocs.io/>`_: A collection of diagnostic and interpolation routines for use with output of the Weather Research and Forecasting (WRF-ARW) Model. | ||
- `xarray-simlab <https://xarray-simlab.readthedocs.io>`_: xarray extension for computer model simulations. | ||
- `xarray-topo <https://gitext.gfz-potsdam.de/sec55-public/xarray-topo>`_: xarray extension for topographic analysis and modelling. | ||
- `xbpch <https://github.com/darothen/xbpch>`_: xarray interface for bpch files. | ||
- `xESMF <https://xesmf.readthedocs.io>`_: Universal Regridder for Geospatial Data. | ||
- `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. | ||
- `xmitgcm <http://xgcm.readthedocs.io/>`_: a python package for reading `MITgcm <http://mitgcm.org/>`_ binary MDS files into xarray data structures. | ||
- `xshape <https://xshape.readthedocs.io/>`_: Tools for working with shapefiles, topographies, and polygons in xarray. | ||
- `xskillscore <https://github.com/raybellwaves/xskillscore>`_: Metrics for verifying forecasts. | ||
|
||
Machine Learning | ||
~~~~~~~~~~~~~~~~ | ||
- `cesium <http://cesium-ml.org/>`_: machine learning for time series analysis | ||
- `Elm <https://ensemble-learning-models.readthedocs.io>`_: Parallel machine learning on xarray data structures | ||
- `sklearn-xarray (1) <https://phausamann.github.io/sklearn-xarray>`_: Combines scikit-learn and xarray (1). | ||
- `sklearn-xarray (2) <https://sklearn-xarray.readthedocs.io/en/latest/>`_: Combines scikit-learn and xarray (2). | ||
|
||
Extend xarray capabilities | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
- `Collocate <https://github.com/cistools/collocate>`_: Collocate xarray trajectories in arbitrary physical dimensions | ||
- `eofs <https://ajdawson.github.io/eofs/>`_: EOF analysis in Python. | ||
- `xarray_extras <https://github.com/crusaderky/xarray_extras>`_: Advanced algorithms for xarray objects (e.g. intergrations/interpolations). | ||
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data. | ||
- `xr-scipy <https://xr-scipy.readthedocs.io>`_: A lightweight scipy wrapper for xarray. | ||
- `X-regression <https://github.com/kuchaale/X-regression>`_: Multiple linear regression from Statsmodels library coupled with Xarray library. | ||
- `xyzpy <http://xyzpy.readthedocs.io>`_: Easily generate high dimensional data, including parallelization. | ||
|
||
Visualization | ||
~~~~~~~~~~~~~ | ||
- `Datashader <https://datashader.org>`_, `geoviews <http://geo.holoviews.org>`_, `holoviews <http://holoviews.org/>`_, : visualization packages for large data. | ||
- `hvplot <https://hvplot.pyviz.org/>`_ : A high-level plotting API for the PyData ecosystem built on HoloViews. | ||
- `psyplot <https://psyplot.readthedocs.io>`_: Interactive data visualization with python. | ||
|
||
Other | ||
~~~~~ | ||
- `ptsa <https://pennmem.github.io/ptsa_new/html/index.html>`_: EEG Time Series Analysis | ||
- `pycalphad <https://pycalphad.org/docs/latest/>`_: Computational Thermodynamics in Python | ||
|
||
More projects can be found at the `"xarray" Github topic <https://github.com/topics/xarray>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters