From: Sarah Hoffmann Date: Thu, 13 May 2021 21:39:01 +0000 (+0200) Subject: adapt documentation to use Tiger CSV dump X-Git-Tag: v4.0.0~82^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e76e4bd964b1711272ea854db88af3cd90f2d002?ds=sidebyside;hp=-c adapt documentation to use Tiger CSV dump --- e76e4bd964b1711272ea854db88af3cd90f2d002 diff --git a/docs/admin/Customization.md b/docs/admin/Customization.md index 10c8d3dd..76f0f85a 100644 --- a/docs/admin/Customization.md +++ b/docs/admin/Customization.md @@ -51,11 +51,11 @@ entire US adds about 10GB to your database. 1. Get preprocessed TIGER 2020 data: cd $PROJECT_DIR - wget https://nominatim.org/data/tiger2020-nominatim-preprocessed.tar.gz + wget https://nominatim.org/data/tiger2020-nominatim-preprocessed.csv.tar.gz 2. Import the data into your Nominatim database: - nominatim add-data --tiger-data tiger2020-nominatim-preprocessed.tar.gz + nominatim add-data --tiger-data tiger2020-nominatim-preprocessed.csv.tar.gz 3. Enable use of the Tiger data in your `.env` by adding: