You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
martinfleis
changed the title
Move to pygeos for minimum bounding rectangle (rotated) and minimum bounding circle
Move to shapely 2 for minimum bounding rectangle (rotated) and minimum bounding circle
Jul 2, 2023
I would wait with minimum bounding rectangle for GEOS 3.12 that will contain a fixed algorithm for this, resulting in identical geoms OpenCV produces. The circle can be done now, we just need to extract the tuple of x, y and radius from the actual polygon (as centroid and a distance to first point).
This would address #70, #69
The text was updated successfully, but these errors were encountered: