Can someone help me on this question? I'm importing the OSM planet to my PostgreSQL using the flat file option. Now I have my database and my flat nodes file, I want to apply some diffs files. After reading this :
I understood I need to download the diff file and ALL planet file again. Is it correct? By importing without the flat file option and keeping all temp tables in database, I just need the diff file to do the update. Please explain the correct process to apply diff updates using the flat nodes file. http://gis.stackexchange.com/questions/233988/how-to-update-osm-planet-diffs-using-flat-nodes-file asked 05 Apr '17, 01:28 Carlos M Abreu |
The "since you have to reimport..." quote above was in response to someone who had not used the Applying diff updates with or without flat nodes is the same procedure, just that one needs the You need to download all the diffs since your planet file was created, and apply them. For best performance, combine the diffs into one before you run osm2pgsql (using e.g. osmosis). If you want to configure continuous updates, use the answered 05 Apr '17, 07:37 Frederik Ramm ♦ 1
Very well explained! Many thanks. I spent 50 points of my reputation in GIS S.E. for nothing ....
(10 Apr '17, 13:22)
Carlos M Abreu
|