Skip to content

Commit

Permalink
changed frontal_length output to DataFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
levisweetbreu committed Aug 14, 2023
1 parent 2368cdd commit 9c3079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naturf/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def frontal_area_density(

def frontal_length(
buildings_intersecting_plan_area: gpd.GeoDataFrame,
) -> pd.Series:
) -> pd.DataFrame:
"""Calculate the frontal length for each cardinal direction from the GeoDataFrame of buildings intersecting the plan area.
`buildings_intersecting_plan_area()` needs to include `wall_length`.
Expand Down

0 comments on commit 9c3079a

Please sign in to comment.