-
Notifications
You must be signed in to change notification settings - Fork 3
Description
label:enhancement
This package is super useful. I've been using it to simplify networks for a large-scale routing exercise.
The only thing I am missing in this package is the retention of some of the network attributes that need to be used later. For example, calculating the time it takes to drive the route, one needs the lengths of the roads and the speed limits. Lengths are calculated from the resulting lines, but the speed limits are an additional attribute coming from OSM.
I have been going around this by extracting the information by intersecting the original network with the neat one, using some buffer distance from the new network features to get the average speed limit in surrounding roads, but I don't find this very artful.
I can just about understand some of the code in this package, and I guess this might be possible by retaining the average value of the additional attribute from the original network for each FaceArtifact and then assigning that value back at some point?
Happy to help where I can!