mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Adds infrastructure for calling the legacy PHP scripts. As the CONST_* values cannot be set from the python script, hand the values in via secret environment variables instead. These are all temporary hacks for the transition phase to python code.
5 lines
114 B
Python
5 lines
114 B
Python
"""
|
|
Module with functions for importing, updating Nominatim databases
|
|
as well as general maintenance helpers.
|
|
"""
|