Kontinuation commented on issue #1996: URL: https://github.com/apache/sedona/issues/1996#issuecomment-2995332894
> Porting S2 algorithms we need such as `S2BooleanOperation` to our S2Geography implementation seems to be redundant effort, the ideal way is depending on a new release of the official s2-geometry java library. There might be breaking changes in the master branch, so this may affect other more fundamental works including basic Geography type implementations, WKT/WKB support, encoding/decoding, etc. Update: we decided to release a fork of the latest s2-geometry-library-java to maven central under `org.datasyslab` group, this will unblock our implementation of S2Geography module. We also need to shade this library into `sedona-common` module to avoid any conflicts with other s2 geometry jars in the runtime. -- 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]
