From 39c4c7fce837569dba84e3c23c99c69ce16c0afb Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 15 Mar 2017 20:41:21 +0100 Subject: [PATCH] add unzip tool to requirements for Tiger imports Fixes #663 --- docs/Import_and_update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Import_and_update.md b/docs/Import_and_update.md index cd9ff697..d839a8a5 100644 --- a/docs/Import_and_update.md +++ b/docs/Import_and_update.md @@ -80,10 +80,10 @@ Nominatim is able to use the official TIGER address set to complement the OSM housenumber data in the US. You can add TIGER data to your own Nominatim instance by following these steps: - 1. Install the GDAL library and python bindings + 1. Install the GDAL library and python bindings and the unzip tool - * Ubuntu: `sudo apt-get install python-gdal` - * CentOS: `sudo yum install gdal-python` + * Ubuntu: `sudo apt-get install python-gdal unzip` + * CentOS: `sudo yum install gdal-python unzip` 2. Get the TIGER 2015 data. You will need the EDGES files (3,234 zip files, 11GB total). Choose one of the two sources: -- 2.45.2