Skip to content

Commit 297b20a

Browse files
authored
Update README.md
1 parent a325c99 commit 297b20a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# XarrayActive
2+
3+
[![PyPI version](https://badge.fury.io/py/XarrayActive.svg)](https://pypi.python.org/pypi/XarrayActive/)
4+
25
For use with the Xarray module as an additional backend. See the module[PyActiveStorage](https://github.com/NCAS-CMS/PyActiveStorage) for more details.
36

47
## Installation
@@ -16,4 +19,4 @@ import xarray as xr
1619
ds = xr.open_dataset('any_file.nc', engine='Active')
1720
# Plot data
1821
19-
```
22+
```

0 commit comments

Comments
 (0)