.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "GNMANALYSE" "1" "Apr 02, 2024" "" "GDAL" .SH NAME gnmanalyse \- Analyses networks .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gnmanalyse [\-\-help] [\-\-help\-general] [\-q] [\-quiet] [\-\-long\-usage] [dijkstra =]...] [kpaths [\-alo =]...] [resource [\-alo =]...] [\-ds ][\-f ][\-l ] [\-dsco =]... [\-lco =]... .ft P .fi .UNINDENT .UNINDENT .SH DESCRIPTION .sp The \fBgnmanalyse\fP program provides analysing capabilities of geographical networks in GDAL. The results of calculations are return in an OGRLayer format or as a console text output if such layer is undefined. All calculations are made considering the blocking state of features. .INDENT 0.0 .TP .B \-\-help Show this help message and exit .UNINDENT .INDENT 0.0 .TP .B \-\-help\-general Gives a brief usage message for the generic GDAL commandline options and exit. .UNINDENT .INDENT 0.0 .TP .B dijkstra Calculates the best path between two points using Dijkstra algorithm from start_gfid point to end_gfid point. .UNINDENT .INDENT 0.0 .TP .B kpaths Calculates K shortest paths between two points using Yen\(aqs algorithm (which internally uses Dijkstra algorithm for single path calculating) from start_gfid point to end_gfid point. .UNINDENT .INDENT 0.0 .TP .B resource Calculates the \(dqresource distribution\(dq. The connected components search is performed using breadth\-first search and starting from that features which are marked by rules as \(aqEMITTERS\(aq. .UNINDENT .INDENT 0.0 .TP .B \-d The name and path of the dataset to save the layer with resulting paths. Not need to be existed dataset. .UNINDENT .INDENT 0.0 .TP .B \-f Define this to set the format of newly created dataset. .UNINDENT .INDENT 0.0 .TP .B \-l The name of the resulting layer. If the layer exist already \- it will be rewritten. .UNINDENT .INDENT 0.0 .TP .B The network to work with (path and name). .UNINDENT .INDENT 0.0 .TP .B \-dsco = Dataset creation option (format specific) .UNINDENT .INDENT 0.0 .TP .B \-lco = Layer creation option (format specific) .UNINDENT .INDENT 0.0 .TP .B \-alo = Algorithm option (format specific) .UNINDENT .SH AUTHOR Mikhail Gusev , Dmitry Baryshnikov .SH COPYRIGHT 1998-2024 .\" Generated by docutils manpage writer. .