Reputation: 31
I am running the Geopandas cover_by to check if each geometry of GeoSeries is covered by a single geometry example here. but I got this error :
NotImplementedError: covered_by is only implemented for pygeos, not shapely
I tried to upgrade shapely and geopandas to the last version but the error still there.
I use MacBook and anaconda for virtual environment with python 3
Upvotes: 0
Views: 122
Reputation: 31
In case someone faces the same situation, solution is to install pygeos
.
Upvotes: 2