Fast C++ library for parsing and processing OpenStreetMap data
Fast and flexible C++ library for working with OpenStreetMap data
$ libosmium is a library, not a CLI tool. Use it in C++ code: #include <osmium/io/pbf_input.hpp>$ Link against libosmium in your C++ project with: g++ -std=c++11 program.cpp -losmium$ See osmium-tool package for CLI commands, or use libosmium as a C++ dependency for custom processing$ Use with osmium-tool: brew install osmium-tool (which depends on libosmium)$ Include libosmium headers and link library in your C++ application for OSM data processing