polygon-geohasher icon indicating copy to clipboard operation
polygon-geohasher copied to clipboard

Use unary_union instead of cascaded_union

Open duckontheweb opened this issue 2 years ago • 1 comments

Uses shapely.ops.unary_union instead of shapely.ops.cascaded_union to avoid ShapelyDeprecationWarnings.

Also adds a regression test to check for these warnings when calling geohashes_to_polygon.

Closes #13

duckontheweb avatar Jun 22 '22 19:06 duckontheweb

I've encountered the identical issue. @Bonsanto, could you merge the pull request?

drnextgis avatar Sep 18 '23 05:09 drnextgis