LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
bin/address2coordinate.py
bin/coordinate2address.py
bin/finalize_geocoder.py
bin/geocoder_service.py
bin/import_openaddress_data.py
bin/postal_service.py
bin/prepare_osm.py
osmgeocoder/__init__.py
osmgeocoder/format.py
osmgeocoder/forward.py
osmgeocoder/geocoder.py
osmgeocoder/reverse.py
osmgeocoder.egg-info/PKG-INFO
osmgeocoder.egg-info/SOURCES.txt
osmgeocoder.egg-info/dependency_links.txt
osmgeocoder.egg-info/requires.txt
osmgeocoder.egg-info/top_level.txt
osmgeocoder/data/config-example.json
osmgeocoder/data/imposm_mapping.yml
osmgeocoder/data/worldwide.yml
osmgeocoder/data/sql/geocoder/001-wordlist_for_text_prediction.sql
osmgeocoder/data/sql/geocoder/002-text_prediction.sql
osmgeocoder/data/sql/geocoder/003-forward_geocoding.sql
osmgeocoder/data/sql/geocoder/004-reverse_geocoding.sql
osmgeocoder/data/sql/optimize/001-osm_house_number_to_struct_house.sql
osmgeocoder/data/sql/optimize/002-osm_buildings_to_struct_house.sql
osmgeocoder/data/sql/optimize/003-struct_house_index.sql
osmgeocoder/data/sql/optimize/004-fill_street_only_entries.sql
osmgeocoder/data/sql/optimize/005-fill_postcode_only_entries.sql
osmgeocoder/data/sql/optimize/006-extract_cities.sql
osmgeocoder/data/sql/optimize/007-index_cities.sql
osmgeocoder/data/sql/optimize/008-update_struct_house_with_city.sql
osmgeocoder/data/sql/optimize/009-extract_streets.sql
osmgeocoder/data/sql/optimize/010-index_streets.sql
osmgeocoder/data/sql/optimize/011-update_struct_house_with_street.sql
osmgeocoder/data/sql/optimize/012-geometry_for_streets.sql
osmgeocoder/data/sql/optimize/013-geometry_for_cities.sql
osmgeocoder/data/sql/optimize/014-cleanup_struct_house_table.sql
osmgeocoder/data/sql/optimize/015-cluster_struct_house_table.sql
osmgeocoder/data/sql/optimize/016-add_indices_to_struct_tables.sql
osmgeocoder/data/sql/optimize/017-update_city_names_from_osm.sql
osmgeocoder/data/sql/optimize/018-manual_city_name_updates.sql
osmgeocoder/data/sql/prepare/001-custom_types.sql