From 64db63e3eb21035988bfe5fca7dd5afae0066c81 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 4 Sep 2015 12:23:47 -0400 Subject: [PATCH] [osm] Removing house tag --- scripts/geodata/osm/osm_address_training_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index 3383701d..f30c7675 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -141,6 +141,8 @@ class AddressFormatter(object): aliases = OrderedDict([ ('name', 'house'), + # in OSM this is the type of house, not a real tag + ('house', 'house_type'), ('addr:housename', 'house'), ('addr:housenumber', 'house_number'), ('addr:street', 'road'),