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

Allow exclusion of ways by list of OSMIDs #2

Closed adamfranco closed 4 years ago

adamfranco commented 11 years ago

In cases where road-surface data isn't available in OSM I'd like to query other data sources and build a list of OSMIDs that I wish to exclude from consideration. If curvature allowed an exclusion list I wouldn't have to go through the pain of coordinating major OSM imports.

This would also be useful if users wanted to build a list of roads with known-bad road surface (even though they might be paved) or if they have other criteria for excluding certain roads from the output.

adamfranco commented 4 years ago

Closing as out-of-date. With world-wide operation, an exclusion list isn't particularly useful. It could also be handled by filtering in a post-processor.