Commit ba5d7604 authored by  Lukas Eller's avatar Lukas Eller

fix type hints

parent 9be4a411
...@@ -208,7 +208,7 @@ def assign_landuse_classes( ...@@ -208,7 +208,7 @@ def assign_landuse_classes(
point_geodataframe: gpd.GeoDataFrame, point_geodataframe: gpd.GeoDataFrame,
polygon_geodataframe: gpd.GeoDataFrame, polygon_geodataframe: gpd.GeoDataFrame,
cut_polygons_by_buffer: bool = False, cut_polygons_by_buffer: bool = False,
buffer_size: integer = 0, buffer_size: int = 0,
epsg: str = "EPSG:31287", epsg: str = "EPSG:31287",
) -> gpd.GeoDataFrame: ) -> gpd.GeoDataFrame:
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment