From 1d40b18312fc5012f53495a54e69c7db0475c127 Mon Sep 17 00:00:00 2001 From: tcmetzger <39711796+tcmetzger@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:12:02 -0700 Subject: [PATCH] Add links to docs to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efe2114a..7f7cc0f2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ alt="Current github actions build status" /> +
+ + Documentation Status + +
Coverage @@ -120,6 +125,7 @@ In all the above, the command will download and store the files into your curren `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. +Our documentation is still under construction, but [docs can be found here](https://xarray-spatial.readthedocs.io/en/latest/). #### Raster-huh?