1GNMMANAGE(1) GDAL GNMMANAGE(1)
2
3
4
6 gnmmanage - Manages networks
7
9 gnmmanage [--help][-q][-quiet][--long-usage]
10 [info]
11 [create [-f <format_name>] [-t_srs <srs_name>] [-dsco NAME=VALUE]... ]
12 [import src_dataset_name] [-l layer_name]
13 [connect <gfid_src> <gfid_tgt> <gfid_con> [-c <cost>] [-ic <inv_cost>] [-dir <dir>]]
14 [disconnect <gfid_src> <gfid_tgt> <gfid_con>]
15 [rule <rule_str>]
16 [autoconnect <tolerance>]
17 [delete]
18 [change [-bl gfid][-unbl gfid][-unblall]]
19 <gnm_name> [<layer> [<layer> ...]]
20
22 The gnmmanage program can perform various managing operations on geo‐
23 graphical networks in GDAL. In addition to creating and deleting net‐
24 works this includes capabilities of managing network's features, topol‐
25 ogy and rules.
26
27 -info Different information about network: system and class layers,
28 network metadata, network spatial reference.
29
30 create Create network.
31
32 -f <format_name>
33 Output file format name.
34
35 -t_srs <srs_name>
36 Spatial reference input.
37
38 -dsco NAME=VALUE
39 Network creation option set as pair name=value.
40
41 import <src_dataset_name>
42 Import layer with dataset name to copy.
43
44 -l layer_name
45
46 Layer name in dataset. If unset, 0 layer is copied.
47
48 connect <gfid_src> <gfid_tgt> <gfid_con>
49 Make a topological connection, where the gfid_src and gfid_tgt
50 are vertices and gfid_con is edge (gfid_con can be -1, so the
51 system edge will be inserted).
52
53 Manually assign the following values:
54
55 -c <cost>
56 Cost / weight
57
58 -ic <invcost>
59 Inverse cost
60
61 -dir <dir>
62 Direction of the edge.
63
64 disconnect <gfid_src> <gfid_tgt> <gfid_con>
65 Removes the connection from the graph.
66
67 rule <rule_str>
68 Creates a rule in the network by the given rule_str string.
69
70 autoconnect <tolerance>
71 Create topology automatically with the given double tolerance
72 and layer names. In no layer name provided all layers of network
73 will be used.
74
75 delete Delete network.
76
77 change Change blocking state of network edges or vertices.
78
79 -bl <gfid>
80 Block feature before the main operation. Blocking fea‐
81 tures are saved in the special layer.
82
83 -unbl <gfid>
84 Unblock feature before the main operation.
85
86 -unblall
87 Unblock all blocked features before the main operation.
88
89 <gnm_name>
90 The network to work with (path and name).
91
92 <layer>
93 The network layer name.
94
96 Mikhail Gusev <gusevmihs@gmail.com>, Dmitry Baryshnikov <poli‐
97 max@mail.ru>
98
100 1998-2023
101
102
103
104
105 Oct 30, 2023 GNMMANAGE(1)