cityImage.facade_area#
- cityImage.facade_area(building_geometry, building_height)[source]#
Compute the approximate facade area of a building given its geometry and height.
- Parameters:
building_geometry (Polygon) – The geometry of the building.
building_height (float) – The height of the building.
- Returns:
The computed approximate facade area of the building.
- Return type:
float