File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 4
4
.. |Documentation Status | image :: https://readthedocs.org/projects/gsw-xarray/badge/?version=latest
5
5
:target: https://gsw-xarray.readthedocs.io/en/latest/?badge=latest
6
6
:alt: Documentation Status
7
+ .. |pypi | image :: https://badge.fury.io/py/gsw-xarray.svg
8
+ :target: https://badge.fury.io/py/gsw-xarray
9
+ :alt: pypi package
10
+ .. |conda forge | image :: https://img.shields.io/conda/vn/conda-forge/gsw-xarray
11
+ :target: https://anaconda.org/conda-forge/gsw-xarray
7
12
8
13
gsw-xarray: Wrapper for gsw that adds CF attributes
9
14
===================================================
10
- |CI Status | |Documentation Status |
15
+ |CI Status | |Documentation Status | | pypi | | conda forge |
11
16
12
17
gsw-xarray is a wrapper for `gsw python <https://github.com/TEOS-10/GSW-python >`_
13
18
that will add CF attributes to xarray.DataArray outputs.
63
68
64
69
.. code :: bash
65
70
66
- pip install gsw_xarray
71
+ pip install gsw-xarray
67
72
68
73
69
74
Conda
70
75
.....
71
76
72
- For the moment gsw-xarray is not released in conda-forge, so you'll
73
- need to install via pip: activate your conda environment, and then use ``pip install gsw_xarray ``.
77
+ Inside a conda environment: ``conda install -c conda-forge gsw-xarray ``.
74
78
75
79
Pipenv
76
80
......
77
81
78
- Inside a pipenv environment: ``pipenv install gsw_xarray ``.
82
+ Inside a pipenv environment: ``pipenv install gsw-xarray ``.
79
83
80
84
81
85
Contributor guide
You can’t perform that action at this time.
0 commit comments