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
Feature request to add a function to calculate the maximum inscribed rectangle (the biggest rectangle that fits inside a polygon). This seems to be more computationally complex than calculating envelopes, even when axis-aligned. It could possible be adapted from this overly complex SQL query (although the code itself is GPL-licensed!).