UserWarning: The Shapely GEOS version (3.8.0-CAPI-1.13.1 ) is incompatible with the GEOS version PyGEOS was compiled with (3.8.1-CAPI-1.13.3). Conversions between both will be slow.
This means we could be leaving performance on the table. The easiest course would be to update Shapely to share a common version of GEOS with geopandas which is the other pygeos dependant. Ideally geopandas would be updated to a later version to benefit from any improvements they have subsequently made.
Currently, the following warning is thrown in CI:
This means we could be leaving performance on the table. The easiest course would be to update
Shapely
to share a common version of GEOS withgeopandas
which is the otherpygeos
dependant. Ideallygeopandas
would be updated to a later version to benefit from any improvements they have subsequently made.