{"id":13423837,"url":"https://github.com/osmcode/libosmium","last_synced_at":"2025-05-15T03:08:29.069Z","repository":{"id":9764602,"uuid":"11733070","full_name":"osmcode/libosmium","owner":"osmcode","description":"Fast and flexible C++ library for working with OpenStreetMap data.","archived":false,"fork":false,"pushed_at":"2025-03-22T07:53:42.000Z","size":8954,"stargazers_count":487,"open_issues_count":8,"forks_count":118,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-14T03:03:23.813Z","etag":null,"topics":["c-plus-plus","openstreetmap"],"latest_commit_sha":null,"homepage":"https://osmcode.org/libosmium/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osmcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://osmcode.org/sponsors.html"}},"created_at":"2013-07-29T06:47:29.000Z","updated_at":"2025-04-13T20:30:23.000Z","dependencies_parsed_at":"2023-11-19T11:23:57.979Z","dependency_job_id":"c218781c-b630-4e1e-b7be-af5ad9c7c9db","html_url":"https://github.com/osmcode/libosmium","commit_stats":{"total_commits":3054,"total_committers":33,"mean_commits":92.54545454545455,"dds":0.06581532416502944,"last_synced_commit":"58b313d3e3e8010cd5f7372f10f97513ef2ba60b"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmcode%2Flibosmium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmcode%2Flibosmium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmcode%2Flibosmium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmcode%2Flibosmium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmcode","download_url":"https://codeload.github.com/osmcode/libosmium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264771,"owners_count":22041794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","openstreetmap"],"created_at":"2024-07-31T00:00:43.538Z","updated_at":"2025-05-15T03:08:24.060Z","avatar_url":"https://github.com/osmcode.png","language":"C++","readme":"# Libosmium\n\nhttps://osmcode.org/libosmium\n\nA fast and flexible C++ library for working with OpenStreetMap data.\n\nLibosmium works on Linux, macOS and Windows.\n\n[![Build Status](https://github.com/osmcode/libosmium/actions/workflows/ci.yml/badge.svg)](https://github.com/osmcode/libosmium/actions)\n[![Packaging status](https://repology.org/badge/tiny-repos/libosmium.svg)](https://repology.org/metapackage/libosmium)\n\nPlease see the [Libosmium manual](https://osmcode.org/libosmium/manual.html)\nfor more details than this README can provide.\n\n\n## Prerequisites\n\nYou need a C++14 compiler and standard C++ library.\n\nDifferent parts of Libosmium (and the applications built on top of it) need\ndifferent libraries. You DO NOT NEED to install all of them, just install those\nyou need for your programs.\n\nFor details see the [list of\ndependencies](https://osmcode.org/libosmium/manual.html#dependencies) in the\nmanual.\n\nThe following external (header-only) libraries are included in the libosmium\nrepository:\n* [gdalcpp](https://github.com/joto/gdalcpp)\n\nNote that [protozero](https://github.com/mapbox/protozero) was included in\nearlier versions of libosmium, but isn't any more.\n\n\n## Directories\n\n* benchmarks: Some benchmarks checking different parts of Libosmium.\n\n* cmake: CMake configuration scripts.\n\n* doc: Config for API reference documentation.\n\n* examples: Osmium example applications.\n\n* include: C/C++ include files. All of Libosmium is in those header files\n  which are needed for building Osmium applications.\n\n* test: Tests (see below).\n\n\n## Building\n\nOsmium is a header-only library, so there is nothing to build for the\nlibrary itself.\n\nBut there are some tests and examples that can be build. Libosmium uses\ncmake:\n\n    mkdir build\n    cd build\n    cmake ..\n    make\n\nThis will build the examples and tests. Call `ctest` to run the tests.\n\nFor more details see the\n[Building Libosmium](https://osmcode.org/libosmium/manual.html#building-libosmium)\nchapter in the manual.\n\n\n## Testing\n\nTo download the `osm-testdata` submodule call:\n\n```\ngit submodule update --init\n```\n\nThis will enable additional tests.\n\nSee the\n[Libosmium Manual](https://osmcode.org/libosmium/manual.html#running-tests)\nfor instructions.\n\n\n## License\n\nLibosmium is available under the Boost Software License. See LICENSE.\n\n\n## Authors\n\nLibosmium was mainly written and is maintained by Jochen Topf\n(jochen@topf.org). See the git commit log for other authors.\n\n","funding_links":["https://osmcode.org/sponsors.html"],"categories":["C++","Tools","Libraries"],"sub_categories":["C/C++"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmcode%2Flibosmium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmcode%2Flibosmium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmcode%2Flibosmium/lists"}