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

Fixed two points being so close that a floating point precision error occurred #38

Closed Fonsan closed 8 years ago

Fonsan commented 8 years ago

This is what caused Math domain error

For reference repr is how you get python to print the full precision of a float

adamfranco commented 8 years ago

Nice find! :shipit: