Next Article in Journal
On-Farm Water Use Efficiency: Impact of Sprinkler Cycle and Flow Rate to Cool Holstein Cows during Semi-Arid Summer
Previous Article in Journal
Effectiveness of Agricultural Extension on Paddy Rice Farmer’s Baubau City, Southeast Sulawesi, Indonesia
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Graph Representation of the 15-Minute City: A Comparison between Rome, London, and Paris

1
Dipartimento di Architettura, Università Roma Tre, 00153 Rome, Italy
2
Dipartimento di Matematica e Fisica, Università Roma Tre, 00146 Rome, Italy
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(4), 3772; https://doi.org/10.3390/su15043772
Submission received: 3 January 2023 / Revised: 14 February 2023 / Accepted: 15 February 2023 / Published: 18 February 2023

Abstract

:
We studied the structure of the 15-minute city by measuring the distances from the services on spatial graphs. While the concept of the 15-minute city is rapidly spreading, its operative definition can be of help for planning and understanding the possibilities of the general idea. For three European cities (Rome, Paris, and London), we developed a method to calculate pedestrian travel time to reach services for all the possible paths on urban graphs, finding that the 15-minute city generally has multiple connected components and that the services have not necessarily been part of it. This algorithm was used to to make a quantitative comparison between the cities, showing that Paris and London have a stronger 15-minute characterization than Rome. By generalizing the method, it was possible to define a 15-minute urban index, which quantitatively characterizes this city feature. The results seem to be promising because, at the cost of the massive use of computational time, a digital model for the city can be generated: a planning tool to simulate urban solutions and a rigorous criterion for evaluating how much a city can be considered a 15-minute city.

1. Introduction

The 15-minute city, “where locals are able to access all of their basic essentials at distances that would not take them more than 15 min by foot or by bicycle”, is a possible criterion for realizing sustainable urban regeneration [1,2]. Although Carlos Moreno’s model was preceded by other experiences (complete neighborhoods, 20-minute neighborhoods, and local life circle parameters) [3], the 15-minute city (hereafter 15-MC) has achieved popularity through its adoption as a policy in Paris, France [4]. Afterwards, both academics and professionals tried to provide a more accurate and quantitative definition of the general concept [3,5]. The theory of “chrono-urbanism” [6] has been studied as a way to improve the quality of life [7], and the 20-minute city model [8] has been analyzed as a possible strategy to shape smart cities [9].
While there is consensus on the relevance of the proximity to services to improve the urban environment, the services that should be taken into account are still being debated [10]. Recent analyses have suggested, for example, giving preference to grocery stores [11], while the C-40 network published the core principles of a 15-minute city: “residents of every neighbourhood have easy access to goods and services, particularly groceries, fresh food and healthcare” [12].
The recent COVID-19 pandemic motivated several studies on the proximity city and the need for its reorganization [13]. Still, the energy crisis due to post-pandemic events have reinforced the need for solutions to access services while consuming the minimum amount of energy [14]. Because the 15-MC is a possible approach, many authors have identified recommendations for its realization [15,16].
The analysis of the literature on this subject (see, for example, a review [2]) shows that a quantitative characterization of 15-MC is needed to implement the recommendations. For this purpose, many authors have used the urban graphs approach to calculate walking time and define proximity [2,7]. Walking time can be calculated from a census block [17] or from the geographic center of a block, while some authors suggested using travel sheds around utilities [8]. Moreover, the spatial patterns on graphs as a function of different variables can also be considered [7].
The necessity of directly calculating the 15-MC on a graph without using blocks, centroids, or spatial approximations is therefore evident. In the same way, it seems necessary to have a method to consider the inhomogeneity of services. To solve these problems, one can measure the shortest path on the graphs starting from the service and subsequently calculate the intersections of different graphs, as shown in the next sections.
In order to identify a generic t-minute zone, a buffer can be drawn on the map of a city: a circle or a polygon centered on the service with a radius smaller than the distance that a pedestrian can travel in t minutes, but GIS-based measurement tools can provide more detailed and usable results using the distances on the graphs [18]. Therefore, in the last few years, representation by means of urban graphs has been used to refine the concept of the 15-minute city [19], even if often the large amount of computer time needed to find all the shortest paths on the graphs has favored the choice of Euclidean measures rather than the distances on the graphs [19]. The Euclidean approach, however, does not take into account the detailed topology of urban road networks, which often shows a complex structure, where the shortest path to a service may take longer than t inside the circle. Venice, Italy, is perhaps one of the extreme examples of this complexity [20], but even modern cities that have spontaneously grown require tortuous paths to reach neighboring points in the Euclidean sense [21,22]. By identifying all the possible routes to a given service, the result is a capillary network for which it is possible to accurately measure the travel times and act locally to improve accessibility.
In order to transform the concept of the 15-minute city into an effective planning tool, a graph representation of the city is used [23,24]. This representation is traced back to Euler’s solution to the Königsberg bridge problem [25], which in recent times still provides with useful results and improves the understanding of the structure and functions of cities [20,26,27]. In this framework, it is quite simple to give a quantitative connotation of the 15-MC sustainability criterion; but, as noted in [19], the approach involves a large computational effort for the the search for the shortest path on the graph [28]. However, as the following paragraphs show, the possibility of parallelizing the algorithms and the availability of fast processors make the computation possible even for very large cities, i.e., for graphs with a large number of nodes.
This paper is organized as follows: The next section is devoted to defining the general t-minute city (hereafter t-MC) on an urban graph with respect to a given set of services. In Section 3, the theoretical results are used to compare the structures of Rome, Paris, and London. The following secion includes the results, in particular the introduction of a 15-MC index. Finally, the model and its possible developments are discussed together with its possible developments.

