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_lonlistLatitude and longitude. terrain_meshpyvista.PolygonDataTerrain mesh. max_radiusfloat, intRadius around latitude and longitude. Returns: dictInfo of generated stl file.