Changes between Version 1 and Version 2 of UsersWikiExamplesNetworkTopology
- Timestamp:
- 06/14/09 20:25:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiExamplesNetworkTopology
v1 v2 1 1 = Examples Network Topology = 2 2 3 Suppose you had a table of linestrings that represented a linear network (i.e. roads). Here's one approach to linking the line segments together via to_node / from_node attributes. 3 Suppose you had a table of linestrings that represented a linear network (i.e. roads). 4 5 [[Image(network_topology1.png)]] 6 7 Here's one approach to linking the line segments together via to_node / from_node attributes. 4 8 5 9 1. First, generate a table of distinct nodes, that is, a distinct collection of all the start and end points of the line segments.