]> git.openstreetmap.org Git - nominatim.git/commit
add lookup() call to the library API
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 1 Feb 2023 08:56:33 +0000 (09:56 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Feb 2023 20:22:22 +0000 (21:22 +0100)
commitdf65c10360344f2deb01bbe0536c8b2bc1657fb4
tree6efed85da40807148953ce13e81f380b2e9780dc
parent4573389da7ef62488547dafda3cc9cb5cc3bb788
add lookup() call to the library API

Currently only looks places up in placex.
.pylintrc
nominatim/api/__init__.py
nominatim/api/core.py
nominatim/api/lookup.py [new file with mode: 0644]
nominatim/api/results.py [new file with mode: 0644]
nominatim/api/types.py [new file with mode: 0644]
nominatim/db/sqlalchemy_schema.py
nominatim/typing.py