{"id":20066120,"url":"https://github.com/rosm-project/rosm_pbf_sqlite_dumper","last_synced_at":"2026-05-06T04:31:05.749Z","repository":{"id":53554678,"uuid":"260414759","full_name":"rosm-project/rosm_pbf_sqlite_dumper","owner":"rosm-project","description":"OSM PBF to SQLite dumper, written in Rust","archived":false,"fork":false,"pushed_at":"2024-03-31T12:12:31.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-27T16:39:16.229Z","etag":null,"topics":["openstreetmap","osm","rust","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosm-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2020-05-01T08:45:54.000Z","updated_at":"2023-02-11T11:45:06.000Z","dependencies_parsed_at":"2024-03-31T13:24:43.914Z","dependency_job_id":"9143fb08-7cc3-4393-9783-d650289ba108","html_url":"https://github.com/rosm-project/rosm_pbf_sqlite_dumper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rosm-project/rosm_pbf_sqlite_dumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosm-project%2Frosm_pbf_sqlite_dumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosm-project%2Frosm_pbf_sqlite_dumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosm-project%2Frosm_pbf_sqlite_dumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosm-project%2Frosm_pbf_sqlite_dumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosm-project","download_url":"https://codeload.github.com/rosm-project/rosm_pbf_sqlite_dumper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosm-project%2Frosm_pbf_sqlite_dumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["openstreetmap","osm","rust","sqlite"],"created_at":"2024-11-13T13:54:43.706Z","updated_at":"2026-05-06T04:31:05.731Z","avatar_url":"https://github.com/rosm-project.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rosm_pbf_sqlite_dumper\n\nA simple command line tool for creating SQLite dumps from [OpenStreetMap PBF](https://wiki.openstreetmap.org/wiki/PBF_Format) files.\n\n## Usage\n\nThe tool has a single, optional command line argument, which is the path to the configuration TOML file. The default value is `config.toml` .\n\n## Configuration\n\nThe configuration is a TOML file, where the root object may contain the following keys:\n\n- `input_pbf`: Path of the input PBF.\n- `output_db`: Path of the output SQLite database.\n- `overwrite_output`: If `true` and the given output file already exists, it'll be removed first. Default is `false`.\n- `skip_tag_keys`: Array of node/way/relation tags which will be skipped.\n\nFor table-specific configuration the table's name should be used as the key, and the value must be a `TableConfiguration` object, containing:\n- `skip`: If `true` the given table will be skipped. Default is `false`.\n- `create_index_on`: Array of column list strings (columns separated by commas) to create indices for on the given table.\n\nSee `examples/config.toml` for an example configuration file.\n\n## Output\n\nThe resulting SQLite database has the following tables (depending on configuration):\n\n- `header`: Contents of the input PBF's header block, encoded as key/value pairs.\n- `nodes`: Nodes, described by IDs and latitude/longitude pairs.\n- `ways`: Ways, described by IDs.\n  - `way_refs`: Nodes belonging to ways.\n- `relations`: Relations, described by IDs.\n  - `relation_members`: Nodes, ways, relations belonging to relations and their roles.\n\n- `node/way/relation_tags`: Key/value pairs for nodes/ways/relations.\n- `node/way/relation_info`: Other info for nodes/ways/relations (version, timestamp, user, etc.).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosm-project%2Frosm_pbf_sqlite_dumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosm-project%2Frosm_pbf_sqlite_dumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosm-project%2Frosm_pbf_sqlite_dumper/lists"}