joonaspessi opened a new issue, #2552: URL: https://github.com/apache/sedona/issues/2552
Sedona is missing the `ST_OrientedEnvelope` function, which returns the minimum-area rotated rectangle enclosing a geometry. This is useful when the axis-aligned bounding box (from ST_Envelope) is not tight enough for rotated or diagonal geometries. Implementation approach: JTS already provides this functionality via org.locationtech.jts.algorithm.MinimumAreaRectangle.getMinimumRectangle(), making implementation straightforward. -- 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]
