spatialite_osm_net - load OSM-XML roads into a SpatiaLite DB
Contents
Description
spatialite_osm_net is a tool for loading OSM-XML roads into a SpatiaLite DB.
Name
spatialite_osm_net - load OSM-XML roads 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
-Ttable_name, --tabletable_name
the db table to be fed
-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
-2, --undirectional
double arcs
--roads
extract roads (default)
--railways
extract railways
-otpath, --out-templatepath
creates a default template-file
-tfpath, --template-filepath
using a template-file
07 March 2025 spatialite_osm_net(1)
Synopsis
spatialite_osm_net [-h] [-opathname] [-dpathname] [-Ttable_name] [-csnum] [-m] [-n] [-jo] [-2]
[--roads | --railways] [-otpath] [-tfpath]