2. A Graph Model of the 15-Minute City

Graph theory has often been used to model urban environments, for example, to analyze traffic congestion using Poissonian [27] graphs or for the study of the topology of the London road network by means of Erdös-Rényi random graphs [29]. A planar graph G ( V , E ) is a set of vertices V and a set of edges E V × V . The planarity is granted by Euler’s polyhedron formula | V | | E | + A = 2 , where A is the number of the faces [30]. The nodes of G are the intersections of the roads, and the lengths of the edges are proportional to the travel time with a coefficient, which is the speed of the pedestrians.
When placing a service on the node f V , as shown in Figure 1a, it is possible to find the shortest paths to reach it from any vertex of the graph (Figure 1b) and therefore the corresponding travel time.
In Figure 1b, the (possibly overlapping) shortest paths starting from nodes 10, 15, and 30 to f are shown. By applying the shortest path search algorithm to all the nodes of the graph, we find all the vertices of G that are less then 15 min away from f, as shown in Figure 1c.
If two services f 1 and f 2 of the same type are available, a pedestrian can reach one or the other indifferently, as shown in Figure 1d. To generalize the procedure, f i = ( f 1 i , f 2 i , , f N i i ) is the list of N i services of type i, and C k i = ( C 1 i , C 2 i , , C N i i ) are the nodes that reach f i in less than 15 min. The set of vertices that form a 15-MC with respect to services of type i is given by the union of all these vertices
C i = k = 1 N i C k i V
If two services of the same type f 1 and f 2 are far enough, the intersection of C 1 C 2 could be empty because there are no points that reach both services in less than 15 min, and the corresponding graph is not connected. If the services f 1 and f 2 are close enough, the intersection is not empty, and the set of 15-minute points is larger than that accessing a single service. This simple observation also shows that if the 15-MC is calculated on the urban graph, one can immediately recognize the places where it is necessary to intervene to reconnect, for example, the two sections of the city. Finally, one can consider the case of two different services f and g which must both be reached in less than 15 min. In this case, Equation (1) can be used to compute the two sets of vertices that reach f and g in less than 15 min, and then the intersection is found by selecting only the points that access both, as shown in Figure 2.
It can be observed that, in general, the services do not necessarily belong to the intersection set. In general, when there are K types of services, the set of the 15-minute vertices is
C = i = 1 K C i = i = 1 K j = 1 N i C k j V
Given the two graphs G ( V , E ) and G ( V , E ) , G is a subgraph of G if V V and E E , and we write G G . Therefore, if G C is the graph induced on G by the vertices C, then the 15-MC graph is the subgraph G C of the urban graph G [31].
Despite the simplicity of this formula, it can reveal hidden urban characteristics, such as disjointed components of subgraph G C . The set C depends on the travel time t, the service matrix s , and the travel speed v: the 15-MC of cyclists is different from the 15-MC of pedestrians. The graph of the 15-MC can be defined as
G C = G C ( C , E C ; t , s , v ) G
From this equation, it is evident that there is no single 15-minute city, but each set of services defines a possible city. Moreover, we can see that by varying the parameter t, the area can be expanded to obtain a hierarchical map of the t-MC, as shown below. In summary, the definition (3), together with the algorithm to calculate it, can be used in real cases to verify if an urban area is a 15-MC and to find the optimal location of new services as well as corrective actions.

3. The 15-MC Graph and Urban Analysis

