Abeeujah opened a new pull request, #431: URL: https://github.com/apache/sedona-db/pull/431
This has been deeper than I expected, particularly the WKB generated after the `Concavity` has been done, It tends to produce geometrically identical `Polygon` as PostGIS, but the Polygon generated starts at a different point from the Postgis version. First I tried with `rust-geo` It worked perfectly on some geometries, but was a bit rotated on other geometries, also, it tend to be more aggressive than Postgis; i.e truncating some points in the hull generated. Secondly I tried `geos` using `geo-sys` it worked for other geometries, but provided Geometrically Identical WKBs but Geometries starting at different points. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
