aliaksei135 / seedpod_ground_risk

Ground Risk model for UAS flight path analysis and risk-aware path finding
MIT License
6 stars 2 forks source link

Fix pygeos dependants versions #94

Open aliaksei135 opened 2 years ago

aliaksei135 commented 2 years ago

Currently, the following warning is thrown in CI:

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.