polygon-geohasher
polygon-geohasher copied to clipboard
Use unary_union instead of cascaded_union
Uses shapely.ops.unary_union
instead of shapely.ops.cascaded_union
to avoid ShapelyDeprecationWarning
s.
Also adds a regression test to check for these warnings when calling geohashes_to_polygon
.
Closes #13
I've encountered the identical issue. @Bonsanto, could you merge the pull request?