Skip to content
Snippets Groups Projects
Commit c95d02d9 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

document geopandas libspatial index dependencie bug

parent 2bda17a2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment