I'm trying to use Anita Graser's post on loading OSM data from .PBF files into a SQLite .db file using ogr2ogr but it stopped working.
Trying to run the following command:
ogr2ogr -f "SQLite" -dsco SPATIALITE=YES Denver_OSM_Test.db denver.pbf...yields the following error:
Unable to open datasource `denver.pbf' [list of drivers]
I have installed the prerequisites:
أكثر...
Trying to run the following command:
ogr2ogr -f "SQLite" -dsco SPATIALITE=YES Denver_OSM_Test.db denver.pbf...yields the following error:
Unable to open datasource `denver.pbf' [list of drivers]
I have installed the prerequisites:
- libsqlite3
- libexpat
أكثر...