'\" -*- coding: UTF-8 -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH spatialite_network 1 "25 July 2023" "" "" .SH NAME spatialite_network \- analysis/validation tool for topological networks .SH SYNOPSIS 'nh .fi .ad l \fBspatialite_network\fR \kx .if (\nx>(\n(.l/2)) .nr x (\n(.l/5) 'in \n(.iu+\nxu [\fB-h\fR] [\fB-d\fR \fIpathname\fR] [\fB-T\fR \fItable_name\fR] [\fB-f\fR \fIcol_name\fR] [\fB-t\fR \fIcol_name\fR] [\fB-g\fR \fIcol_name\fR] [\fB-c\fR \fIcol_name\fR] [\fB--a-star-supported\fR | \fB--a-star-excluded\fR] [\fB-n\fR \fIcol_name\fR] [\fB--bidirectional\fR | \fB--unidirectional\fR [\fB--oneway-tofrom\fR \fIcol_name\fR] [\fB--oneway-fromto\fR \fIcol_name\fR] ] [\fB-o\fR \fItable_name\fR] [\fB--overwrite-output\fR] 'in \n(.iu-\nxu .ad b 'hy .SH DESCRIPTION \fBspatialite_network\fR is an analysis / validation tool for topological networks .SH OPTIONS .TP \*(T<\fB\-h\fR\*(T>, \*(T<\fB\-\-help\fR\*(T> show help message .TP \*(T<\fB\-d\fR\*(T> \fIpathname\fR, \*(T<\fB\-\-db\-path\fR\*(T> \fIpathname\fR the SpatiaLite db path .TP \*(T<\fB\-T\fR\*(T> \fItable_name\fR, \*(T<\fB\-\-table\fR\*(T> \fItable_name\fR the db table to be validated .TP \*(T<\fB\-f\fR\*(T> \fIcol_name\fR, \*(T<\fB\-\-from\-column\fR\*(T> \fIcol_name\fR the column for FromNode .TP \*(T<\fB\-t\fR\*(T> \fIcol_name\fR, \*(T<\fB\-\-to\-column\fR\*(T> \fIcol_name\fR the column for ToNode .TP \*(T<\fB\-g\fR\*(T> \fIcol_name\fR, \*(T<\fB\-\-geometry\-column\fR\*(T> \fIcol_name\fR the column for Geometry .TP \*(T<\fB\-c\fR\*(T> \fIcol_name\fR, \*(T<\fB\-\-cost\-column\fR\*(T> \fIcol_name\fR the column for Cost if omitted, GLength(g) will be used by default .TP \*(T<\fB\-\-a\-star\-supported\fR\*(T> support the A* algorithm (default) .TP \*(T<\fB\-\-a\-star\-excluded\fR\*(T> no support for the A* algorithm .TP \*(T<\fB\-n\fR\*(T> \fIcol_name\fR, \*(T<\fB\-\-name\-column\fR\*(T> \fIcol_name\fR the column for RoadName .TP \*(T<\fB\-\-bidirectional\fR\*(T> assume bidirectional arcs (default) .TP \*(T<\fB\-\-unidirectional\fR\*(T> 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: \*(T<\fB\-\-oneway\-tofrom\fR\*(T> & \*(T<\fB\-\-oneway\-fromto\fR\*(T> .TP \*(T<\fB\-\-oneway\-tofrom\fR\*(T> \fIcol_name\fR OneWay To->From column name .TP \*(T<\fB\-\-oneway\-fromto\fR\*(T> \fIcol_name\fR 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 .TP \*(T<\fB\-o\fR\*(T> \fItable_name\fR, \*(T<\fB\-\-output\-table\fR\*(T> \fItable_name\fR create a permanent NETWORK-DATA table .TP \*(T<\fB\-\-overwrite\-output\fR\*(T> drop and recreate \fItable_name\fR if it exists