Snap a GeoDataFrame of points to nearest line in separate GeoDataFrame

880 Views Asked by At

I have a GeoDataFrame events containing only Point geometries and another GeoDataFrame streets containing all LineString geometries. I am trying to snap all of the points in events to the nearest record in street. I haven't found an example using two GeoDataFrames so any guidance is appreciated.

0

There are 0 best solutions below