Transport network analysis

From Wikipedia, the free encyclopedia

A transport network, or transportation network is a network or graph in geographic space, describing an infrastructure that permits and constrains movement or flow.[1] Examples include but are not limited to road networks, railways, air routes, pipelines, aqueducts, and power lines. The digital representation of these networks, and the methods for their analysis, is a core part of spatial analysis, geographic information systems, public utilities, and transport engineering. Network analysis is an application of the theories and algorithms of Graph theory and is a form of proximity analysis.

History[]

The applicability of graph theory to geographic phenomena was recognized as an early date. In fact, many of the early problems and theories undertaken by graph theorists were inspired by geographic situations, such as the Seven Bridges of Königsberg problem, which was one of the original foundations of graph theory when it was solved by Leonhard Euler in 1736.[2]

In the 1970s, the connection was reestablished by the early developers of geographic information systems, who employed it in the topological data structures of polygons (which is not of relevance here), and the analysis of transport networks. Early works, such as Tinkler (1977), focused mainly on simple schematic networks, likely due to the lack of significant volumes of linear data and the computational complexity of many of the algorithms.[3] The full implementation of network analysis algorithms in GIS software did not appear until the 1990s,[4][5] but rather advanced tools are generally available today.

Network Data[]

Network analysis requires detailed data representing the elements of the network and its properties.[6] The core of a network dataset is a vector layer of polylines representing the paths of travel, either precise geographic routes or schematic diagrams, known as edges. In addition, information is needed on the network topology, representing the connections between the lines, thus enabling the transport from one line to another to be modeled. Typically, these connection points, or nodes, are included as an additional dataset.[7]

Both the edges and nodes are attributed with properties related to the movement or flow:

  • Capacity, measurements of any limitation on the volume of flow allowed, such as the number of lanes in a road, telecommunications bandwidth, or pipe diameter.
  • Impedance, measurements of any resistance to flow or to the speed of flow, such as a speed limit or a forbidden turn direction at a street intersection
  • Cost accumulated through individual travel along the edge or through the node, commonly elapsed time, in keeping with the principle of friction of distance. For example, a node in a street network may require a different amount of time to make a particular left turn or right turn. Such costs can vary over time, such as the pattern of travel time along an urban street depending on diurnal cycles of traffic volume.
  • Flow volume, measurements of the actual movement taking place. This may be specific time-encoded measurements collected using sensor networks such as traffic counters, or general trends over a period of time, such as Annual average daily traffic (AADT).

Analysis Methods[]

A wide range of methods, algorithms, and techniques have been developed for solving problems and tasks relating to network flow. Some of these are common to all types of transport networks, while others are specific to particular application domains.[8] Many of these algorithms are implemented in commercial and open-source GIS software, such as GRASS GIS and the Network Analyst extension to Esri ArcGIS.

Optimal routing[]

One of the simplest and most common tasks in a network is to find the optimal route connecting two points along the network, with optimal defined as minimizing some form of cost, such as distance, energy expenditure, or time.[9] A common example is finding directions in a street network, a feature of almost any web street mapping application such as Google Maps. The most popular method of solving this task, implemented in most GIS and mapping software, is Dijkstra's algorithm.[10]

In addition to the basic point-to-point routing, composite routing problems are also common. The Traveling salesman problem asks for the optimal (least distance/cost) ordering and route to reach a number of destinations; it is an NP-hard problem, but somewhat easier to solve in network space than unconstrained space due to the smaller solution set.[11] The Vehicle routing problem is a generalization of this, allowing for multiple simultaneous routes to reach the destinations. The or "Chinese Postman" problem asks for the optimal (least distance/cost) path that traverses every edge; a common application is the routing of garbage trucks. This turns out to be a much simpler problem to solve, with polynomial time algorithms.

Location analysis[]

This class of problems aims to find the optimal location for one or more facilities along the network, with optimal defined as minimizing the aggregate or mean travel cost to (or from) another set of points in the network. A common example is determining the location of a warehouse to minimize shipping costs to a set of retail outlets, or the location of a retail outlet to minimize the travel time from the residences of its potential customers. In unconstrained (cartesian coordinate) space, this is an NP-hard problem requiring heuristic solutions such as Lloyd's algorithm, but in a network space it can be solved deterministically.[12]

