X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/388c7f706d43be1e025ac9250b5a068dff3c0a01..fb012504b2a4fbeb82461f3fa59b383bf43f8521:/data-sources/us-tiger/README.md diff --git a/data-sources/us-tiger/README.md b/data-sources/us-tiger/README.md index e75a9efa..dfb44c5f 100644 --- a/data-sources/us-tiger/README.md +++ b/data-sources/us-tiger/README.md @@ -9,9 +9,7 @@ Replace '2018' with the current year throughout. 1. Install the GDAL library and python bindings and the unzip tool # Ubuntu: - sudo apt-get install python-gdal unzip - # CentOS: - sudo yum install gdal-python unzip + sudo apt-get install python3-gdal unzip 2. Get the TIGER 2018 data. You will need the EDGES files (3,233 zip files, 11GB total). @@ -22,8 +20,7 @@ Replace '2018' with the current year throughout. cd data-sources/us-tiger ./convert.sh - + 4. Maybe: package the created files - + tar -czf tiger2018-nominatim-preprocessed.tar.gz tiger - \ No newline at end of file