How to Install libosmium2-dev in Ubuntu 18.04



Install libosmium2-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libosmium2-dev

Description:

C++ framework for working with OSM data files

The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . Osmium is a header-only library, so there is nothing to compile to build it. Just include the header files you need. . This package contains the Osmium library headers.

Homepage: http://osmcode.org/libosmium/

Version: 2.13.1-1

Section: universe/libdevel