tomalrussell / snkit

spatial networks toolkit (python)
MIT License
31 stars 10 forks source link

Copy all attributes after splitting or creating new edges #20

Open ElcoK opened 5 years ago

ElcoK commented 5 years ago

Using link_nodes_to_nearest_edge or link_nodes_to_edges_within will create new edges, but only gives them a geometry attribute. all other attributes will be None in the new GeoDataFrame.

tomalrussell commented 5 years ago

Notes: