This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

how to update latest tiger data

0

Hi, I setup nominatim with osm data & tiger data(2014). Also updated osm data frequently. How can I update latest tiger data(2015) in my DB.

Thanks in advance for your help!

asked 08 Feb '16, 13:18

Rajavelu_M's gravatar image

Rajavelu_M
253454858
accept rate: 33%

edited 29 Mar '16, 10:40

I tried with single edge data & got the following log:

Processing 72059...

DROP TABLE

CREATE TABLE

CREATE FUNCTION

Nominatim-2.3.1/data/tiger2011/72059.sql:

Creating indexes

CREATE INDEX

CREATE INDEX

DROP TABLE

ALTER TABLE

ALTER INDEX

ALTER INDEX

DROP FUNCTION

Setup finished.

From the above log, I think simply we can remove old sql data from data directory & import new data. It will automatically drop old tiger data & imports new data and created index. Am I correct ?

(30 Mar '16, 11:04) Rajavelu_M