peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
130 stars 19 forks source link

Implement `RotatedMinimumAreaBoundingRectangle` #582

Closed peterstace closed 8 months ago

peterstace commented 9 months ago

Description

This new function calculates the non-axis-aligned (rotated) bounding rectangle for a geometry that has the minimum area. It uses the rotating calipers algorithm.

Check List

Have you:

Related Issue