diff --git a/ohsome/helper.py b/ohsome/helper.py index db30d82..a34e4f9 100644 --- a/ohsome/helper.py +++ b/ohsome/helper.py @@ -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):