From c95d02d9d8e3080d11577065f6b9cc847661d066 Mon Sep 17 00:00:00 2001
From: ptresson <paul.tresson@ird.fr>
Date: Fri, 10 Jan 2025 11:16:25 +0100
Subject: [PATCH] document geopandas libspatial index dependencie bug

---
 docs/source/issues.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/source/issues.md b/docs/source/issues.md
index fa9b2fe..3ce4603 100644
--- a/docs/source/issues.md
+++ b/docs/source/issues.md
@@ -58,6 +58,15 @@ This way, rtree and qgis will automatically share the same libspatialindex.
 If you have any idea on how to solve this issue properly, do participate in the [corresponding issue](https://github.com/umr-amap/iamap/issues/13).
 
 
+## `libspatialindex` error with geopandas
+
+On a fresh install, geopandas might not find the correct `libspatialindex`, then as for the previous error, you can install the `libspatialindex` on your system via
+
+```
+sudo apt-get install python3-rtree
+```
+
+
 ## UMAP crashes
 
 
-- 
GitLab