Skip to content

A C++17 tool for extracting OpenStreeMap datas from PBF dump files to GeoJSON geometries. Queries are described by a json file allowing to specify which elements to extract and what properties to add or forward from the OSM object to the GeoJSON ones.

License

Notifications You must be signed in to change notification settings

fhamonic/osm2geojson

Repository files navigation

OSM2GeoJSON

A C++17 tool for extracting OpenStreeMap datas from PBF dump files to GeoJSON geometries. Queries are made via a pattern json file allowing to specify which elements to extract and what properties to add or forward from the OSM object to the GeoJSON ones.

Generic badge Generic badge Generic badge Generic badge

Requirements

This project uses CMake (https://cmake.org/) and Conan (https://conan.io/index.html). All dependencies are automatically resolved by Conan except libosmium (https://osmcode.org/libosmium/)

How to compile

make

About

A C++17 tool for extracting OpenStreeMap datas from PBF dump files to GeoJSON geometries. Queries are described by a json file allowing to specify which elements to extract and what properties to add or forward from the OSM object to the GeoJSON ones.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published