]> git.openstreetmap.org Git - nominatim.git/commit
port address level computation to Python
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 23 Jan 2021 16:25:14 +0000 (17:25 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Jan 2021 21:50:54 +0000 (22:50 +0100)
commit94fa7162be678dc74c1a5516e22916122ba66bbb
tree64e27fffbba66d68ae439644665e173ce7b87f1e
parente6c2842b66c607400a0a95b7b8e8de8cd5b12d51
port address level computation to Python

Also adds simple tests for correct table creation.
13 files changed:
lib/admin/update.php
lib/setup/AddressLevelParser.php [deleted file]
lib/setup/SetupClass.php
nominatim/cli.py
nominatim/config.py
nominatim/db/utils.py
nominatim/tools/refresh.py
test/python/conftest.py
test/python/test_cli.py
test/python/test_db_utils.py
test/python/test_indexing.py
test/python/test_tools_exec_utils.py
test/python/test_tools_refresh_address_levels.py [new file with mode: 0644]