cityImage.visibility_score#

cityImage.visibility_score(buildings_gdf, sight_lines=Empty DataFrame Columns: [a] Index: [], method='longest')[source]#

The function calculates the sub-scores of the “Visibility Landmark Component”. - 3d visibility; - facade area; - (height).

Parameters:
  • buildings_gdf (Polygon GeoDataFrame) – Buildings GeoDataFrame - case study area.

  • sight_lines (LineString GeoDataFrame) – The Sight Lines GeoDataFrame.

Returns:

buildings_gdf – The updated buildings GeoDataFrame.

Return type:

Polygon GeoDataFrame