From a3766083442b7b0581d27f3782a79a3f0f10d991 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 29 May 2018 17:40:57 +0200 Subject: [PATCH] Update tiger install instructions. Mirror no longer working --- docs/admin/Import-and-Update.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/admin/Import-and-Update.md b/docs/admin/Import-and-Update.md index 26ed9eb9..25954ba0 100644 --- a/docs/admin/Import-and-Update.md +++ b/docs/admin/Import-and-Update.md @@ -108,7 +108,7 @@ instance by following these steps: * Ubuntu: `sudo apt-get install python-gdal unzip` * CentOS: `sudo yum install gdal-python unzip` - 2. Get preprocessed TIGER 2015 data and unpack it into the + 2. Get preprocessed TIGER 2017 data and unpack it into the data directory in your Nominatim sources: cd Nominatim/data @@ -135,13 +135,9 @@ You can also process the data from the original TIGER data to create the SQL files, Nominatim needs for the import: 1. Get the TIGER 2017 data. You will need the EDGES files - (3,234 zip files, 11GB total). Choose one of the two sources: + (3,234 zip files, 11GB total). wget -r ftp://ftp2.census.gov/geo/tiger/TIGER2017/EDGES/ - wget -r ftp://mirror1.shellbot.com/census/geo/tiger/TIGER2017/EDGES/ - - The first one is the original source, the second a considerably faster - mirror. 2. Convert the data into SQL statements: -- 2.39.5