pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Move to shapely 2 for minimum bounding rectangle (rotated) and minimum bounding circle #75

Open ljwolf opened 3 years ago

ljwolf commented 3 years ago

This would address #70, #69

martinfleis commented 1 year ago

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).