From: marc tobias Date: Wed, 3 Feb 2021 15:42:31 +0000 (+0100) Subject: documentation: 2020 TIGER data got released X-Git-Tag: v3.7.0~35^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/a3ce89aeff1f15b4bacb029828759c47ff9fb518 documentation: 2020 TIGER data got released --- diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 3bf132ab..ef0da0be 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -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: