diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index b7017ecb..e2a6f0fe 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -119,7 +119,7 @@ def read_osm_json(filename): class AddressFormatter(object): ''' Approximate Python port of lokku's Geo::Address::Formatter ''' - MINIMAL_COMPONENT_KEYS = ('road', 'postcode') + MINIMAL_COMPONENT_KEYS = ('road', 'house_number') splitter = ' | '