Hi, I am trying to merge two planet files which are North America OSM file and South America OSM file. I just need information whether two different planet files can be merged or not. As i came to know that different countries can be merged within same planet file. However, i need the other way around. asked 30 Oct '18, 13:16 sumanosmxemplar edited 30 Oct '18, 18:33 aseerel4c26 ♦ |
One Answer:
Yes, you can merge them with something like "osmosis". Here is an example script that, among other things, merges some OSM .pbf files together before loading a database with them. This answer is marked "community wiki". answered 30 Oct '18, 13:31 SomeoneElse ♦ |
When i see your script, the two locations what you have merged are both from Europe. My case is different. I want North America and South America Planet files merge.
Is that possible?
Yes. Why not try it?
Also, can i merge two bz2 files with osmosis?