-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feture Requet: st_oriented_envelope #10
Comments
I found a similar function from: https://www.rdocumentation.org/packages/shotGroups/versions/0.1/topics/getMinBBox |
And I found the similar function in Python shapely like this:
|
It might be worth looking into the s2 package (which sf uses by default). There are a couple bounding functions available: I have not experimented with the s2 package to see its capabilities nor the original S2Geometry: |
Thanks a lot! I found
And I got some other solutions for this issue: dwoll/shotGroups#9 |
And I found s2::s2_bound2_rect only return a bbox like |
sfx::st_extent()
is great work to get a bbox of polygon, does some function can support ST_OrientedEnvelope?The text was updated successfully, but these errors were encountered: