adamfranco / curvature

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

Refactor stage 6: Update additional post-processing #26

Closed adamfranco closed 8 years ago

adamfranco commented 8 years ago

This is a sub-task of #20, Refactor collecting, preprocessing, and curvature calculation.

Stage 6 - Additional Post processing Pass off to post-processing & output. The data format passed off to the post-processing scripts will be different that we are currently using, but richer since the segments will still be associated with their original way-data and will retain their original OSMIDs. This will make it much easier to add "Edit" links in the output data to help encourage data-cleanup in OSM. This should also make it easier to change styling based on the tags of the way associated with segments.

adamfranco commented 8 years ago

This should now be mostly done except for the output scripts which still need to be updated for the new data format.

adamfranco commented 8 years ago

I still have a few more output scripts to fix up.

adamfranco commented 8 years ago

All output scripts and post-processors have now been updated to work with the new data-structures.