Particular applications often add further constraints to the problem, such as the location of pre-existing or competing facilities, facility capacities, or maximum cost.

Service areas[]

A network service area is analogous to a buffer in unconstrained space, a depiction of the area that can be reached from a point (typically a service facility) in less than a specified distance or other accumulated cost.[13] For example, the preferred service area for a fire station would be the set of street segments it can reach in a small amount of time. When there are multiple facilities, each edge would be assigned to the nearest facility, producing a result analogous to a Voronoi diagram.[14]

Fault analysis[]

A common application in public utility networks is the identification of possible locations of faults or breaks in the network (which is often buried or otherwise difficult to directly observe), deduced from reports that can be easily located, such as customer complaints.

Transport engineering[]

Traffic has been studied extensively using statistical physics methods.[15][16][17] Recently a real transport network of Beijing was studied using a network approach and percolation theory. The research showed that one can characterize the quality of global traffic in a city at each time in the day using percolation threshold, see Fig. 1. In recent articles, percolation theory has been applied to study traffic congestion in a city. The quality of the global traffic in a city at a given time is by a single parameter, the percolation critical threshold. The critical threshold represents the velocity below which one can travel in a large fraction of city network. The method is able to identify repetitive traffic bottlenecks. [18] Critical exponents characterizing the cluster size distribution of good traffic are similar to those of percolation theory.[19] It is also found that during rush hours the traffic network can have several metastable states of different network sizes and the alternate between these states.[20]

An empirical study regarding the size distribution of traffic jams has been performed recently by Zhang et al.[21] They found an approximate universal power law for the jam sizes distribution.

A method to identify functional clusters of spatial-temporal streets that represent fluent traffic flow in a city has been developed by Serok et al.[22] G. Li et al.[23] developed a method to design an optimal two layer transportation network in a city.

Percolation traffic networks
Fig. 1: Percolation of traffic networks in a typical day in Beijing. A Shows the high speed clusters. In B one can see the clusters at the critical threshold, where the giant component breaks. C Shows the low speed case where one can reach the whole city. In D, one can see the percolation behavior of the largest (green) and second largest (orange) components as a function of relative speed. E Shows the critical threshold, q, during the day for working days and weekends. High q means good global traffic while low q is bad traffic—during rush hour.

Flow patterns of traffic[]

River-like patterns of traffic flow in urban areas in large cities during rush hours and non rush hours have been studied by Yohei Shida et al.[24]

See also[]

