[intersections] intersections training data

This commit is contained in:
Al
2016-05-30 21:50:45 -04:00
parent 5075128ada
commit 8aada7086f
3 changed files with 116 additions and 2 deletions

View File

@@ -44,6 +44,10 @@ OSM_NAME_TAGS = (
'short_name',
)
OSM_BASE_NAME_TAGS = (
'tiger:name_base',
)
def parse_osm(filename, allowed_types=ALL_OSM_TAGS, dependencies=False):
'''