From b07ab7c5fa9169ee11e4568e445799d7efde1fb5 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Fri, 2 Aug 2024 15:37:47 -0700 Subject: [PATCH] Minor adjustments to documentation (#589) --- doc/source/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/index.md b/doc/source/index.md index d8fb8e12..e61c6725 100644 --- a/doc/source/index.md +++ b/doc/source/index.md @@ -29,8 +29,6 @@ GeoUtils is a Python package for **accessible**, **efficient** and **reliable** GeoUtils ``v0.1`` is released, with most features drafted 3 years ago now finalized 🎉! We are working on an **Xarray accessor** and a few other features for 2024. ``` ----------------- - GeoUtils is built on top of core geospatial packages (Rasterio, GeoPandas, PyProj) and numerical packages (NumPy, Xarray, SciPy) to provide **consistent higher-level functionalities at the interface of raster, vector and point cloud objects** (such as match-reference reprojection, point interpolation or gridding). @@ -41,6 +39,8 @@ and strives **to be computationally scalable** through Dask. If you are looking to **port your GDAL or QGIS workflow in Python**, GeoUtils is made for you! +---------------- + # Where to start? ::::{grid} 1 2 2 3