marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.02k stars 516 forks source link

Added `Shapely` to the requirements.txt #94

Closed cavriends closed 1 year ago

cavriends commented 2 years ago

There is no restriction on which version of Shapely will be installed (it is the latest, as per pip default). The deprecation warning that is thrown is (see the Shapely documentation on the migration)

ShapelyDeprecationWarning: Setting the 'coords' to mutate a Geometry
in place is deprecated, and will not be possible any more in Shapely 2.0

This is a placeholder as the underlying code has to be refactored to accommodate the changes.