GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GNMANALYSE(1) GDAL GNMANALYSE(1)

gnmanalyse - Analyses networks

Usage: gnmanalyse [--help][--help-general][-q][-quiet][--long-usage]

[dijkstra <start_gfid> <end_gfid [-alo <NAME>=<VALUE>]...]
[kpaths <start_gfid> <end_gfid> <k> [-alo NAME=VALUE]...]
[resource [-alo <NAME>=<VALUE>]...]
[-ds <ds_name>][-f <ds_format>][-l <layer_name>]
[-dsco <NAME>=<VALUE>]... [-lco <NAME>=<VALUE>]...
<gnm_name>


The gnmanalyse 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.

Show this help message and exit

--help-general
Gives a brief usage message for the generic GDAL commandline options and exit.

Calculates the best path between two points using Dijkstra algorithm from start_gfid point to end_gfid point.

Calculates K shortest paths between two points using Yen's algorithm (which internally uses Dijkstra algorithm for single path calculating) from start_gfid point to end_gfid point.

Calculates the "resource distribution". The connected components search is performed using breadth-first search and starting from that features which are marked by rules as 'EMITTERS'.

The name and path of the dataset to save the layer with resulting paths. Not need to be existed dataset.

Define this to set the format of newly created dataset.

The name of the resulting layer. If the layer exist already - it will be rewritten.

<gnm_name>
The network to work with (path and name).

Dataset creation option (format specific)

Layer creation option (format specific)

Algorithm option (format specific)

Mikhail Gusev <gusevmihs@gmail.com>, Dmitry Baryshnikov <polimax@mail.ru>

1998-2025

May 6, 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.