mattijn / topojson

Encode spatial data as topology in Python! 🌍 https://mattijn.github.io/topojson
BSD 3-Clause "New" or "Revised" License
183 stars 27 forks source link

Fix tests and warnings #200

Closed mattijn closed 1 year ago

mattijn commented 1 year ago

This PR removes distutils to check the version of shapely.
I now merely check if the first digit is larger or equal to 2. No need for an additional dependency.

Also it aligns for now with the recent changes in geopandas NE adm dataset, but leaving https://github.com/mattijn/topojson/issues/199 open for the time being.