Skip to content

Commit e818ec7

Browse files
authored
Update contributor badge (#740)
* add new and reorganize badges * removed contributor list in README * remove invalid shield badge
1 parent 5ace04a commit e818ec7

File tree

1 file changed

+66
-25
lines changed

1 file changed

+66
-25
lines changed

README.md

Lines changed: 66 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,70 @@
1-
![pypi](https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg)
2-
![pytest](https://github.com/makepath/xarray-spatial/actions/workflows/test.yml/badge.svg)
3-
[![codecov](https://codecov.io/gh/makepath/xarray-spatial/branch/master/graph/badge.svg)](https://codecov.io/gh/makepath/xarray-spatial)
4-
[![PyPI version](https://badge.fury.io/py/xarray-spatial.svg)](https://badge.fury.io/py/xarray-spatial)
5-
[![Downloads](https://img.shields.io/pypi/dm/xarray-spatial.svg)]()
6-
[![License](https://img.shields.io/pypi/l/xarray-spatial.svg)]()
7-
81
<img src="img/Xarray-Spatial-logo.svg"/>
92

3+
<table>
4+
<tr>
5+
<td>Latest Release</td>
6+
<td>
7+
<div>
8+
<img src="https://badge.fury.io/py/xarray-spatial.svg" alt="pypi version" />
9+
</div>
10+
</a>
11+
</td>
12+
13+
<td>Downloads</td>
14+
<td>
15+
<div>
16+
<a href="https://xarray-spatial.org/getting_started/installation.html">
17+
<img src="https://img.shields.io/pypi/dm/xarray-spatial?label=PyPI"
18+
alt="PyPI downloads per month" />
19+
</a>
20+
</div>
21+
</td>
22+
</tr>
23+
24+
<tr>
25+
<td>License</td>
26+
<td>
27+
<a href="https://github.com/makepath/xarray-spatial/blob/master/LICENSE.txt">
28+
<img src="https://img.shields.io/pypi/l/xarray-spatial.svg"
29+
alt="MIT" />
30+
</a>
31+
</td>
32+
33+
<td>People</td>
34+
<td>
35+
<img src="https://img.shields.io/github/contributors/makepath/xarray-spatial"
36+
alt="GitHub contributors" />
37+
</td>
38+
</tr>
39+
40+
<tr>
41+
<td>Build Status</td>
42+
<td>
43+
<div>
44+
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml">
45+
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/test.yml/badge.svg"
46+
alt="Current github actions build status" />
47+
</a>
48+
</div>
49+
<div>
50+
<a href="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml">
51+
<img src="https://github.com/makepath/xarray-spatial/actions/workflows/pypi-publish.yml/badge.svg"
52+
alt="Current github actions build status" />
53+
</a>
54+
</div>
55+
</td>
56+
<td>Coverage</td>
57+
<td>
58+
<div>
59+
<a href="https:https://codecov.io/gh/makepath/xarray-spatial">
60+
<img alt="Language grade: Python" src="https://codecov.io/gh/makepath/xarray-spatial/branch/master/graph/badge.svg"/>
61+
</a>
62+
</div>
63+
</td>
64+
65+
</tr>
66+
</table>
67+
1068
-------
1169

1270

@@ -222,24 +280,7 @@ However, wrapping GDAL has a few drawbacks for Python developers and data scient
222280

223281
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.
224282

225-
#### Contributors
226-
227-
- @brendancol
228-
- @thuydotm
229-
- @jbednar
230-
- @pablomakepath
231-
- @kristinepetrosyan
232-
- @sjsrey
233-
- @giancastro
234-
- @ocefpaf
235-
- @rsignell-usgs
236-
- @marcozimmermannpm
237-
- @jthetzel
238-
- @chase-dwelle
239-
- @SAN154
240-
- @SapirLastimoza-Dooley
241-
- @lex-c
242-
283+
#### Citation
243284
Cite our code:
244285

245286
`makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2022.`

0 commit comments

Comments
 (0)