NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm currently using osmupdate to update the latest planet to the very recent time:

./osmupdate tmp.pbf updated.pbf --hour --day --keep-tempfiles --drop-author

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 (?)

./osmium updatemagic tmp.pbf updated.pbf

Related question is this

asked 05 May '17, 10:25

peatar's gravatar image

peatar
3512312
accept rate: 8%

edited 05 May '17, 10:58


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.

permanent link

answered 05 May '17, 22:14

Jochen%20Topf's gravatar image

Jochen Topf
5.2k55074
accept rate: 31%

Your answer
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:

×199
×38

question asked: 05 May '17, 10:25

question was seen: 2,274 times

last updated: 06 May '17, 09:31

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum