Skip to content
Snippets Groups Projects
Commit 38c0b81c authored by Boris Basic's avatar Boris Basic
Browse files

Add Rtree for GeoPandas

parent f9f54ff2
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ openpyxl ...@@ -8,6 +8,7 @@ openpyxl
OWSLib OWSLib
pandas pandas
pyproj pyproj
rtree
seaborn seaborn
# GDAL, Fiona and Rasterio Python packages cannot be installed using PyPI on Windows # GDAL, Fiona and Rasterio Python packages cannot be installed using PyPI on Windows
# Also, the version of Shapely that comes through pip is unstable # Also, the version of Shapely that comes through pip is unstable
......
...@@ -105,6 +105,7 @@ requests==2.31.0 ...@@ -105,6 +105,7 @@ requests==2.31.0
rfc3339-validator==0.1.4 rfc3339-validator==0.1.4
rfc3986-validator==0.1.1 rfc3986-validator==0.1.1
rpds-py==0.12.0 rpds-py==0.12.0
Rtree==1.1.0
scipy==1.8.1 scipy==1.8.1
seaborn==0.13.0 seaborn==0.13.0
Send2Trash==1.8.2 Send2Trash==1.8.2
......
...@@ -104,6 +104,7 @@ requests==2.31.0 ...@@ -104,6 +104,7 @@ requests==2.31.0
rfc3339-validator==0.1.4 rfc3339-validator==0.1.4
rfc3986-validator==0.1.1 rfc3986-validator==0.1.1
rpds-py==0.13.2 rpds-py==0.13.2
Rtree==1.1.0
scipy==1.11.4 scipy==1.11.4
seaborn==0.13.0 seaborn==0.13.0
Send2Trash==1.8.2 Send2Trash==1.8.2
......
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