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

Nominatim - how to apply weekly OSM changesets?

0

With Nominatim, how should I apply weekly changesets?

Should I use any Nominatim command or osmosis command?

Thanks!

asked 06 May '13, 05:02

sa9496's gravatar image

sa9496
11223
accept rate: 0%


One Answer:

0

Please tell us if you have read this page already:

http://wiki.openstreetmap.org/wiki/Nominatim/Installation

There are some hints about updating Nominatim's database.

answered 06 May '13, 16:59

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Oh yes, of course I read it before I could set it up.

I also tried to run "./utils/update.php --import-osmosis-all --no-npi" to update the database after installation. However, what I'm aware is it will download multiple "hourly update" files and apply them one by one, which takes too long. In fact, on my computer with full planet file imported, it cannot even process 24 x "hourly update" file in a day. That means it can never catch up the "most recently" version of database....

That's why I would like to download the "weekly update" file and run it on my computer, I believe it's easier to handle...

Please let me know if I didn't anything wrongly. Thanks

(07 May '13, 13:06) sa9496