Load osm-xml roads into a spatialite db
spatialite_osm_net \kx [-h] [-o pathname] [-d pathname] [-T table_name] [-cs num] [-m] [-n] [-jo] [-2] [--roads | --railways] [-ot path] [-tf path]
spatialite_osm_net is a tool for loading OSM-XML roads into a SpatiaLite DB.
\*(T<-h\*(T>, \*(T<--help\*(T>
show help message
\*(T<-o\*(T> pathname, \*(T<--osm-path\*(T> pathname
the OSM-XML file path
both OSM-XML (*.osm) and OSM-ProtoBuf (*.osm.pbf) are indifferently supported.
\*(T<-d\*(T> pathname, \*(T<--db-path\*(T> pathname
the SpatiaLite DB path
\*(T<-T\*(T> table_name, \*(T<--table\*(T> table_name
the db table to be feeded
\*(T<-cs\*(T> num, \*(T<--cache-size\*(T> num
DB cache size (how many pages)
\*(T<-m\*(T>, \*(T<--in-memory\*(T>
using IN-MEMORY database
\*(T<-n\*(T>, \*(T<--no-spatial-index\*(T>
suppress R*Tree generation
\*(T<-jo\*(T>, \*(T<--journal-off\*(T>
unsafe (but faster) mode
\*(T<-2\*(T>, \*(T<--undirectional\*(T>
double arcs
\*(T<--roads\*(T>
extract roads (default)
\*(T<--railways\*(T>
extract railways
\*(T<-ot\*(T> path, \*(T<--out-template\*(T> path
creates a default template-file
\*(T<-tf\*(T> path, \*(T<--template-file\*(T> path
using a template-file