From 4b31be52034bed3aee7c3b10f173cdb852f1efe3 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 6 Apr 2021 15:56:08 +0200 Subject: [PATCH] docs: unpacking tiger data is no longer necessary --- docs/admin/Import.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/admin/Import.md b/docs/admin/Import.md index e3a32481..4e2e89ea 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -283,16 +283,14 @@ address set to complement the OSM house number data in the US. You can add TIGER data to your own Nominatim instance by following these steps. The entire US adds about 10GB to your database. - 1. Get preprocessed TIGER 2020 data and unpack it into your project - directory: + 1. Get preprocessed TIGER 2020 data: cd $PROJECT_DIR wget https://nominatim.org/data/tiger2020-nominatim-preprocessed.tar.gz - tar xf tiger2020-nominatim-preprocessed.tar.gz 2. Import the data into your Nominatim database: - nominatim add-data --tiger-data tiger + nominatim add-data --tiger-data tiger2020-nominatim-preprocessed.tar.gz 3. Enable use of the Tiger data in your `.env` by adding: -- 2.45.1