Equation (3) was used to check the characteristics of the 15-MC by comparing three European cities: Rome (Italy), Paris (France), and London (United Kingdom). The choice of the cities was based on their structural and historical homogeneity: a river as a physical division of the territory, the demolition of historical areas, and the expansion of weakly connected suburbs. The three cities also show similar evolution from theor ancient to modern urban layout.
Modern London expanded with the rapid growth of suburbs in the 1800s as a result of large population growth. Medieval Paris, partially restored in the 18th century and redesigned by Haussmann in the 19th century, expanded in the 1900s with the construction of new suburbs to cope with population growth. In the 19th and 20th centuries, some parts of the historic center of Rome were demolished to create large avenues. These cities seem suitable to exemplify and clarify the proposed method of analysis and enable comparison, which can be extended to any other city. The three cities were also chosen for their relationships with 15-MC. The transformation plan of Paris into 15-MC is one of the objectives of the current administration [4]; London is starting to move in the same direction [32]. Yet, the case of Rome is more complex due to the disorderly growth of the suburbs [33]. All the maps we used were taken from Open Street Maps [34]. The WGS-84 coordinates of the bounding boxes were ( 41.7882 , 41.9952 , 12.3644 , 12.6281 ) for Rome, ( 48.7947 , 48.9085 , 2.2467 , 2.4321 ) for Paris, and ( 51.2473 , 51.6792 , 0.4944 , 0.2774 ) for London.
As discussed in the previous section, we needed to know the vertices of the graph, their geographic coordinates, and the edges (pairs of vertices) connecting them. These data were easily obtained from Open Street Maps [34] using the OSMnx python [35] library. It is important to emphasize that the accuracy of the results is related to the accuracy and reliability of the OSM data [36]. However, while the scope of this study is mainly methodological, the OSM data perform well for demonstration purposes. In order to use the method for planning purposes, planners need to be equipped with accurate and reliable datasets that are generally available to city governments.
On the graphs, it is possible to identify all the sequences of adjacent edges starting from the closest node to the given service. This approximation is good enough because the paths between two nodes are usually short. However, in the case of very long streets (a feature that often characterizes urban sprawl [37]), to improve the model’s accuracy, it would be sufficient to insert additional nodes on the edges to segment them into shorter sections. The services selected for the analysis were pharmacies, post offices, and supermarkets: three services that correspond to the three primary needs of food, health, and administration, but any set of services can be chosen as parameters of Equation (3). The selected services are nonetheless significant due to their importance and diversity to clarify the methodological characteristics of the model. When assuming ≃1.22 m/s as the average speed of a [38] pedestrian, Equation (3) becomes
G C C , E C ; 15 min , ( pharmacies , post offices , supermarkets ) , 1.22 m / s

Rome, Paris, and London: A Comparison

To compare the 15-MC properties of the three cities, a 488 km2 area was chosen inside a 22 km side-square. First, using the OSMx data, it was possible to identify the walkable streets with the edges of the graph and the intersections with the nodes, emphasizing that a road can also intersect itself by adding an extra node. The resulting graph is undirected because pedestrians can walk the streets in both directions.
The following step was finding the coordinates of the services on the map and placing them on the closest road by inserting an additional node, with a negligible positioning error. Finally, for each node of the same type of service, the set of points reachable in less than 15 min could be found. For the analysis, the slope of the roads or the ease of traveling, as suggested by some authors [39], was not considered as a first approximation, choosing instead the average value of 1.22 m/s for pedestrian speed [38], which is slightly lower than that used in [19]. After having calculated all the nodes that could be reached in less than 15 min, it is immediate to find the union of all these nodes sets according to Equation (1). It is worth pointing out that in this way, the 15-MC was calculated starting from services and not from houses.
Graph G C for the city of Rome is shown in Figure 3. It can be observed that while the city center is definitively a 15-MC, moving radially towards the periphery, this characteristic is progressively lost.
By comparing the properties of graph G with those of the 15-min G C , information on the structure of the 15-MC was obtained. The G graph has 122 , 961 edges, while the G C graph has 76 , 142 edges. The | C | / | E | ratio between the number of edges | C | and the number of edges | E | is 0.62; therefore, 62% of the pedestrian street network graph can be considered a 15-MC.
The few red zones in the central area are parks or archaeological areas, but moving towards the periphery, some inhabited urban areas do not belong to the 15-MC. By looking at the details of one of these areas, it is possible to identify the roads where reconnection interventions with the rest of the city are necessary. By way of example, Figure 4 shows a magnification of the area of Rome Magliana (WGS-84: ( 41.8340 , 41.8682 , 12.4328 , 12.4822 ) ), where the inhabitants of the district cannot reach the services in less than 15 minutes.
The map of Figure 4 shows where to “mend” the urban fabric, for example by placing a missing service or by improving the connection. Still, the interventions do not necessarily have to be placed on the red areas, but rather the Equation (3) can be used as a diagnostic tool, positioning the interventions in a suitable place on the graph and repeating the simulation to verify the new 15-MC. The 15 min area is often considered one of the tools to reduce emissions and global warming [2], but to evaluate the effects it is necessary to carry out numerical simulations.
Repeating the same analysis for the city of Paris, the results are shown in Figure 5, where | E | = 192 , 633 , | C | = 171 , 369 , and the ratio | E | / | C | = 0.89 . Again, this number is affected by the presence of green spaces, so this ratio is only indicative. However, in the next section, a definition of this index that takes into account the possible biases is given.
Finally, the city of London has a 15-MC structure similar to that of Paris but different from that of Rome, as can be seen in Figure 6, with | C | / | E | = 0.82 . The overall comparison of the three cities shows that Rome is a 15-MC around its center, but this feature fades when moving towards the periphery. Paris, on the contrary, has a compact 15-MC structure with very few red zones corresponding mostly to green areas, while the center of London is more similar to that of Rome. Moving towards the suburbs, the 15-MC property does not break down, giving rise to a set of weakly connected 15-MC zones.
Table 1 is a summary of these properties for the three cities.

