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