Helper function to calculate the minimum circle that bounds the polygon features.
fs_mbc(X)
X | Building footprint polygons in |
---|
Object of the same class as X
fs_mbc
uses lwgeom::st_minimum_bounding_circle
to
calculate the minimum bounding circle.