Commit ad8b5af8 authored by  Lukas Eller's avatar Lukas Eller

numpy dependency fix

parent 86bb3659
...@@ -5,6 +5,7 @@ from shapely.ops import unary_union ...@@ -5,6 +5,7 @@ from shapely.ops import unary_union
from tqdm import tqdm from tqdm import tqdm
import pandas as pd import pandas as pd
from typing import Dict, Union, Callable from typing import Dict, Union, Callable
import numpy as np
def project_onto_streets( def project_onto_streets(
point_series: gpd.GeoSeries, point_series: gpd.GeoSeries,
......
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