Pbf2sqlite: Reading OpenStreetMap into a SQLite Database

16 amadeuspagel 3 7/1/2025, 9:17:41 AM github.com ↗

Comments (3)

milliams · 4h ago
Does SQLite have GIS capabilities (like PostGIS provides for Postgres), or is this storing the data as traditional database primitives?
0cf8612b2e1e · 18m ago
DuckDB has put some effort into GIS, so if SQLite does not immediately fit the bill, I would go there.
fros1y · 4h ago