4. Results

The analysis presented in the previous section provides maps of the 15-MC. Still, a more detailed analysis is essential to obtain a deeper understanding of the differences between cities and to define possible quantitative targets for urban organization. When selecting circles on the map and measuring the ratio | C | / | E | within these areas, it is possible to obtain indications of the radial evolution of 15-MC. Thus, the definition of an index γ ( r , x 0 ; t , s , v ) , as a function of the radius r with respect to a given origin x 0 , can be used to characterize the 15-MC and compare different cities or areas of the same city. Formally, the index γ is given by
γ ( r , x 0 ; t , s , v ) | C ( r , x 0 ; t , s , v ) | / | E |
where x 0 is the center, and r is the radius. The center x 0 can be placed on a possible city center, consistent with the analyses of 15-MC, which confirm that the center tends to be more 15-MC than suburban areas [39]. The value of x 0 is the average value of the spatial coordinates of the services. For the city of Rome, this point is located at Esquilino Hill, very close to the place of foundation, confirming the urban structure’s historical radial development [40]. In Paris, the mean value of the services is near the Jardin du Luxembourg, while in London, it is at St. John’s Smith square, Westminster.
The plot of the values of γ for different values of r with the parameters of Equation (4) is shown in Figure 7.
The index is still dependent on the green areas, the archaeological areas, or the brown fields [41], but as r increases, it very clearly shows the trend in the 15-MC characteristics. A possible generalization of the index takes into account the properties or weights w ( e ) , e E of each edge, such as the length of the path, the population density [39], or the slope of the streets
γ = e E w ( e ) c C w ( c )
and, therefore, Equation (7) becomes a special case where all w ( · ) have the same value. If w ( · ) is the population density, the edges of the parks and archaeological area have w = 0 , and the index γ is not biased.
Finally, using Equation (3), it possible to draw a graph where the properties of t-MC with different values of t are highlighted. This use of the equation clarifies the potential of the proposed model because it allows hierarching t-MC urban properties. For this purpose, the algorithm in Equation (3) was used to compute the t-minutes graph with different values of t for the peripheral area centered on the Tor Bella Monaca district in Rome (WGS-84: ( 41.8237 , 41.9066 , 12.5735 , 12.6988 ) ), which includes an internal and external part of the GRA, newly urbanized areas, and the campus of the University of Tor Vergata. The Tor Bella Monaca district was chosen as a paradigm of one of the many Roman suburbs created in the 1930s. The area is characterized by its remoteness from the center and the lack of public services and facilities. By progressively applying the method, each street was assigned a t-MC label indicating the level of connectivity with the rest of the city, as shown in Figure 8 for t = { 15 , 16 , , 30 } .
This map does not explicitly suggest to the planner where to modify the most disconnected edges but rather shows how to design an urban intervention and then to repeat the simulation to examine how the graph would transform.

5. Discussion

