Skip to content

Commit b5b15ab

Browse files
committed
Add conda-forge badge, install note
1 parent 8411437 commit b5b15ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All regridding methods can operate lazily on [Dask arrays](https://docs.xarray.d
1515
Note that "Most common value" is designed to regrid categorical data to a coarse resolution. For regridding categorical data to a finer resolution, please use "nearest-neighbor" regridder.
1616

1717
[![PyPI](https://img.shields.io/pypi/v/xarray-regrid.svg?style=flat)](https://pypi.python.org/pypi/xarray-regrid/)
18+
[![conda-forge](https://anaconda.org/conda-forge/xarray-regrid/badges/version.svg)](https://anaconda.org/conda-forge/xarray-regrid)
1819
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10203304.svg)](https://doi.org/10.5281/zenodo.10203304)
1920
[![Docs](https://readthedocs.org/projects/xarray-regrid/badge/?version=latest&style=flat)](https://xarray-regrid.readthedocs.org/)
2021

@@ -29,6 +30,8 @@ For a minimal install:
2930
pip install xarray-regrid
3031
```
3132

33+
*Note: xarray-regrid is also [available on conda-forge](https://anaconda.org/conda-forge/xarray-regrid).*
34+
3235
To improve performance in certain cases:
3336
```console
3437
pip install xarray-regrid[accel]
@@ -39,7 +42,7 @@ which includes optional extras such as:
3942
- `sparse`: for performing conservative regridding using sparse weight matrices
4043
- `opt-einsum`: optimized einsum routines used in conservative regridding
4144

42-
Benchmarking varies across different hardware specifications, but the inclusion of these extras can often provide significant speedups.
45+
Benchmarking varies across different hardware specifications, but the inclusion of these extras can often provide significant speedups.
4346

4447
## Usage
4548
The xarray-regrid routines are accessed using the "regrid" accessor on an xarray Dataset:

0 commit comments

Comments
 (0)