Skip to content
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

minimum_rotated_rectangle is very interesting, what about having a minimum_rotated_triangle? #2046

Open
RomainGratier opened this issue May 2, 2024 · 1 comment

Comments

@RomainGratier
Copy link

Question/Request

The minimum_rotated_rectangle function is quite useful for simplifying some polygons when extracting information, such as the major axis of your polygon.

But I find myself in a case where having a minimum_rotated_triangle would be even better. Is there a plan to implement this? If not, I would love to try it.

@jorisvandenbossche
Copy link
Member

@RomainGratier the core geospatial algorithms that Shapely exposes are coming from the GEOS library, so I would suggest asking there: https://github.com/libgeos/geos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants