Nominatim/nominatim/clicmd
Sarah Hoffmann a4aba23a83 move filling of postcode table to python
The Python code now takes care of reading postcodes from placex,
enhancing them with potentially existing external postcodes and
updating location_postcodes accordingly. The initial setup and
updates use exactly the same function.

External postcode handling has been generalized. External postcodes
for any country are now accepted. The format of the external postcode
file has changed. We now expect CSV, potentially gzipped. The
postcodes are no longer saved in the database.
2021-05-13 14:15:42 +02:00
..
__init__.py remove transition functions from Python 2021-04-16 18:41:14 +02:00
admin.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00
api.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00
args.py pylint: disable check too-few-public-methods 2021-04-24 11:39:44 +02:00
freeze.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00
index.py require tokeinzer for indexer 2021-04-30 11:30:51 +02:00
refresh.py move filling of postcode table to python 2021-05-13 14:15:42 +02:00
replication.py require tokeinzer for indexer 2021-04-30 11:30:51 +02:00
setup.py move filling of postcode table to python 2021-05-13 14:15:42 +02:00
special_phrases.py fix liniting issues 2021-04-30 17:59:50 +02:00