Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor adjustments to documentation #589

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down
Loading