Module 3 | Network Analysis

The topic of Module III: Network Analysis has a special meaning to me. I have worked and teach a bit on networks and accessibility. In my case, on ground transportation networks and spatial distribution of assets in the urban environment. These networks are usually planar, and links are constrained by the spatial location of the nodes and by the costs of constructing (and maintaining) the transportation infrastructure. Other physical networks (aerial, maritime, logistical) are less constrained by the physical determinants of the connections (see Rodrigue, 2020):


No doubt, the topologies of social networks can get much more complex! Apart from that, I would say that the vast majority of metrics about the geometry and structure of a network (and the process of solving an optimization problem in a network environment) are pretty similar in transportation and social networks. For example, there are technical equivalences in solving least-cost paths, Hamiltonian paths, and service areas (I recommend de Smith et al, 2018, Ch. 7 for an updated overview of these techniques for spatial planning applications). In social networks, for example, least-cost paths, Hamiltonian problems, and “topological” service areas could be used to optimize transmission of information between target nodes. They could also be used to detect regions in the social network that remain beyond the limits of a "social" catchment area (e.g. beyond the reach of a marketing campaign launched on social media).

The basic idea in both network models is to use a “graph”, which is a mathematical way to represent systems as a collection of points (a.k.a. nodes, vertices) and lines (a.k.a. edges, vertices, arcs) that connect such points. Vertices in transportation networks can also be directed (different directions along the road may involve different travel costs) or undirected (travel costs are irrespective of direction). Typically, links in transportation networks are weighted based on distance or a combination of costs (time, fuel, maintenance, personnel…). Clearly, single-mode and two-mode networks are typical in transportation systems too. In the transportation case, however, adjacency matrices have become the standard for the tabular representation and analysis of the network.

 

I also see some equivalent uses of network metrics in social and transportation network modeling. To give a few examples (apologies for the quality of the next images):





Another interesting development has been that of Spatial Syntax for urban design, where the primal syntax problem (= to regard streets as nodes connected by junctions) is transformed to the dual syntax problem (= to relate street junctions through streets). In the next image, we go from the physical planar network (a) to the primal syntax representation (b) to the dual syntax representation (c) (Batty, 2004):


References

  • J.P. Rodrigue (2020). The Geography of Transport Systems. [URL]
  • M.J. de Smith, M.F. Goodchild, P.A. Longley (2018). Geospatial Analysis, 6th edition. Drumlin Security Ltd. [URL]
  • M. Batty (2004). A new theory of space syntax. CASA Working Papers Series, 75. Casa, UCL, ISSN: 1467-1298 [URL


Comments

  1. Hi Fernando, Thanks for sharing....I got to learn a little bit more of your work experience and how this chapter correlates to your profession! At first, when I was reading Barabasi's Computational Science document, and also listened to the video, I was conceptualizing it only through the lens of the "IT World" . After going through the lectures, reading Facebook posts from others on the class group page, and blogs like yours, It helped me to have a comprehensive overview of how Networks function.

    Needless to say it was a very insightful module!

    Regards,

    Tendai.

    ReplyDelete
  2. This was a fascinating look at a different application of graph theory to describe real world networks. It's an another example of how the same math can describe unrelated phenomena.

    Maritime networks reming me of circular networks from the lecture.

    ReplyDelete
  3. Great write up and analysis Feranando, I enjoyed looking over the simplified network graphs that you included as part of your article. Network models and the thinking of 'shortest path' is something I've seen leveraged multiple times within the deep learning domain for data science and machine learning. It's very interesting to learn exactly where this thinking stemmed from.

    Michael

    ReplyDelete
  4. Hi Fernando,

    Thanks for sharing your analysis on graphs and how it relates to the lectures. Very well done! I didn't really understand your tidbit about spatial syntax for modern design but it got me curious and led me down a rabbit hole of google searches and I'm happy to say I learned something really interesting. So thank you for brining it up and retroactively I understand your point a bit more.

    Unrelatedly, but akin to, the way that streets are represented in google maps are interesting. They are represented as a directed graph but there are no physical limitations on streets. Which means in small towns and rural areas it can be fine to turn around a small road. Just a small example of how sometimes our graphs fail to represent the real world.

    ReplyDelete
  5. Hi Fernando,

    Thanks for the introduction to networks in the urban planning sphere. It actually reminded me of a podcast that I listened to that asked three experts on their understanding of networks. One case was about the changing understanding of how trees grow in a forest through a interconnected mass of roots that shared nutrients and another speaker who used networks to go from high school dropout to VP of Hooters. The reason I bring this podcast up is the third segment which discussed the networks involved in commuting.

    The talk mentioned how visualizations of road networks is stunted because we are using a single plane of transportation. This is why traffic and commuting is such a headache. Besides the most advanced major cities, there is no thought given to a 3d commuting space with underground, air, sideways, diagonal, etc. spaces thought of as transportation venues. Why are we not building two story buses that cars can drive under. Why are major cities in the US still behind on subways and trains.

    Thanks for sharing
    -Dustin

    ReplyDelete

Post a Comment