generate_buildings#

BuildingsPrep.generate_buildings(center_lat_lon: list[float], terrain_mesh, max_radius: float | int = 500) dict#

Generate the buildings stl file.

Parameters:
center_lat_lonlist

Latitude and longitude.

terrain_meshpyvista.PolygonData

Terrain mesh.

max_radiusfloat, int

Radius around latitude and longitude.

Returns:
dict

Info of generated stl file.