|
1 | | - |
2 | | - |
3 | | -[](https://codecov.io/gh/makepath/xarray-spatial) |
4 | | -[](https://badge.fury.io/py/xarray-spatial) |
5 | | -[]() |
6 | | -[]() |
7 | | - |
8 | 1 | <img src="img/Xarray-Spatial-logo.svg"/> |
9 | 2 |
|
| 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 | + |
10 | 68 | ------- |
11 | 69 |
|
12 | 70 |
|
@@ -222,24 +280,7 @@ However, wrapping GDAL has a few drawbacks for Python developers and data scient |
222 | 280 |
|
223 | 281 | 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. |
224 | 282 |
|
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 |
243 | 284 | Cite our code: |
244 | 285 |
|
245 | 286 | `makepath/xarray-spatial, https://github.com/makepath/xarray-spatial, ©2020-2022.` |
0 commit comments