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

I'm using ubuntu 16.04 and looking to install osmium. I first tried to use the package that's in Ubuntu, but that's significantly old and doesn't include osmium's extract function.

I then read its README, but it requires a few packages that I have to manually build myself (rapidjson, Libosmium).

Are there any packages or do I have to manually build everything?

asked 21 May '17, 21:55

skorasaurus's gravatar image

skorasaurus
1.4k153137
accept rate: 12%


libosmium is a header-only library so you can simply check that out from github. The build process is clever enough to find it if you have a directory structure where libosmium sits in parallel with osmium-tool. And rapidjson doesn't have to be installed separately, it is included in the osmium-tool checkout.

permanent link

answered 21 May '17, 22:50

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

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:

×44
×38

question asked: 21 May '17, 21:55

question was seen: 3,650 times

last updated: 21 May '17, 22:50

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