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

bin/curvature-output-tab broken #44

Open jaredlovell opened 8 years ago

jaredlovell commented 8 years ago

As a direct replacement for curvature-output-kml in your example processing script, curvature-output-tab didn't work.

I got it to work thusly:

< for way in collection:


 for way in collection['ways']:

Thank you for this excellent software, BTW. Really neat stuff.