Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmzoso/pbf2sqlite
Read OpenStreetMap PBF files into a SQLite database
https://github.com/osmzoso/pbf2sqlite
openstreetmap osm pbf sqlite
Last synced: about 1 month ago
JSON representation
Read OpenStreetMap PBF files into a SQLite database
- Host: GitHub
- URL: https://github.com/osmzoso/pbf2sqlite
- Owner: osmzoso
- License: gpl-3.0
- Created: 2024-04-30T14:34:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T06:08:53.000Z (5 months ago)
- Last Synced: 2024-09-30T05:01:20.074Z (about 2 months ago)
- Topics: openstreetmap, osm, pbf, sqlite
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pbf2sqlite
A simple command line tool for reading OpenStreetMap .osm.pbf files into a SQLite database.
```
Usage:
pbf2sqlite.py SQLITE_DATABASE OSM_PBF_FILE
```The Python module **osmium** is required.
Fedora: `sudo dnf install python3-osmium.x86_64`