Skip to content

Commit

Permalink
doc(helper): update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias (~talfus-laddus) <[email protected]>
  • Loading branch information
SlowMo24 and matthiasschaub authored Jul 4, 2024
1 parent 2b8a782 commit 4efac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohsome/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def format_bpolys(
"""
Formats bpolys parameter to comply with ohsome API
:param
bpolys: Polygons given as geopandas.GeoDataFrame or string formatted as GeoJSON FeatureCollection.
bpolys: Polygons given as geopandas.GeoDataFrame, geopandas.GeoSeries, Shapely.Polygon or GeoJSON FeatureCollection as string.
:return:
"""
if isinstance(bpolys, gpd.GeoDataFrame):
Expand Down

0 comments on commit 4efac91

Please sign in to comment.