I'm currently using osmupdate to update the latest planet to the very recent time:
Now I wanted to try osmium to compare the performance but I cannot find a simple osmium command that does all the magic behind the scene (like fetching the necessary change files from the servers), I only found the normal apply-changes command. Is there an osmupdate equivalent for osmium like (?)
Related question is this asked 05 May '17, 10:25 peatar |
There is no Osmium command that can do that automagically, but there is one in the PyOsmium package. It is called pyosmium-up-to-date and it uses the Osmium C++ code internally, so it is as fast as Osmium. answered 05 May '17, 22:14 Jochen Topf |