Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`