Skip to content

Commit

Permalink
Update parameter documentation in get_ags_from_geometry function to c…
Browse files Browse the repository at this point in the history
…larify input type
  • Loading branch information
khelfen authored and joda9 committed Feb 6, 2025
1 parent bdf18c3 commit 10e95f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edisgo/io/electromobility_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,12 +1156,12 @@ def get_ags_from_geometry(gdf: gpd.GeoDataFrame) -> gpd.GeoDataFrame:
Parameters
----------
gdf : :geopandas:`geopandas.GeoDataFrame`
gdf : :geopandas:`geopandas.GeoDataFrame<GeoDataFrame>
GeoDataFrame with geometry
Returns
-------
:geopandas:`geopandas.GeoDataFrame`
:geopandas:`geopandas.GeoDataFrame<GeoDataFrame>
GeoDataFrame with geometry and AGS
"""
Expand Down

0 comments on commit 10e95f3

Please sign in to comment.