Binary package “libosmium-dev” in ubuntu precise
C++ framework for working with OSM data files
Osmium is a C++ framework for working with OSM data files. Osmium can read
OSM data in XML or binary format (PBF) and can call different handlers for
each OSM object.
.
Available handlers include:
* Javascript handler (calls Javascript callbacks you provide)
* Multipolygon handler (assembles areas(multipoly
ways)
* NodeLocationStore handler (stores node locations and builds way
geometries from them)
* Statistics handler (does some general statistics)
* (others...)
.
This package provides the header files useful to develop third-party
applications.