Helper function to calculate the minimum circle that bounds the polygon features.

fs_mbc(X)

Arguments

X

Building footprint polygons in sf or sp or other valid spatial types.

Value

Object of the same class as X

Details

fs_mbc uses lwgeom::st_minimum_bounding_circle to calculate the minimum bounding circle.