petern48 commented on issue #2485: URL: https://github.com/apache/sedona/issues/2485#issuecomment-3512730959
Hmm, this one, I'm not sure whether we can do yet. I quickly asked an LLM "what PostGIS / Sedona function could we use to implement geopandas minimum_rotated_rectangle" and it suggested [ST_OrientedEnvelope](https://postgis.net/docs/ST_OrientedEnvelope.html), which doesn't seem to be implemented in Sedona yet. Looking at the [list of spatial sql functions](https://sedona.apache.org/latest/api/sql/Function/) Sedona supports, it doesn't look like we implement it yet. So unless you find an alternative way for it to work (it's possible the LLM is wrong, though it seems right), then I'd suggest picking a different one on that list. If you do find an alternate way, feel free to just start work on it. -- 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]
