spatialite_network(1) | spatialite_network(1) |
spatialite_network - analysis/validation tool for topological networks
spatialite_network
[-h] [-d pathname] [-T table_name]
[-f col_name] [-t col_name] [-g
col_name] [-c col_name] [--a-star-supported |
--a-star-excluded] [-n col_name]
[--bidirectional | --unidirectional [--oneway-tofrom
col_name] [--oneway-fromto col_name] ] [-o
table_name] [--overwrite-output]
spatialite_network is an analysis / validation tool for topological networks
if omitted, GLength(g) will be used by default
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
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
01 December 2022 |