Nominatim/lib-sql
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
..
functions remove debug code 2021-04-30 11:30:51 +02:00
tokenizer add Python part for new ICU-based tokenizer 2021-05-05 10:15:27 +02:00
functions.sql move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
indices.sql move index creation for word table to tokenizer 2021-04-30 17:41:08 +02:00
partition-tables.src.sql move table creation to jinja-based preprocessing 2021-03-03 22:07:51 +01:00
postcode_tables.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
table-triggers.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
tables.sql introduce index for finding surrounding buildings 2021-04-30 11:30:51 +02:00
tiger_import_finish.sql fix index on location_property_tiger (parent_place_id) 2021-04-19 00:33:15 +00:00
tiger_import_start.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
words_from_search_name.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00