References[]

  1. ^ Barthelemy, Marc (2010). "Spatial Networks". Physics Reports. 499 (1–3): 1–101. arXiv:1010.0302. Bibcode:2011PhR...499....1B. doi:10.1016/j.physrep.2010.11.002. S2CID 4627021.
  2. ^ Euler, Leonhard (1736). "Solutio problematis ad geometriam situs pertinentis". Comment. Acad. Sci. U. Petrop 8, 128–40.
  3. ^ Tinkler, K.J. (1977). "An Introduction to Graph Theoretical Methods in Geography" (PDF). CATMOG (14).
  4. ^ Ahuja R K, Magnanti T L, Orlin J B (1993) Network flows: Theory, algorithms and applications. Prentice Hall, Englewood Cliffs, NJ, USA
  5. ^ Daskin M S (1995) Network and discrete location — models, algorithms and applications. Wiley, NJ, USA
  6. ^ "What is a network dataset?". ArcGIS Pro Documentation. Esri.
  7. ^ "Network elements". ArcGIS Pro Documentation. Esri. Retrieved 17 March 2021.
  8. ^ deSmith, Michael J.; Goodchild, Michael F.; Longley, Paul A. (2021). "7.2.1 Overview - network and locational analysis". Geospatial Analysis: A Comprehensive Guide to Principles, Techniques, and Software Tools (6th revised ed.).
  9. ^ Worboys, Michael; Duckham, Matt (2004). "5.7 Network Representation and Algorithms". GIS: A Computing Perspective (2nd ed.). CRC Press. pp. 211–218.
  10. ^ Dijkstra, E. W. (1959). "A note on two problems in connexion with graphs" (PDF). Numerische Mathematik. 1: 269–271. doi:10.1007/BF01386390. S2CID 123284777.
  11. ^ "v.net.salesman command". GRASS GIS manual. OSGEO. Retrieved 17 March 2021.
  12. ^ deSmith, Michael J.; Goodchild, Michael F.; Longley, Paul A. (2021). "7.4.2 Larger p-median and p-center problems". Geospatial Analysis: A Comprehensive Guide to Principles, Techniques, and Software Tools (6th revised ed.).
  13. ^ deSmith, Michael J.; Goodchild, Michael F.; Longley, Paul A. (2021). "7.4.3 Service areas". Geospatial Analysis: A Comprehensive Guide to Principles, Techniques, and Software Tools (6th revised ed.).
  14. ^ "v.net.alloc command". GRASS GIS documentation. OSGEO. Retrieved 17 March 2021.
  15. ^ Helbing, D (2001). "Traffic and related self-driven many-particle systems". Reviews of Modern Physics. 73 (4): 1067–1141. arXiv:cond-mat/0012229. Bibcode:2001RvMP...73.1067H. doi:10.1103/RevModPhys.73.1067. S2CID 119330488.
  16. ^ S., Kerner, Boris (2004). The Physics of Traffic : Empirical Freeway Pattern Features, Engineering Applications, and Theory. Berlin, Heidelberg: Springer Berlin Heidelberg. ISBN 9783540409861. OCLC 840291446.
  17. ^ Wolf, D E; Schreckenberg, M; Bachem, A (June 1996). Traffic and Granular Flow. Traffic and Granular Flow. WORLD SCIENTIFIC. pp. 1–394. doi:10.1142/9789814531276. ISBN 9789810226350.
  18. ^ Li, Daqing; Fu, Bowen; Wang, Yunpeng; Lu, Guangquan; Berezin, Yehiel; Stanley, H. Eugene; Havlin, Shlomo (2015-01-20). "Percolation transition in dynamical traffic network with evolving critical bottlenecks". Proceedings of the National Academy of Sciences. 112 (3): 669–672. Bibcode:2015PNAS..112..669L. doi:10.1073/pnas.1419185112. ISSN 0027-8424. PMC 4311803. PMID 25552558.
  19. ^ Switch between critical percolation modes in city traffic dynamics, G Zeng, D Li, S Guo, L Gao, Z Gao, HE Stanley, S Havlin, Proceedings of the National Academy of Sciences 116 (1), 23-28 (2019)
  20. ^ G. Zeng, J. Gao, L. Shekhtman, S. Guo, W. Lv, J. Wu, H. Liu, O. Levy, D. Li, ... (2020). "Multiple metastable network states in urban traffic". Proceedings of the National Academy of Sciences. 117 (30): 17528–17534. doi:10.1073/pnas.1907493117. PMC 7395445. PMID 32661171.CS1 maint: multiple names: authors list (link)
  21. ^ Scale-free resilience of real traffic jams, Limiao Zhang, Guanwen Zeng, Daqing Li, Hai-Jun Huang, H Eugene Stanley, Shlomo Havlin, Proceedings of the National Academy of Sciences 116(18), 8673-8678 (2019)
  22. ^ Nimrod Serok, Orr Levy, Shlomo Havlin, Efrat Blumenfeld-Lieberthal (2019). "Unveiling the inter-relations between the urban streets network and its dynamic traffic flows: Planning implication". SAGE Publications. 46 (7): 1362.CS1 maint: multiple names: authors list (link)
  23. ^ G. Li, S.D.S. Reis, A.A. Moreira, S. Havlin, H.E. Stanley, J.S. Andrade Jr. (2010). "Towards Design Principles for Optimal Transport Networks". Phys. Rev. Lett. 104 (1): 018701. arXiv:0908.3869. Bibcode:2010PhRvL.104a8701L. doi:10.1103/PhysRevLett.104.018701. PMID 20366398. S2CID 119177807.CS1 maint: multiple names: authors list (link)
  24. ^ Y. Shida, H. Takayasu, S. Havlin, M. Takayasu (2020). "Universal scaling laws of collective human flow patterns in urban regions". Scientific Reports. 10 (1): 21405. doi:10.1038/s41598-020-77163-2. PMC 7722863. PMID 33293581.CS1 maint: multiple names: authors list (link)
Retrieved from ""