]> git.openstreetmap.org Git - nominatim.git/commit
python: implement reverse lookup function
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Mar 2023 21:38:37 +0000 (22:38 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Mar 2023 21:38:37 +0000 (22:38 +0100)
commit2f547325007dccf17ccfcfd309c18c2f41147772
tree1876e2c2e0e81705df39c178298f25a671334bf8
parent41da298b189949e24ff5271bcd671bf5f7b7a444
python: implement reverse lookup function

The implementation follows for most part the PHP code but introduces an
additional layer parameter with which the kind of places to be returned
can be restricted. This replaces the hard-coded exclusion lists.
.pylintrc
nominatim/api/core.py
nominatim/api/logging.py
nominatim/api/lookup.py
nominatim/api/results.py
nominatim/api/reverse.py
nominatim/api/types.py
nominatim/typing.py
test/python/api/conftest.py
test/python/api/test_api_reverse.py [new file with mode: 0644]