]> git.openstreetmap.org Git - nominatim.git/commit
move get_addressdata() implementation to Python
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 23 Sep 2023 08:44:37 +0000 (10:44 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Sep 2023 09:21:36 +0000 (11:21 +0200)
commit7fcbe13669e0b4b5d7748c69c02d42678adbf518
treec974c39a1dbd296b25616b468dae85f1a1b16b7c
parent87c91ec5c42089797da1525bd270269b2cd9d3ad
move get_addressdata() implementation to Python

The pgsql function get_addressdata() does a lookup of a lot of data
that is already available in Python.
lib-sql/functions/address_lookup.sql
nominatim/api/lookup.py
nominatim/api/results.py
nominatim/api/reverse.py
nominatim/api/search/db_searches.py
nominatim/clicmd/export.py
nominatim/db/sqlalchemy_functions.py
test/bdd/db/query/postcodes.feature
test/python/api/test_api_details.py
test/python/api/test_results.py