python3-mapbox-earcut

Python bindings for the Mapbox Earcut library
  https://github.com/skogler/mapbox_earcut_python
  0
  no reviews



The Mapbox Earcut library implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to handle holes, twisted polygons, degeneracies and self-intersections in a way that doesn't guarantee correctness of triangulation, but attempts to always produce acceptable results for practical data like geographical shapes.

This package provides Python 3 bindings.