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'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
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×199
×30
×6

question asked: 08 Feb '16, 13:18

question was seen: 1,647 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