Skip to content

Commit 3fe7111

Browse files
authored
Add links to docs to readme (#800)
1 parent 1ea028e commit 3fe7111

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
alt="Current github actions build status" />
5151
</a>
5252
</div>
53+
<div>
54+
<a href='https://xarray-spatial.readthedocs.io/en/latest/?badge=latest'>
55+
<img src='https://readthedocs.org/projects/xarray-spatial/badge/?version=latest' alt='Documentation Status' />
56+
</a>
57+
</div>
5358
</td>
5459
<td>Coverage</td>
5560
<td>
@@ -120,6 +125,7 @@ In all the above, the command will download and store the files into your curren
120125

121126
`xarray-spatial` does not depend on GDAL / GEOS, which makes it fully extensible in Python but does limit the breadth of operations that can be covered. xarray-spatial is meant to include the core raster-analysis functions needed for GIS developers / analysts, implemented independently of the non-Python geo stack.
122127

128+
Our documentation is still under construction, but [docs can be found here](https://xarray-spatial.readthedocs.io/en/latest/).
123129

124130
#### Raster-huh?
125131

0 commit comments

Comments
 (0)