logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spatialite_network - analysis/validation tool for topological networks

Description

spatialite_network is an analysis / validation tool for topological networks

Name

       spatialite_network - analysis/validation tool for topological networks

Options

-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)

Synopsis

spatialite_network [-h] [-dpathname] [-Ttable_name] [-fcol_name] [-tcol_name] [-gcol_name] [-ccol_name] [--a-star-supported | --a-star-excluded] [-ncol_name] [--bidirectional |
                          --unidirectional [--oneway-tofromcol_name] [--oneway-fromtocol_name] ] [-otable_name] [--overwrite-output]

See Also