Nominatim/nominatim
Sarah Hoffmann e56957f047 api: delay setup of initial database connection
Defer database setup until the first call to a function. Needs an
additional lock because the setup still needs to be done sequentially.
2023-01-24 10:56:22 +01:00
..
apicmd api: delay setup of initial database connection 2023-01-24 10:56:22 +01:00
clicmd fix typo in argument to details CLI command 2023-01-21 10:44:10 +01:00
data export centroid to tokenizer 2022-07-31 22:10:58 +02:00
db add function for parallel execution of SQL scripts 2022-09-19 11:52:17 +02:00
indexer only run analyze on indexing when work was done 2022-09-28 10:22:54 +02:00
result_formatter convert version to named tuple 2023-01-03 10:03:00 +01:00
server fix error message for non-existing database 2023-01-03 10:03:00 +01:00
tokenizer use data paths from new nominatim.paths 2022-11-27 12:15:41 +01:00
tools fix importance recalculation 2023-01-22 22:32:16 +01:00
utils add typing information for utils submodule 2022-07-18 09:47:57 +02:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
api.py api: delay setup of initial database connection 2023-01-24 10:56:22 +01:00
cli.py convert version to named tuple 2023-01-03 10:03:00 +01:00
config.py implement command line status call in Python 2023-01-03 10:02:35 +01:00
errors.py add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
paths.py introduce paths module which contains the data paths 2022-11-27 12:02:37 +01:00
typing.py docs: fix typos 2022-07-20 22:05:31 +08:00
version.py convert version to named tuple 2023-01-03 10:03:00 +01:00