The proposed method generalizes the studies focused on the quantitative characterization of the 15-MC. The method requires a large computing capacity to find the graphs and a run time that increases with the number of services and the size of the area. On the other hand, the result is extremely detailed and can be used as a digital model of the city to test possible solutions for mobility, for the placement of services, and for planning [42], as well as to predict and measure their effectiveness.
Our analysis shows the convenience of computing the properties of the 15-MC starting from services and not from houses. This simple approach drastically reduces the computational time, giving detailed maps of the urban area. The availability of these maps is of great help for planning services for 15-MC [43], for example, by superimposing these maps on those of the emissions and measuring their statistical correlation. The centrality of the services is useful to rethink the urban layout of workplaces, especially due to the expansion of coworking places [44,45], while the reliability of the model can be easily verified experimentally by measuring the displacements of actual pedestrians.
The second relevant aspect of the model is that the 15-MC is calculated on a set of heterogeneous services, thus showing the possible conflict between two types of utilities on the graph. In this sense, the graph topology given by Equation (3) is also the map of possible space use conflicts.
The paths on the graph are the shortest paths, which are not necessarily chosen by pedestrians, and this is a possible limitation of the method. However, it must also be emphasized that the model is a sort of ground state for the 15-MC, while the development of the method should include other variables (for example, the slope or the dangerousness of a road).
Finally, the proposed tool is intended to provide indications on the places in which to intervene and to simulate the effects of an intervention. Further developments lead to the possibility of comparing different shapes of the 15-MC for different services. In fact, the 15-MC with respect to one set of services may conflict with the 15-MC with respect to another class of services, and at the moment there is no model that indicates how these different cities can interact and coexist. The 15-MC index can also be related to the population density, which may impact on the evaluation of the necessity to include an additional service or not.
Furthermore, due to the growing trend towards soft mobility and the use of electric vehicles, it is also interesting to investigate the different 15-MC for different means of transport and not only for pedestrian movement.
The possibility of labeling each street with its t-MC property also allows the exploitation of labels for the construction of a syntax model of t-MC space [46], following the line graph contraction method described in [26].
Finally, the results of this work contribute to urban planning assisted by numerical simulations. In fact, when placing a set of ideal services on the graph, it is possible to exploit the algorithm as an evaluation tool by simulating the city’s transformations.

Author Contributions

Conceptualization, L.B., R.D., P.M. and I.M.; methodology, R.D.; software, R.D.; validation, R.D.; formal analysis, R.D.; investigation, R.D.; resources, R.D.; data curation, R.D.; writing—original draft preparation, R.D.; writing—review and editing, P.M. and I.M.; visualization, R.D.; supervision, P.M. and I.M.; project administration, P.M.; funding acquisition, P.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Projects of Relevant National Interest (PRIN) 2017 ongoing research project: “TECH-START-key enabling TECHnologies and Smart environmenT in the Age of gReen economy. Convergent innovations in the open space/building system for climaTe mitigation”.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors would like to thank Salvatore Monni for bringing our attention to the importance of considering population density as a possible weight for the edges of the graph. We also want to thank Simone Ombuen and Andrea Filpa for their inspiring observations during model development, and Marco Spada and Sophia Arbara for their suggestions to improve the text.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
15-MC15-minute city
t-MCgeneric t-minute city

