Changes between Version 1 and Version 2 of UsersWikiExamplesNetworkTopology


Ignore:
Timestamp:
Jun 14, 2009, 8:25:38 PM (15 years ago)
Author:
kneufeld
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiExamplesNetworkTopology

    v1 v2  
    11= Examples Network Topology =
    22
    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.
     3Suppose you had a table of linestrings that represented a linear network (i.e. roads).
     4
     5[[Image(network_topology1.png)]]
     6
     7Here's one approach to linking the line segments together via to_node / from_node attributes.
    48
    591. First, generate a table of distinct nodes, that is, a distinct collection of all the start and end points of the line segments.