Commit 20c5683f authored by  Lukas Eller's avatar Lukas Eller

fix issue with new geopandas version

parent e6e23d43
......@@ -46,7 +46,7 @@ def project_onto_streets(
projected.append(
street_series.loc[street_ind].interpolate(
street_series.loc[street_ind].project(point)
)
).iloc[0]
)
projected = gpd.GeoSeries(projected, index=point_series.index)
......
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