spatialite_osm_map - load OSM-XML maps into a SpatiaLite DB
Contents
Description
spatialite_osm_map is a tool for loading OSM-XML maps into a SpatiaLite DB.
Name
spatialite_osm_map - load OSM-XML maps into a SpatiaLite DB
Options
-h, --help
show help message
-opathname, --osm-pathpathname
the OSM-XML file path
both OSM-XML (*.osm) and OSM-ProtoBuf (*.osm.pbf) are indifferently supported.
-dpathname, --db-pathpathname
the SpatiaLite DB path
-csnum, --cache-sizenum
DB cache size (how many pages)
-m, --in-memory
using IN-MEMORY database
-n, --no-spatial-index
suppress R*Tree generation
-jo, --journal-off
unsafe (but faster) mode
07 March 2025 spatialite_osm_map(1)
Synopsis
spatialite_osm_map [-h] [-opathname] [-dpathname] [-csnum] [-m] [-n] [-jo]
