Merge pull request #2166 from mtmail/tiger-2020

documentation: 2020 TIGER data got released
This commit is contained in:
Sarah Hoffmann 2021-02-16 14:45:14 +01:00 committed by GitHub
commit 2a8e3741fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,12 +284,12 @@ 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 2019 data and unpack it into your project
1. Get preprocessed TIGER 2020 data and unpack it into your project
directory:
cd $PROJECT_DIR
wget https://nominatim.org/data/tiger2019-nominatim-preprocessed.tar.gz
tar xf tiger2019-nominatim-preprocessed.tar.gz
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: