Skip to content

Commit 7b6b147

Browse files
authored
fixes 832 update citation info in readme (#834)
* removed references to xarray-spatial.org * updated citation and added conda version badge
1 parent 9559303 commit 7b6b147

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<td>Latest Release</td>
66
<td>
77
<div>
8-
<img src="https://badge.fury.io/py/xarray-spatial.svg" alt="pypi version" />
8+
<img src="https://anaconda.org/conda-forge/xarray-spatial/badges/latest_release_date.svg" alt="Last Conda Release"/>
9+
<img src="https://badge.fury.io/py/xarray-spatial.svg" alt="pypi version" />
10+
<img src="https://anaconda.org/conda-forge/xarray-spatial/badges/version.svg" alt="conda-forge version" />
911
</div>
1012
</a>
1113
</td>
@@ -282,6 +284,6 @@ However, wrapping GDAL has a few drawbacks for Python developers and data scient
282284
With the introduction of projects like Numba, Python gained new ways to provide high-performance code directly in Python, without depending on or being constrained by separate C/C++ extensions. `xarray-spatial` implements algorithms using Numba and Dask, making all of its source code available as pure Python without any "black box" barriers that obscure what is going on and prevent full optimization. Projects can make use of the functionality provided by `xarray-spatial` where available, while still using GDAL where required for other tasks.
283285

284286
#### Citation
285-
Cite our code:
287+
Cite this code:
286288

287-
`makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2024.`
289+
`makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2026.`

0 commit comments

Comments
 (0)