References

  1. Moreno, C.; Allam, Z.; Chabaud, D.; Gall, C.; Pratlong, F. Introducing the 15-minute city: Sustainability, resilience and place identity in future post-pandemic cities. Smart Cities 2021, 4, 93–111. [Google Scholar] [CrossRef]
  2. Allam, Z.; Bibri, S.E.; Chabaud, D.; Moreno, C. The Theoretical, Practical, and Technological Foundations of the 15-minute City Model: Proximity and Its Environmental, Social and Economic Benefits for Sustainability. Energies 2022, 15, 6042. [Google Scholar] [CrossRef]
  3. Marchigiani, E.; Bonfantini, B. Urban Transition and the Return of Neighbourhood Planning. Questioning the Proximity Syndrome and the 15-Minute City. Sustainability 2022, 14, 5468. [Google Scholar] [CrossRef]
  4. Pozoukidou, G.; Chatziyiannaki, Z. 15-Minute City: Decomposing the New Urban Planning Eutopia. Sustainability 2021, 13, 928. [Google Scholar] [CrossRef]
  5. Gaglione, F.; Gargiulo, C.; Zucaro, F.; Cottrill, C. Urban accessibility in a 15-minute city: A measure in the city of Naples, Italy. Transp. Res. Procedia 2022, 60, 378–385. [Google Scholar] [CrossRef]
  6. Mulíček, O.; Osman, R.; Seidenglanz, D. Urban rhythms: A chronotopic approach to urban timespace. Time Soc. 2015, 24, 304–325. [Google Scholar] [CrossRef]
  7. Weng, M.; Ding, N.; Li, J.; Jin, X.; Xiao, H.; He, Z.; Su, S. The 15-minute walkable neighborhoods: Measurement, social inequalities and implications for building healthy communities in urban China. J. Transp. Health 2019, 13, 259–273. [Google Scholar] [CrossRef]
  8. Capasso Da Silva, D.; King, D.A.; Lemar, S. Accessibility in Practice: 20-Minute City as a Sustainability Planning Goal. Sustainability 2020, 12, 129. [Google Scholar] [CrossRef] [Green Version]
  9. Cocchia, A. Smart and Digital City: A Systematic Literature Review. In Smart City: How to Create Public and Economic Value with High Technology in Urban Space; Dameri, R.P., Rosenthal-Sabroux, C., Eds.; Springer International Publishing: Cham, Switzerland, 2014; pp. 13–43. [Google Scholar] [CrossRef]
  10. Gil Solá, A.; Vilhelmson, B. Negotiating Proximity in Sustainable Urban Planning: A Swedish Case. Sustainability 2019, 11, 31. [Google Scholar] [CrossRef] [Green Version]
  11. Hosford, K.; Beairsto, J.; Winters, M. Is the 15-minute city within reach? Evaluating walking and cycling accessibility to grocery stores in Vancouver. Transp. Res. Interdiscip. Perspect. 2022, 14, 100602. [Google Scholar] [CrossRef]
  12. C40 Knowledge Hub. How to Build Back Better with a 15-Minute City. 2020. Available online: https://www.c40knowledgehub.org/s/article/How-to-build-back-better-with-a-15-minute-city?language=en_US (accessed on 14 February 2023).
  13. Campisi, T.; Basbas, S.; Skoufas, A.; AkgÃŒn, N.; Ticali, D.; Tesoriere, G. The Impact of COVID-19 Pandemic on the Resilience of Sustainable Mobility in Sicily. Sustainability 2020, 12, 8829. [Google Scholar] [CrossRef]
  14. Campisi, T.; Severino, A.; Al-Rashid, M.A.; Pau, G. The Development of the Smart Cities in the Connected and Autonomous Vehicles (CAVs) Era: From Mobility Patterns to Scaling in Cities. Infrastructures 2021, 6, 100. [Google Scholar] [CrossRef]
  15. Pozoukidou, G.; Angelidou, M. Urban Planning in the 15-minute City: Revisited under Sustainable and Smart City Developments until 2030. Smart Cities 2022, 5, 1356–1375. [Google Scholar] [CrossRef]
  16. Khavarian-Garmsir, A.R.; Sharifi, A.; Sadeghi, A. The 15-minute city: Urban planning and design efforts toward creating sustainable neighborhoods. Cities 2023, 132, 104101. [Google Scholar] [CrossRef]
  17. Logan, T.; Hobbs, M.; Conrow, L.; Reid, N.; Young, R.; Anderson, M. The x-minute city: Measuring the 10, 15, 20-minute city and an evaluation of its use for sustainable urban design. Cities 2022, 131, 103924. [Google Scholar] [CrossRef]
  18. Caselli, B.; Carra, M.; Rossetti, S.; Zazzi, M. Exploring the 15-minute neighbourhoods. An evaluation based on the walkability performance to public facilities. Transp. Res. Procedia 2022, 60, 346–353. [Google Scholar] [CrossRef]
  19. Zhang, S.; Zhen, F.; Kong, Y.; Lobsang, T.; Zou, S. Towards a 15-minute city: A network-based evaluation framework. Environ. Plan. B Urban Anal. City Sci. 2022, 50. [Google Scholar] [CrossRef]
  20. Blanchard, P.; Volchenkov, D. Mathematical Analysis of Urban Spatial Networks; Springer: Berlin/Heidelberg, Germany, 2009; pp. 151–157. [Google Scholar]
  21. Buhl, J.; Gautrais, J.; Reeves, N.; Solé, R.V.; Valverde, S.; Kuntz, P.; Theraulaz, G. Topological patterns in street networks of self-organized urban settlements. Eur. Phys. J. B—Condens. Matter Complex Syst. 2006, 49, 513–522. [Google Scholar] [CrossRef]
  22. Burke, J.; Gras AlomÃ, R.; Yu, F.; Kruguer, J. Geospatial analysis framework for evaluating urban design typologies in relation with the 15-minute city standards. J. Bus. Res. 2022, 151, 651–667. [Google Scholar] [CrossRef]
  23. Cardillo, A.; Scellato, S.; Latora, V.; Porta, S. Structural properties of planar graphs of urban street patterns. Phys. Rev. E 2006, 73, 066107. [Google Scholar] [CrossRef] [Green Version]
  24. D’Autilia, R.; Spada, M. Shaping ideal cities: The graph representation of the urban utopia. Environ. Plan. B Urban Anal. City Sci. 2019, 46, 423–444. [Google Scholar] [CrossRef] [Green Version]
  25. Alexanderson, G.L. About the cover: Euler and Königsberg’s bridges: A historical view. Bull. Am. Math. Soc. 2006, 43, 567–573. [Google Scholar] [CrossRef]
  26. D’Autilia, R.; Spada, M. Extension of Space Syntax Methods to Generic Urban Variables. Urban Sci. 2018, 2, 82. [Google Scholar] [CrossRef]
  27. Achler, G.; Barra, A. A numerical investigation of the jamming transition in traffic flow on diluted planar networks. Int. J. Mod. Phys. B 2010, 24, 6351–6363. [Google Scholar] [CrossRef] [Green Version]
  28. Dijkstra, E.W. A note on two problems in connexion with graphs. Numer. Math. 1959, 1, 269–271. [Google Scholar] [CrossRef] [Green Version]
  29. Masucci, A.P.; Smith, D.; Crooks, A.; Batty, M. Random planar graphs and the London street network. Eur. Phys. J. B 2009, 71, 259–271. [Google Scholar] [CrossRef]
  30. Euler, L. Elementa Doctrinae Solidorum. Euler Archive—All Works. 1758. Available online: https://scholarlycommons.pacific.edu/euler-works/230/ (accessed on 14 February 2023).
  31. Diestel, R. Graph Theory; Electronic Library of Mathematics; Springer: Berlin/Heidelberg, Germany, 2006. [Google Scholar]
  32. Townsend, T. Spotlight: Is London Already a 15-Minute City? 2022. Available online: https://www.futureoflondon.org.uk/2022/09/20/spotlight-london-15-minute-city/?utm_source=rss&utm_medium=rss&utm_campaign=spotlight-london-15-minute-city (accessed on 14 February 2023).
  33. Trabalzi, F. Rethinking design for social housing: Space appropriation at the periphery of Rome. J. Urban. Int. Res. Placemaking Urban Sustain. 2010, 3, 131–144. [Google Scholar] [CrossRef]
  34. OpenStreetMap Contributors. 2017. Available online: https://www.openstreetmap.org (accessed on 14 February 2023).
  35. Boeing, G. OSMnx: New methods for acquiring, constructing, analyzing, and visualizing complex street networks. Comput. Environ. Urban Syst. 2017, 65, 126–139. [Google Scholar] [CrossRef] [Green Version]
  36. Zhao, P.; Yen, Y.; Bailey, E.; Sohail, M.T. Analysis of Urban Drivable and Walkable Street Networks of the ASEAN Smart Cities Network. ISPRS Int. J. Geo-Inf. 2019, 8, 459. [Google Scholar] [CrossRef] [Green Version]
  37. Yamu, C.; Van Nes, A. An Integrated Modeling Approach Combining Multifractal Urban Planning with a Space Syntax Perspective. Urban Sci. 2017, 1, 37. [Google Scholar] [CrossRef] [Green Version]
  38. Forde, A.; Daniel, J. Pedestrian walking speed at un-signalized midblock crosswalk and its impact on urban street segment performance. J. Traffic Transp. Eng. (Engl. Ed.) 2021, 8, 57–69. [Google Scholar] [CrossRef]
  39. Abdelfattah, L.; Deponte, D.; Fossa, G. The 15-minute city: Interpreting the model to bring out urban resiliencies. Transp. Res. Procedia 2022, 60, 330–337. [Google Scholar] [CrossRef]
  40. Carandini, A. The Atlas of Ancient Rome: Biography and Portraits of the City; Princeton University Press: Princeton, NJ, USA, 2017. [Google Scholar]
  41. di Cristofaro, M.; Di Pirro, E.; Ottaviano, M.; Marchetti, M.; Lasserre, B.; Sallustio, L. Greener or Greyer? Exploring the Trends of Sealed and Permeable Spaces Availability in Italian Built-Up Areas during the Last Three Decades. Forests 2022, 13, 1983. [Google Scholar] [CrossRef]
  42. Allam, Z.; Bibri, S.E.; Jones, D.S.; Chabaud, D.; Moreno, C. Unpacking the “15-Minute City” via 6G, IoT, and Digital Twins: Towards a New Narrative for Increasing Urban Efficiency, Resilience, and Sustainability. Sensors 2022, 22, 1369. [Google Scholar] [CrossRef] [PubMed]
  43. Townsend, T. Why Birmingham’s 15-Minute City Must Be Smart Too. 2021. Available online: https://www.greaterbirminghamchambers.com/latest-news/blogs/2021/6/why-birmingham-s-15-minute-city-must-be-smart-too (accessed on 14 February 2023).
  44. Manika, S. Transforming Vacant Commercial Spaces: From Localized Hotspots of Urban Shrinkage to “Smart” Co-Working Places. Open J. Soc. Sci. 2020, 8, 86–97. [Google Scholar] [CrossRef]
  45. Vallicelli, M. Smart cities and digital workplace culture in the global European context: Amsterdam, London and Paris. City Cult. Soc. 2018, 12, 25–34. [Google Scholar] [CrossRef]
  46. Hillier, B. Space Is a Machine: A Configurational Theory of Architecture; Cambridge University Press: Cambridge, UK, 1996. [Google Scholar]
