tiernanmartin/home-and-hope

Parcel Area Ratio

tiernanmartin opened this issue · 2 comments

Figure out a way to detect narrow parcels

Possible approach: ST_Area(geom)/(ST_Area(ST_MinimumBoundingCircle(geom))

Source: https://gis.stackexchange.com/a/157185/49120

Note: some parcel boundaries are composed of multiple polygons (MULTIPOLYGON) and in these cases the formula should be run on the largest polygon in the group.