Changes between Version 2 and Version 3 of UsersWikiExamplesNetworkTopology
- Timestamp:
- 06/14/09 20:31:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiExamplesNetworkTopology
v2 v3 95 95 }}} 96 96 97 [[Image(network_topology2.png)]] 97 98 98 99 Notes: Alternatively, we could have first created a distinct set of nodes, assigned a unique id to the nodes, and spatially transferred a node_id attribute to every road by intersecting the roads and nodes. However, such spatial operations are very expensive to perform. Also, in this case, it's not needed since we already have a relationship between a line and a node (the node is just the start or end point of the line it originated from).