-h, --help
show help message
-dpathname, --db-pathpathname
the SpatiaLite db path
-Ttable_name, --tabletable_name
the db table to be validated
-fcol_name, --from-columncol_name
the column for FromNode
-tcol_name, --to-columncol_name
the column for ToNode
-gcol_name, --geometry-columncol_name
the column for Geometry
-ccol_name, --cost-columncol_name
the column for Cost
if omitted, GLength(g) will be used by default
--a-star-supported
support the A* algorithm (default)
--a-star-excluded
no support for the A* algorithm
-ncol_name, --name-columncol_name
the column for RoadName
--bidirectional
assume bidirectional arcs (default)
--unidirectional
don't assume bidirectional arcs
if *bidirectional* each arc connecting FromNode to ToNode is implicitly connecting ToNode to
FromNode as well; in this case you can select the following further options: --oneway-tofrom &
--oneway-fromto--oneway-tofromcol_name
OneWay To->From column name
--oneway-fromtocol_name
OneWay From->To column name
both columns are expected to contain BOOLEAN values [1-0]; 1 means that the arc connection in the
given direction is valid, otherwise 0 means a forbidden connection
-otable_name, --output-tabletable_name
create a permanent NETWORK-DATA table
--overwrite-output
drop and recreate table_name if it exists
07 March 2025 spatialite_network(1)