Is there an existing issue for this?
Problem statement
I want to check if my geometries (especially (MULTI)POLYGONS) are not too large (in terms of area) and not too complex (in terms of coordinate pairs)
Proposed Solution
Create check functions for the max area of the geometry and for the max coordinate pairs of a geometry
Additional Context
No response