[osm] moving osm_address_components to its own module

This commit is contained in:
Al
2016-05-05 19:00:27 -04:00
parent 4271f7f84b
commit ad81095879
3 changed files with 69 additions and 70 deletions

View File

@@ -14,7 +14,7 @@ from geodata.countries.country_names import *
from geodata.language_id.disambiguation import *
from geodata.language_id.sample import sample_random_language
from geodata.names.normalization import name_affixes
from geodata.osm.extract import osm_address_components
from geodata.osm.components import osm_address_components
from geodata.states.state_abbreviations import state_abbreviations