forked from hans/Nominatim
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.
|
|
"""
|