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 |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
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 |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 08 Feb '16, 13:18
question was seen: 1,819 times
last updated: 30 Mar '16, 11:05
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
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 ?