Name: | python3-mapbox-earcut |
---|---|
Version: | 1.0.0 |
Release: | 5.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 208962 |
License: | ISC |
RPM: | python3-mapbox-earcut-1.0.0-5.el9.aarch64.rpm |
Source RPM: | python-mapbox-earcut-1.0.0-5.el9.src.rpm |
Build Date: | Sun Sep 18 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/skogler/mapbox_earcut_python |
Summary: | Python bindings to the mapbox earcut C++ library |
Description: | Python bindings for the C++ implementation of the Mapbox Earcut library, which provides very fast and quite robust triangulation of 2D polygons. Original code: earcut.hpp Original description: The 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. |
- Rebuild with earcut-hpp 2.2.4
- Build with -ffp-contract=off - For the underlying C++ library, this fixes certain test failures on aarch64, ppc64le, and s390x. The tests for this package are less “picky” and pass either way.
- Note that License is *SPDX* ISC
- Bump release higher than EPEL9-Next
- Initial package (close RHBZ#2018705)