From e1183e8d75b5a46e08442b69f0b67cd187399a07 Mon Sep 17 00:00:00 2001 From: rdturnermtl <28273671+rdturnermtl@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:22:54 -0700 Subject: [PATCH] Add hypothesis support to related projects (#3335) * add hypothesis-gufunc to related projects. * keep in alphabetical order * Update doc/related-projects.rst Switch to documentation. Co-Authored-By: Deepak Cherian --- doc/related-projects.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/related-projects.rst b/doc/related-projects.rst index 58b9a7c22c9..647db5fd8e4 100644 --- a/doc/related-projects.rst +++ b/doc/related-projects.rst @@ -11,7 +11,7 @@ Geosciences ~~~~~~~~~~~ - `aospy `_: Automated analysis and management of gridded climate data. -- `climpred `_: Analysis of ensemble forecast models for climate prediction. +- `climpred `_: Analysis of ensemble forecast models for climate prediction. - `infinite-diff `_: xarray-based finite-differencing, focused on gridded climate/meterology data - `marc_analysis `_: Analysis package for CESM/MARC experiments and output. - `MetPy `_: A collection of tools in Python for reading, visualizing, and performing calculations with weather data. @@ -26,7 +26,7 @@ Geosciences subclass. - `Regionmask `_: plotting and creation of masks of spatial regions - `salem `_: Adds geolocalised subsetting, masking, and plotting operations to xarray's data structures via accessors. -- `SatPy `_ : Library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. +- `SatPy `_ : Library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. - `Spyfit `_: FTIR spectroscopy of the atmosphere - `windspharm `_: Spherical harmonic wind analysis in Python. @@ -56,6 +56,7 @@ Extend xarray capabilities ~~~~~~~~~~~~~~~~~~~~~~~~~~ - `Collocate `_: Collocate xarray trajectories in arbitrary physical dimensions - `eofs `_: EOF analysis in Python. +- `hypothesis-gufunc `_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input. - `xarray_extras `_: Advanced algorithms for xarray objects (e.g. integrations/interpolations). - `xrft `_: Fourier transforms for xarray data. - `xr-scipy `_: A lightweight scipy wrapper for xarray.