Figure 1. A planar graph services and paths: (a) graph G; (b) in red the shortest paths from vertices 10, 15, and 30 to service f (c) 15-minute vertices for service f; (d) 15-minute vertices for two equivalent services f 1 and f 2 .
Figure 1. A planar graph services and paths: (a) graph G; (b) in red the shortest paths from vertices 10, 15, and 30 to service f (c) 15-minute vertices for service f; (d) 15-minute vertices for two equivalent services f 1 and f 2 .
Sustainability 15 03772 g001
Figure 2. Graph of 15-minute city. The green (red) nodes reach service g (f) in less than 15 min, while the green–red nodes can access both services in less than 15 min.
Figure 2. Graph of 15-minute city. The green (red) nodes reach service g (f) in less than 15 min, while the green–red nodes can access both services in less than 15 min.
Sustainability 15 03772 g002
Figure 3. Pedestrian street graph of Rome (red edges) and the subgraph corresponding to the city of 15 min with respect to pharmacies, post offices, and supermarkets (black edges).
Figure 3. Pedestrian street graph of Rome (red edges) and the subgraph corresponding to the city of 15 min with respect to pharmacies, post offices, and supermarkets (black edges).
Sustainability 15 03772 g003
Figure 4. A detail of the graph of the Magliana area in Rome. The red edges are the streets from where the pedestrians cannot reach post offices, supermarkets, or pharmacies in less than 15 min.
Figure 4. A detail of the graph of the Magliana area in Rome. The red edges are the streets from where the pedestrians cannot reach post offices, supermarkets, or pharmacies in less than 15 min.
Sustainability 15 03772 g004
Figure 5. The red edges represent the graph of the pedestrian streets of Paris, and the grey ones represent the subgraph of the 15-MC with respect to pharmacies, post offices, and supermarkets.
Figure 5. The red edges represent the graph of the pedestrian streets of Paris, and the grey ones represent the subgraph of the 15-MC with respect to pharmacies, post offices, and supermarkets.
Sustainability 15 03772 g005
Figure 6. The pedestrian street graph of London in red, and the subgraph corresponding to the 15-minute city with respect to pharmacies, post offices, and supermarkets in grey.
Figure 6. The pedestrian street graph of London in red, and the subgraph corresponding to the 15-minute city with respect to pharmacies, post offices, and supermarkets in grey.
Sustainability 15 03772 g006
Figure 7. The index γ (r, x0; 15 min, (pharmacies, post offices, and supermarkets), 1.22 m/s) for the cities of Rome, Paris, and London, where x 0 is the average coordinates of the services, and r is the distance in meters from x 0 .
Figure 7. The index γ (r, x0; 15 min, (pharmacies, post offices, and supermarkets), 1.22 m/s) for the cities of Rome, Paris, and London, where x 0 is the average coordinates of the services, and r is the distance in meters from x 0 .
Sustainability 15 03772 g007
Figure 8. Classification of the peripheral area around Tor Bella Monaca according to the different degrees of connectivity, from 15 to 30 min and more. m-MC is always a subset of n-MC if n m , and the edges that correspond to a longer path (in time) contain those of the shorter paths, giving rise to a topology of progressively included spaces.
Figure 8. Classification of the peripheral area around Tor Bella Monaca according to the different degrees of connectivity, from 15 to 30 min and more. m-MC is always a subset of n-MC if n m , and the edges that correspond to a longer path (in time) contain those of the shorter paths, giving rise to a topology of progressively included spaces.
Sustainability 15 03772 g008
Table 1. Comparison between the number of edges | C | and | E | and their ratio for the cities of Rome, Paris, and London.
Table 1. Comparison between the number of edges | C | and | E | and their ratio for the cities of Rome, Paris, and London.
City | C | | E | | C | / | E |
Rome76,142122,9610.62
Paris171,369192,6330.89
London156,442189,3980.82
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Barbieri, L.; D’Autilia, R.; Marrone, P.; Montella, I. Graph Representation of the 15-Minute City: A Comparison between Rome, London, and Paris. Sustainability 2023, 15, 3772. https://doi.org/10.3390/su15043772

AMA Style

Barbieri L, D’Autilia R, Marrone P, Montella I. Graph Representation of the 15-Minute City: A Comparison between Rome, London, and Paris. Sustainability. 2023; 15(4):3772. https://doi.org/10.3390/su15043772

Chicago/Turabian Style

Barbieri, Lorenzo, Roberto D’Autilia, Paola Marrone, and Ilaria Montella. 2023. "Graph Representation of the 15-Minute City: A Comparison between Rome, London, and Paris" Sustainability 15, no. 4: 3772. https://doi.org/10.3390/su15043772

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop