Scroll to navigation

spatialite_osm_net(1) spatialite_osm_net(1)

NAME

spatialite_osm_net - load OSM-XML roads into a SpatiaLite DB

SYNOPSIS


spatialite_osm_net
[-h] [-o pathname] [-d pathname] [-T table_name] [-cs num] [-m] [-n] [-jo] [-2] [--roads | --railways] [-ot path] [-tf path]

DESCRIPTION

spatialite_osm_net is a tool for loading OSM-XML roads into a SpatiaLite DB.

OPTIONS

show help message
the OSM-XML file path

both OSM-XML (*.osm) and OSM-ProtoBuf (*.osm.pbf) are indifferently supported.

the SpatiaLite DB path
the db table to be fed
DB cache size (how many pages)
using IN-MEMORY database
suppress R*Tree generation
unsafe (but faster) mode
-2, --undirectional
double arcs
extract roads (default)
extract railways
creates a default template-file
using a template-file
01 December 2022