osm-search / TIGER-data

Preprocessing US Census TIGER data for Nominatim geocoder
GNU General Public License v2.0
5 stars 3 forks source link

Change format from SQL to CSV #6

Closed lonvia closed 3 years ago

lonvia commented 3 years ago

The current SQL format restricts how the data can be processed: in PostgrSQL only. Nominatim is currently moving in a direction where the data might be preprocessed in Python before being added to the database. Therefore I would like to move to a simple CSV output format with the following columns:

I'll start with a converter from the existing SQL to this CSV format but eventually the TIGER conversion script needs to be changed to emit CSV natively.