adamfranco / curvature

Find roads that are the most curvy or twisty based on Open Street Map (OSM) data.
http://roadcurvature.com/
225 stars 39 forks source link

Convert back into osm.pbf #77

Open jkbennemann opened 2 years ago

jkbennemann commented 2 years ago

I'd like to process a .pdf file and enhance it with the curvature stats but rather bring it back to an .osm.pbf format, ideally where the curvature value is added as a tag inside a way.

Is there any way to convert the output back into a osm.pbf file instead of the kml file? Does anybody know how I would add the curvature value as a way tag?

Thanks for any help in advance