The Geography of Transport Systems

The spatial organization of transportation and mobility

Traffic Assignment Problem

traffic assignment in transport planning

Traffic assignment problems usually consider two dimensions.

  • Generation and attraction . A place of origin generates movements that are bound (attracted) to a place of destination. The relationship between traffic generation and attraction is commonly labeled as spatial interaction. The above example considers one origin/generation and destination/attraction, but the majority of traffic assignment problems consider several origins and destinations.
  • Path selection . Traffic assignment considers which paths are to be selected and the amount of traffic using these paths (if more than one unit). For simple problems, a single path will be selected, while for complex problems, several paths could be used. Factors behind the choice of traffic assignment may include cost, time, or the number of connections.

Share this:

TF Resource

Network assignment

What is Network Assignment?

Role of Network Assignment in Travel Forecasting

Overview of Methods for Traffic Assignment for Highways

All-or-nothing Assignments

Incremental assignment

Brief History of Traffic Equilibrium Concepts

Calculating Generalized Costs from Delays

Challenges for Highway Traffic Assignment

Transit Assignment

Latest Developments

Page categories

Topic Circles

Trip Based Models

More pages in this category:

# what is network assignment.

In the metropolitan transportation planning and analysis, the network assignment specifically involves estimating travelers’ route choice behavior when travel destinations and mode of travel are known. Origin-destination travel demand are assigned to a transportation network in order to estimate traffic flows and network travel conditions such as travel time. These estimated outputs from network assignment are compared against observed data such as traffic counts for model validation .

Caption:Example for a network assignment showing link-level truck volumes

Network assignment is a mathematical problem which is solved by a solution algorithm through the use of computer. It is usually resolved as a travel cost optimization problem for each origin-destination pair on a model network. For every origin-destination pair, a path is selected that typically minimizes travel costs. The simplest kind of travel cost is travel time from beginning to end of the trip. A more complex form of travel cost, called generalized cost, may include combinations of other costs of travel such as toll cost and auto operating cost on highway networks. Transit networks may include within generalized cost weights to emphasize out-of-vehicle time and penalties to represent onerous tasks. Usually, monetary costs of travel, such as tolls and fares, are converted to time equivalent based on an estimated value of time. The shortest path is found using a path finding algorithm .

The surface transportation network can include the auto network, bus network, passenger rail network, bicycle network, pedestrian network, freight rail network, and truck network. Traditionally, passenger modes are handled separately from vehicular modes. For example, trucks and passenger cars may be assigned to the same network, but bus riders often are assigned to a separate transit network, even though buses travel over roads. Computing traffic volume on any of these networks first requires estimating network specific origin-destination demand. In metropolitan transportation planning practice in the United States, the most common network assignments employed are automobile, truck, bus, and passenger rail. Bicycle, pedestrian, and freight rail network assignments are not as frequently practiced.

# Role of Network Assignment in Travel Forecasting

The urban travel forecasting process is analyzed within the context of four decision choices:

  • Personal Daily Activity
  • Locations to Perform those Activities
  • Mode of Travel to Activity Locations, and
  • Travel Route to the Activity Locations.

Usually, these four decision choices are named as Trip Generation , Trip Distribution , Mode Choice , and Traffic Assignment. There are variations in techniques on how these travel decision choices are modeled both in practice and in research. Generalized cost, which is typically in units of time and is an output of the path-choice step of the network assignment process, is the single most important travel input to other travel decision choices, such as where to travel and by which mode. Thus, the whole urban travel forecasting process relies heavily on network assignment. Generalized cost is also a major factor in predicting socio-demographic and spatial changes. To ensure consistency in generalized cost between all travel model components in a congested network, travel cost may be fed back to the earlier steps in the model chain. Such feedback is considered “best practice” for urban regional models. Outputs from network assignment are also inputs for estimating mobile source emissions as part of a review of metropolitan area transportation plans, a requirement under the Clean Air Act Amendments of 1990 for areas not in attainment of the National Ambient Air Quality Standard.

traffic assignment in transport planning

# Overview of Methods for Traffic Assignment for Highways

This topic deals principally with an overview of static traffic assignment. The dynamic traffic assignment is discussed elsewhere.

There are a large number of traffic assignment methods, but they all have at their core a procedure called “all-or-nothing” (AON) traffic assignment. All-or-nothing traffic assignment places all trips between an origin and destination on the shortest path between that origin and destination and no trips on any other possible path (compare path finding algorithm for a step-by-step introduction). Shortest paths may be determined by a well-known algorithm by Dijkstra; however, when there are turn penalties in the network a different algorithm, called Vine building , must be used instead.

# All-or-nothing Assignments

The simplest assignment algorithm is the all-or-nothing traffic assignment. In this algorithm, flows from every origin to every destination are assigned using the path finding algorithm , and travel time remains unchanged regardless of travel volumes.

All-or-nothing traffic assignment may be used when delays are unimportant for a network. Another alternative to the user-equilibrium technique is the stochastic traffic assignment technique, which assumes variation in link level travel time.

One of the earliest, computationally efficient stochastic traffic assignment algorithms was developed by Robert Dial. [1] More recently the k-shortest paths algorithm has gained popularity.

The biggest disadvantage of the all-or-nothing assignment and the stochastic assignment is that congestion cannot be considered. In uncongested networks, these algorithms are very useful. In congested conditions, however, these algorithm miss that some travelers would change routes to avoid congestion.

# Incremental assignment

The incremental assignment method is the simplest way to (somewhat rudimentary) consider congestion. In this method, a certain share of all trips (such as half of all trips) is assigned to the network. Then, travel times are recalculated using a volume-delay function , or VDF. Next, a smaller share (such as 25% of all trips) is assigned based using the revised travel times. Using the demand of 50% + 25%, travel times are recalculated again. Next, another smaller share of trips (such as 10% of all trips) is assigned using the latest travel times.

A large benefit of the incremental assignment is model runtime. Usually, flows are assigned within 5 to 10 iterations. Most user-equilibrium assignment methods (see below) require dozens of iterations, which increases the runtime proportionally.

In the incremental assignment, the first share of trips is assigned based on free-flow conditions. Following iterations see some congestion, on only the very last trip to be assigned will consider true congestion levels. This is reasonable for lightly congested networks, as a large number of travelers could travel at free-flow speed.

The incremental assignment works unsatisfactorily in heavily congested networks, as even 50% of the travel demand may lead to congestion on selected roads. The incremental assignment will miss the fact that a portion of the 50% is likely to select different routes.

# Brief History of Traffic Equilibrium Concepts

Traffic assignment theory today largely traces its origins to a single principle of “user equilibrium” by Wardrop [2] in 1952. Wardrop’s “first” principle simply states (slightly paraphrased) that at equilibrium not a single driver may change paths without incurring a greater travel impedance . That is, any used path between an origin and destination must have a shortest travel time between the origin and destination, and all other paths must have a greater travel impedance. There may be multiple paths between an origin and destination with the same shortest travel impedance, and all of these paths may be used.

Prior to the early 1970’s there were many algorithms that attempted to solve for Wardrop’s user equilibrium on large networks. All of these algorithms failed because they either did not converge properly or they were too slow computationally. The first algorithm to be able to consistently find a correct user equilibrium on a large traffic network was conceived by a research group at Northwestern University (LeBlanc, Morlok and Pierskalla) in 1973. [3] This algorithm was called “Frank-Wolfe decomposition” after the name of a more general optimization technique that was adapted, and it found the minimum of an “objective function” that came directly from theory attributed to Beckmann from 1956. [4] The Frank-Wolfe decomposition formulation was extended to the combined distribution/assignment problem by Evans in 1974. [5]

A lack of extensibility of these algorithms to more realistic traffic assignments prompted model developers to seek more general methods of traffic assignment. A major development of the 1980s was a realization that user equilibrium traffic assignment is a “variational inequality” and not a minimization problem. [6] An algorithm called the method of successive averages (MSA) has become a popular replacement for Frank-Wolfe decomposition because of MSA’s ability to handle very complicated relations between speed and volume and to handle the combined distribution/mode-split/assignment problem. The convergence properties of MSA were proven for elementary traffic assignments by Powell and Sheffi and in 1982. [7] MSA is known to be slower on elementary traffic assignment problems than Frank-Wolfe decomposition, although MSA can solve a wider range of traffic assignment formulations allowing for greater realism.

A number of enhancements to the overall theme of Wardop’s first principle have been implemented in various software packages. These enhancements include: faster algorithms for elementary traffic assignments, stochastic multiple paths, OD table spatial disaggregation and multiple vehicle classes.

# Calculating Generalized Costs from Delays

Equilibrium traffic assignment needs a method (or series of methods) for calculating impedances (which is another term for generalized costs) on all links (and nodes) of the network, considering how those links (and nodes) were loaded with traffic. Elementary traffic assignments rely on volume-delay functions (VDFs), such as the well-known “BPR curve” (see NCHRP Report 365), [8] that expressed travel time as a function of link volume and link capacity. The 1985 US Highway Capacity Manual (and later editions through 2010) made it clear to transportation planners that delays on large portions of urban networks occur mainly at intersections, which are nodes on a network, and that the delay on any given intersection approach relates to what is happening on all other approaches. VDFs are not suitable for situations where there is conflicting and opposing traffic that affects delays. Software for implementing trip-based models are now incorporating more sophisticated delay relationships from the Highway Capacity Manual and other sources, although many MPO forecasting models still use VDFs, exclusively.

# Challenges for Highway Traffic Assignment

Numerous practical and theoretical inadequacies pertaining to Static User Equilibrium network assignment technique are reported in the literature. Among them, most widely noted concerns and challenges are:

  • Inadequate network convergence;
  • Continued use of legacy slow convergent network algorithm, despite availability of faster solution methods and computers;
  • Non-unique route flows and link flows for multi-class assignments and for assignment on networks that include delays from opposing and conflicting traffic;
  • Continued use of VDFs , when superior delay estimation techniques are available;
  • Unlikeness of a steady-state network condition;
  • Impractical assumption that all drivers have flawless route information and are acting without bias;
  • Every driver travels at the same congested speed, no vehicle traveling on the same link overtakes another vehicle;
  • Oncoming traffic does not affect traffic flows;
  • Interruptions, such as accidents or inclement weather, are not represented;
  • Traffic does not form queues;
  • Continued use of multi-hour time periods, when finer temporal detail gives better estimates of delay and path choice.

# Transit Assignment

Most transit network assignment in implementation is allocation of known transit network specific demand based on routes, vehicle frequency, stop location, transfer point location and running times. Transit assignments are not equilibrium, but can be either all-or-nothing or stochastic. Algorithms often use complicated expressions of generalized cost which include the different effects of waiting time, transfer time, walking time (for both access and egress), riding time and fare structures. Estimated transit travel time is not directly dependent on transit passenger volume on routes and at stations (unlike estimated highway travel times, which are dependent on vehicular volumes on roads and at intersection). The possibility of many choices available to riders, such as modes of access to transit and overlaps in services between transit lines for a portion of trip segments, add further complexity to these problems.

# Latest Developments

With the increased emphasis on assessment of travel demand management strategies in the US, there have been some notable increases in the implementation of disaggregated modeling of individual travel demand behavior. Similar efforts to simulate travel route choice on dynamic transportation network have been proposed, primarily to support the much needed realistic representation of time and duration of roadway congestion. Successful examples of a shift in the network assignment paradigm to include dynamic traffic assignment on a larger network have emerged in practice. Dynamic traffic assignments are able to follow UE principles. An even newer topic is the incorporation of travel time reliability into path building.

# References

Dial , Robert Barkley, Probabilistic Assignment; a Multipath Traffic Assignment Model Which Obviates Path Enumeration, Thesis (Ph.D.), University of Washington, 1971. ↩︎

Wardrop, J. C., Some Theoretical Aspects of Road Traffic Research, Proceedings, Institution of Civil Engineers Part 2, 9, pp. 325–378. 1952. ↩︎

LeBlanc, Larry J., Morlok, Edward K., Pierskalla, William P., An Efficient Approach to Solving the Road Network Equilibrium Traffic Assignment Problem, Transportation Research 9, 1975, 9, 309–318. ↩︎

(opens new window) ) ↩︎

Evans, Suzanne P., Derivation and Analysis of Some Models for Combining Trip Distribution and Assignment, Transportation Research, Vol 10, pp 37–57 1976. ↩︎

Dafermos, S.C., Traffic Equilibrium and Variational Inequalities, Transportation Science 14, 1980, pp. 42-54. ↩︎

Powell, Warren B. and Sheffi, Yosef, The Convergence of Equilibrium Algorithms with Predetermined Step Sizes, Transportation Science, February 1, 1982, pp. 45-55. ↩︎

(opens new window) ). ↩︎

← Mode choice Dynamic Traffic Assignment →

This site uses cookies to learn which topics interest our readers.

L.A. Mayor Karen Bass outlines vision for (almost) ‘car-free’ Olympics

L.A. Mayor Karen Bass and First Lady Jill Biden clap while in the stands

  • Copy Link URL Copied!

Rush hour all but disappeared. There was less traffic on the freeways and not as much stop-and-go on surface streets.

Longtime residents of Southern California remember that, in terms of driving, the 1984 Summer Olympics felt something like heaven. Businesses switched to staggered schedules. Lots of people left town for a few weeks.

Now, with the world’s biggest sports competition set to return in four years, Mayor Karen Bass wants to go a step further.

“A no-car Games,” she said.

Doubling down on something she discussed with The Times in April, Bass told reporters at the 2024 Paris Olympics that she envisions expanding public transportation to a point where fans can take trains and buses to dozens of sports venues, from Crypto.com Arena downtown to SoFi Stadium in Inglewood to the beaches of Santa Monica.

2024 Paris Summer Olympic Games

  • Olympics updates: Results and medal count
  • L.A. reveals some of its Olympics closing ceremony performers
  • 📺 How to watch closing ceremony

“That’s a feat in Los Angeles — we’ve always been in love with our cars,” she said at a news conference Saturday, adding that people “will have to take public transportation to get to all the venues.”

The LA28 organizing committee — a private group charged with staging the Games — prefers to say it is planning a “public-transit-first” Games. Some venues will have ample parking, others will not. Organizers say no one will be told they cannot drive to a competition, but public transportation might be an easier option.

The Olympics are expected to draw a crush of visitors to the region in 2028. Bass, city staff and LA28 executives have made multiple trips to France, eager to see what officials here are doing well. Or not so well.

Paris is dealing with an influx of thousands of athletes, tens of thousands of coaches and officials and an estimated 15 million people expected to pass through during the Olympics and Paralympics, which end in early September.

The French capital has relied heavily on its established, efficient Metro system. Subway cars run every few minutes with bright pink signage informing passengers where to disembark for short walks to various stadiums and arenas.

A woman rides a bicycle on a street in Paris

Still, Parisians have complained about heavy traffic, with drives that should take 20 minutes stretching well past an hour. Security measures have required multiple road closures.

For 2028, Bass plans to meet with major employers throughout Southern California to discuss the possibility of once again staggering work hours, a strategy Mayor Tom Bradley used to great effect almost 40 years ago.

These are different times — replete with cellphones, laptops and Wi-Fi — so Bass also wants as many people as possible to work from home, much as they did during the pandemic lockdown.

Businesses “learned from COVID that we do have essential workers, people that must come to work,” she said. “There might be some employers that we would say: ‘Could you be remote for 17 days?’”

LOS ANGELES, CALIF. - SEP. 13, 2017. The Los Angeles Memorial Coliseum is framed by a plexiglass.

As Paris Olympics near, Los Angeles officials worry about preparations for 2028

Los Angeles officials are trying to figure out how to pay more than $1 billion to run buses that will probably disappear after the Games.

April 3, 2024

Southern California cannot hope to match Paris in terms of public transport. Not with the current state of its bus and rail system. Not with a vast geographical footprint that will see Olympic events held in Long Beach and Carson, the San Fernando Valley and Temecula.

LA28 has been considering a variety of strategies to avoid traffic jams and long waits for commuters.

SoFi, hosting the opening ceremony and swimming, may allow fans to park in its expansive lots. Same with Dodger Stadium and the Rose Bowl, which have not been named as venues but are expected to be added soon.

Other venues such as the Riviera Country Club for golf and the Coliseum for track and field will have little to no on-site parking.

Bass said more than 3,000 buses will be brought into L.A. from across the country to help with moving fans, linking venues to temporary satellite parking.

Planners have estimated the overall cost for this could surpass $1 billion. Sen. Alex Padilla (D-Calif.) announced last month that he has secured an initial $200 million in federal funding for the bus leasing program, and more such help is expected.

An artist's rendering of the 2028 Los Angeles Olympics swimming venue at SoFi Stadium in Inglewood.

2024 Paris Olympics

L.A. 2028 Summer Olympics add SoFi Stadium, Intuit Dome to revamped venue plan

Olympic swimming events at SoFi Stadium? Yes, say 2028 Olympic organizers, who plan to hold events at venues that will provide more seats and raise more money.

June 21, 2024

Overall, LA28 has estimated that the Games will cost about $7 billion — a figure that is likely to rise in the next four years. Organizers have vowed to balance their budget through International Olympic Committee contributions, corporate sponsorships, ticket sales and other revenue sources.

Dealing with traffic in the summer of 2028 will require cooperation among cities and at every level of government, Bass said. On the day before the Olympics closing ceremony in Paris, she referenced 1984 in expressing confidence that L.A. can handle what lies ahead.

“Angelenos were terrified that we were going to have terrible, terrible traffic,” Bass said. “We were shocked that we didn’t.”

More to Read

Here’s how to purchase tickets for 2028 los angeles olympic games.

Aug. 11, 2024

Traffic congestion in Los Angeles gets a high-flying diversion in Damien Chazelle's magical movie musical, "La La Land."

How the 2028 Olympics should showcase L.A.: 9 wild ideas from our wish list

Los Angeles Times illustration

L.A. is too ugly now to host the Olympics. Here’s how we can fix it before 2028

Aug. 10, 2024

Go beyond the scoreboard

Get the latest on L.A.'s teams in the daily Sports Report newsletter.

You may occasionally receive promotional content from the Los Angeles Times.

traffic assignment in transport planning

David Wharton has filled an array of roles – covering the courts, entertainment, sports and the second Persian Gulf War – since starting as a Los Angeles Times intern in 1982. His work has been honored by organizations such as the Society for Features Journalism and Associated Press Sports Editors and has been anthologized in “Best American Sports Writing.” He has also been nominated for an Emmy and has written two books, including “Conquest,” an inside look at USC football during the Pete Carroll era.

More From the Los Angeles Times

The United States team celebrates after a women's gold medal basketball game at Bercy Arena.

U.S. women’s basketball edges upset-minded France for 8th straight Olympic gold

PARIS, FRANCE - AUGUST 11: Kinzang Lhamo of Team Bhutan competes during the Women's Marathon.

Final finisher of women’s marathon shows what it means to be an Olympian

PARIS, FRANCE August 9, 2024-Women compete in the 400 meter final at the 2024 Paris Olympics Friday. (Skalij/Los Angeles Times)

Women experienced the best of the Olympics — and the worst — in Paris

Jordan Chiles, of the United States, performs on the floor during the women's artistic gymnastics.

IOC says Jordan Chiles must return her Olympic bronze medal; U.S. will appeal

Data-Driven Traffic Assignment: A Novel Approach for Learning Traffic Flow Patterns Using Graph Convolutional Neural Network

  • Published: 24 July 2023
  • Volume 5 , article number  11 , ( 2023 )

Cite this article

traffic assignment in transport planning

  • Rezaur Rahman 1 &
  • Samiul Hasan 1  

602 Accesses

6 Citations

Explore all metrics

We present a novel data-driven approach of learning traffic flow patterns of a transportation network given that many instances of origin to destination (OD) travel demand and link flows of the network are available. Instead of estimating traffic flow patterns assuming certain user behavior (e.g., user equilibrium or system optimal), here we explore the idea of learning those flow patterns directly from the data. To implement this idea, we have formulated the traditional traffic assignment problem (from the field of transportation science) as a data-driven learning problem and developed a neural network-based framework known as Graph Convolutional Neural Network (GCNN) to solve it. The proposed framework represents the transportation network and OD demand in an efficient way and utilizes the diffusion process of multiple OD demands from nodes to links. We validate the solutions of the model against analytical solutions generated from running static user equilibrium-based traffic assignments over Sioux Falls and East Massachusetts networks. The validation results show that the implemented GCNN model can learn the flow patterns very well with less than 2% mean absolute difference between the actual and estimated link flows for both networks under varying congested conditions. When the training of the model is complete, it can instantly determine the traffic flows of a large-scale network. Hence, this approach can overcome the challenges of deploying traffic assignment models over large-scale networks and open new directions of research in data-driven network modeling.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Subscribe and save.

  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime

Price includes VAT (Russian Federation)

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

traffic assignment in transport planning

Similar content being viewed by others

traffic assignment in transport planning

Modeling Urban Traffic Data Through Graph-Based Neural Networks

traffic assignment in transport planning

Predicting Taxi Hotspots in Dynamic Conditions Using Graph Neural Network

traffic assignment in transport planning

MTGCN: A Multitask Deep Learning Model for Traffic Flow Prediction

Data availability.

The data that support the findings of this study are available from the corresponding author, [[email protected]], upon reasonable request.

Abdelfatah AS, Mahmassani HS (2002) A simulation-based signal optimization algorithm within a dynamic traffic assignment framework 428–433. https://doi.org/10.1109/itsc.2001.948695

Alexander L, Jiang S, Murga M, González MC (2015) Origin-destination trips by purpose and time of day inferred from mobile phone data. Transp Res Part C Emerg Technol 58:240–250. https://doi.org/10.1016/j.trc.2015.02.018

Article   Google Scholar  

Atwood J, Towsley D (2015) Diffusion-convolutional neural networks. Adv Neural Inf Process Syst. https://doi.org/10.5555/3157096.3157320

Ban XJ, Liu HX, Ferris MC, Ran B (2008) A link-node complementarity model and solution algorithm for dynamic user equilibria with exact flow propagations. Transp Res Part B Methodol 42:823–842. https://doi.org/10.1016/j.trb.2008.01.006

Bar-Gera H (2002) Origin-based algorithm for the traffic assignment problem. Transp Sci 36:398–417. https://doi.org/10.1287/trsc.36.4.398.549

Article   MATH   Google Scholar  

Barthélemy J, Carletti T (2017) A dynamic behavioural traffic assignment model with strategic agents. Transp Res Part C Emerg Technol 85:23–46. https://doi.org/10.1016/j.trc.2017.09.004

Ben-Akiva ME, Gao S, Wei Z, Wen Y (2012) A dynamic traffic assignment model for highly congested urban networks. Transp Res Part C Emerg Technol 24:62–82. https://doi.org/10.1016/j.trc.2012.02.006

Billings D, Jiann-Shiou Y (2006) Application of the ARIMA Models to Urban Roadway Travel Time Prediction-A Case Study. Systems, Man and Cybernetics, 2006. SMC’06. IEEE International Conference on 2529–2534

Boyles S, Ukkusuri SV, Waller ST, Kockelman KM (2006) A comparison of static and dynamic traffic assignment under tolls: a study of the dallas-fort worth network. 85th Annual Meeting of 14

Brandes U (2001) A faster algorithm for betweenness centrality. J Math Sociol 25:163–177. https://doi.org/10.1080/0022250X.2001.9990249

Cai P, Wang Y, Lu G, Chen P, Ding C, Sun J (2016) A spatiotemporal correlative k-nearest neighbor model for short-term traffic multistep forecasting. Transp Res Part C Emerg Technol 62:21–34. https://doi.org/10.1016/j.trc.2015.11.002

Chien SI-J, Kuchipudi CM (2003) Dynamic travel time prediction with real-time and historic data. J Transp Eng 129:608–616. https://doi.org/10.1061/(ASCE)0733-947X(2003)129:6(608)

Cui Z, Henrickson K, Ke R, Wang Y (2018a) Traffic graph convolutional recurrent neural network: a deep learning framework for network-scale traffic learning and forecasting. IEEE Trans Intell Transp Syst. https://doi.org/10.1109/TITS.2019.2950416

Cui Z, Ke R, Pu Z, Wang Y (2018b) Deep bidirectional and unidirectional LSTM recurrent neural network for network-wide traffic speed prediction. International Workshop on Urban Computing (UrbComp) 2017

Cui Z, Lin L, Pu Z, Wang Y (2020) Graph Markov network for traffic forecasting with missing data. Transp Res Part C Emerg Technol 117:102671. https://doi.org/10.1016/j.trc.2020.102671

Defferrard M, Bresson X, Vandergheynst P (2016) Convolutional neural networks on graphs with fast localized spectral filtering. Adv Neural Inf Process Syst 3844–3852

Deshpande M, Bajaj PR (2016) Performance analysis of support vector machine for traffic flow prediction. 2016 International Conference on Global Trends in Signal Processing, Information Computing and Communication (ICGTSPICC) 126–129. https://doi.org/10.1109/ICGTSPICC.2016.7955283

Elhenawy M, Chen H, Rakha HA (2014) Dynamic travel time prediction using data clustering and genetic programming. Transp Res Part C Emerg Technol 42:82–98. https://doi.org/10.1016/j.trc.2014.02.016

Foytik P, Jordan C, Robinson RM (2017) Exploring simulation based dynamic traffic assignment with large scale microscopic traffic simulation model

Friesz TL, Luque J, Tobin RL, Wie BW (1989) Dynamic network traffic assignment considered as a continuous time optimal control problem. Oper Res 37:893–901. https://doi.org/10.2307/171471

Article   MathSciNet   MATH   Google Scholar  

Gundlegård D, Rydergren C, Breyer N, Rajna B (2016) Travel demand estimation and network assignment based on cellular network data. Comput Commun 95:29–42. https://doi.org/10.1016/j.comcom.2016.04.015

Guo S, Lin Y, Feng N, Song C, Wan H (2019) Attention based spatial-temporal graph convolutional networks for traffic flow forecasting. Proceed AAAI Conf Artif Intell 33:922–929. https://doi.org/10.1609/aaai.v33i01.3301922

Guo K, Hu Y, Qian Z, Sun Y, Gao J, Yin B (2020) Dynamic graph convolution network for traffic forecasting based on latent network of Laplace matrix estimation. IEEE Trans Intell Transp Syst 23:1009–1018. https://doi.org/10.1109/tits.2020.3019497

Guo K, Hu Y, Qian Z, Liu H, Zhang K, Sun Y, Gao J, Yin B (2021) Optimized graph convolution recurrent neural network for traffic prediction. IEEE Trans Intell Transp Syst 22:1138–1149. https://doi.org/10.1109/TITS.2019.2963722

Hammond DK, Vandergheynst P, Gribonval R (2011) Wavelets on graphs via spectral graph theory. Appl Comput Harmon Anal 30:129–150. https://doi.org/10.1016/j.acha.2010.04.005

He X, Guo X, Liu HX (2010) A link-based day-to-day traffic assignment model. Transp Res Part B 44:597–608. https://doi.org/10.1016/j.trb.2009.10.001

Huang Y, Kockelman KM (2019) Electric vehicle charging station locations: elastic demand, station congestion, and network equilibrium. Transp Res D Transp Environ. https://doi.org/10.1016/j.trd.2019.11.008

Innamaa S (2005) Short-term prediction of travel time using neural networks on an interurban highway. Transportation (amst) 32:649–669. https://doi.org/10.1007/s11116-005-0219-y

Jafari E, Pandey V, Boyles SD (2017) A decomposition approach to the static traffic assignment problem. Transp Res Part b Methodol 105:270–296. https://doi.org/10.1016/j.trb.2017.09.011

Janson BN (1989) Dynamic traffic assignment for urban road networks. Transp Res Part B Methodol 25:143–161

Ji X, Shao C, Wang B (2016) Stochastic dynamic traffic assignment model under emergent incidents. Procedia Eng 137:620–629. https://doi.org/10.1016/j.proeng.2016.01.299

Jiang Y, Wong SC, Ho HW, Zhang P, Liu R, Sumalee A (2011) A dynamic traffic assignment model for a continuum transportation system. Transp Res Part b Methodol 45:343–363. https://doi.org/10.1016/j.trb.2010.07.003

Kim H, Oh JS, Jayakrishnan R (2009) Effects of user equilibrium assumptions on network traffic pattern. KSCE J Civ Eng 13:117–127. https://doi.org/10.1007/s12205-009-0117-5

Kim TS, Lee WK, Sohn SY (2019) Graph convolutional network approach applied to predict hourly bike-sharing demands considering spatial, temporal, and global effects. PLoS ONE 14:e0220782. https://doi.org/10.1371/journal.pone.0220782

Kipf TN, Welling M (2016) Semi-supervised classification with graph convolutional networks. 5th International Conference on Learning Representations, ICLR 2017- Conference Track Proceedings

LeBlanc LJ, Morlok EK, Pierskalla WP (1975) An efficient approach to solving the road network equilibrium traffic assignment problem. Transp Res 9:309–318. https://doi.org/10.1016/0041-1647(75)90030-1

Lee YLY (2009) Freeway travel time forecast using artifical neural networks with cluster method. 2009 12th International Conference on Information Fusion 1331–1338

Leon-Garcia A, Tizghadam A (2009) A graph theoretical approach to traffic engineering and network control problem. 21st International Teletraffic Congress, ITC 21: Traffic and Performance Issues in Networks of the Future-Final Programme

Leurent F, Chandakas E, Poulhès A (2011) User and service equilibrium in a structural model of traffic assignment to a transit network. Procedia Soc Behav Sci 20:495–505. https://doi.org/10.1016/j.sbspro.2011.08.056

Li Y, Yu R, Shahabi C, Liu Y (2018) Diffusion convolutional recurrent neural network: Data-driven traffic forecasting. 6th International Conference on Learning Representations, ICLR 2018-Conference Track Proceedings 1–16

Li G, Knoop VL, van Lint H (2021) Multistep traffic forecasting by dynamic graph convolution: interpretations of real-time spatial correlations. Transp Res Part C Emerg Technol 128:103185. https://doi.org/10.1016/j.trc.2021.103185

Lin L, He Z, Peeta S (2018) Predicting station-level hourly demand in a large-scale bike-sharing network: a graph convolutional neural network approach. Transp Res Part C 97:258–276. https://doi.org/10.1016/j.trc.2018.10.011

Liu HX, Ban X, Ran B, Mirchandani P (2007) Analytical dynamic traffic assignment model with probabilistic travel times and perceptions. Transp Res Record 1783:125–133. https://doi.org/10.3141/1783-16

Liu Y, Zheng H, Feng X, Chen Z (2017) Short-term traffic flow prediction with Conv-LSTM. 2017 9th International Conference on Wireless Communications and Signal Processing, WCSP 2017-Proceedings. https://doi.org/10.1109/WCSP.2017.8171119

Lo HK, Szeto WY (2002) A cell-based variational inequality formulation of the dynamic user optimal assignment problem. Transp Res Part b Methodol 36:421–443. https://doi.org/10.1016/S0191-2615(01)00011-X

Luo X, Li D, Yang Y, Zhang S (2019) Spatiotemporal traffic flow prediction with KNN and LSTM. J Adv Transp. https://doi.org/10.1155/2019/4145353

Ma X, Tao Z, Wang Y, Yu H, Wang Y (2015) Long short-term memory neural network for traffic speed prediction using remote microwave sensor data. Transp Res Part C Emerg Technol 54:187–197. https://doi.org/10.1016/j.trc.2015.03.014

Ma X, Dai Z, He Z, Ma J, Wang Y, Wang Y (2017) Learning traffic as images: a deep convolutional neural network for large-scale transportation network speed prediction. Sensors 17:818. https://doi.org/10.3390/s17040818

Mahmassani HaniS (2001) Dynamic network traffic assignment and simulation methodology for advanced system management applications. Netw Spat Econ 1:267–292. https://doi.org/10.1023/A:1012831808926

Merchant DK, Nemhauser GL (1978) A model and an algorithm for the dynamic traffic assignment problems. Transp Sci 12:183–199. https://doi.org/10.1287/trsc.12.3.183

Mitradjieva M, Lindberg PO (2013) The stiff is moving—conjugate direction Frank-Wolfe methods with applications to traffic assignment * . Transp Sci 47:280–293. https://doi.org/10.1287/trsc.1120.0409

Myung J, Kim D-K, Kho S-Y, Park C-H (2011) Travel time prediction using k nearest neighbor method with combined data from vehicle detector system and automatic toll collection system. Transp Res Record 2256:51–59. https://doi.org/10.3141/2256-07

Nie YM, Zhang HM (2010) Solving the dynamic user optimal assignment problem considering queue spillback. Netw Spat Econ 10:49–71. https://doi.org/10.1007/s11067-007-9022-y

Peeta S, Mahmassani HS (1995) System optimal and user equilibrium time-dependent traffic assignment in congested networks. Ann Oper Res. https://doi.org/10.1007/BF02031941

Peeta S, Ziliaskopoulos AK (2001) Foundations of dynamic traffic assignment: the past, the present and the future. Netw Spat Econ 1:233–265

Peng H, Wang H, Du B, Bhuiyan MZA, Ma H, Liu J, Wang L, Yang Z, Du L, Wang S, Yu PS (2020) Spatial temporal incidence dynamic graph neural networks for traffic flow forecasting. Inf Sci (n y) 521:277–290. https://doi.org/10.1016/j.ins.2020.01.043

Peng H, Du B, Liu M, Liu M, Ji S, Wang S, Zhang X, He L (2021) Dynamic graph convolutional network for long-term traffic flow prediction with reinforcement learning. Inf Sci (n y) 578:401–416. https://doi.org/10.1016/j.ins.2021.07.007

Article   MathSciNet   Google Scholar  

Polson NG, Sokolov VO (2017) Deep learning for short-term traffic flow prediction. Transp Res Part C Emerg Technol 79:1–17. https://doi.org/10.1016/j.trc.2017.02.024

Primer A (2011) Dynamic traffic assignment. Transportation Network Modeling Committee 1–39. https://doi.org/10.1016/j.trd.2016.06.003

PyTorch [WWW document], 2016. URL https://pytorch.org/ . Accessed 10 Jun 2020

Rahman R, Hasan S (2018). Short-term traffic speed prediction for freeways during hurricane evacuation: a deep learning approach 1291–1296. https://doi.org/10.1109/ITSC.2018.8569443

Ran BIN, Boyce DE, Leblanc LJ (1993) A new class of instantaneous dynamic user-optimal traffic assignment models. Oper Res 41:192–202

Sanchez-Gonzalez A, Godwin J, Pfaff T, Ying R, Leskovec J, Battaglia PW (2020) Learning to simulate complex physics with graph networks. 37th International Conference on Machine Learning, ICML 2020 PartF16814, 8428–8437

Shafiei S, Gu Z, Saberi M (2018) Calibration and validation of a simulation-based dynamic traffic assignment model for a large-scale congested network. Simul Model Pract Theory 86:169–186. https://doi.org/10.1016/j.simpat.2018.04.006

Sheffi Y (1985) Urban transportation networks. Prentice-Hall Inc., Englewood Cliffs. https://doi.org/10.1016/0191-2607(86)90023-3

Book   Google Scholar  

Tang C, Sun J, Sun Y, Peng M, Gan N (2020) A General traffic flow prediction approach based on spatial-temporal graph attention. IEEE Access 8:153731–153741. https://doi.org/10.1109/ACCESS.2020.3018452

Teng SH (2016) Scalable algorithms for data and network analysis. Found Trends Theor Comput Sci 12:1–274. https://doi.org/10.1561/0400000051

Tizghadam A, Leon-garcia A (2007) A robust routing plan to optimize throughput in core networks 117–128

Transportation Networks for Research Core Team (2016) Transportation Networks for Research [WWW Document]. 2016. URL https://github.com/bstabler/TransportationNetworks (Accessed 8 Jul 2018)

Ukkusuri SV, Han L, Doan K (2012) Dynamic user equilibrium with a path based cell transmission model for general traffic networks. Transp Res Part b Methodol 46:1657–1684. https://doi.org/10.1016/j.trb.2012.07.010

Waller ST, Fajardo D, Duell M, Dixit V (2013) Linear programming formulation for strategic dynamic traffic assignment. Netw Spat Econ 13:427–443. https://doi.org/10.1007/s11067-013-9187-5

Wang HW, Peng ZR, Wang D, Meng Y, Wu T, Sun W, Lu QC (2020) Evaluation and prediction of transportation resilience under extreme weather events: a diffusion graph convolutional approach. Transp Res Part C Emerg Technol 115:102619. https://doi.org/10.1016/j.trc.2020.102619

Wardrop J (1952) Some theoretical aspects of road traffic research. Proc Inst Civil Eng Part II 1:325–378. https://doi.org/10.1680/ipeds.1952.11362

Watling D, Hazelton ML (2003) The dynamics and equilibria of day-to-day assignment models. Netw Spat Econ. https://doi.org/10.1023/A:1025398302560

Wu CH, Ho JM, Lee DT (2004) Travel-time prediction with support vector regression. IEEE Trans Intell Transp Syst 5:276–281. https://doi.org/10.1109/TITS.2004.837813

Yasdi R (1999) Prediction of road traffic using a neural network approach. Neural Comput Appl 8:135–142. https://doi.org/10.1007/s005210050015

Yu B, Song X, Guan F, Yang Z, Yao B (2016) k-nearest neighbor model for multiple-time-step prediction of short-term traffic condition. J Transp Eng 142:4016018. https://doi.org/10.1061/(ASCE)TE.1943-5436.0000816

Yu B, Yin H, Zhu Z (2018) Spatio-temporal graph convolutional networks: a deep learning framework for traffic forecasting, in: Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence. International Joint Conferences on Artificial Intelligence Organization, California pp. 3634–3640. https://doi.org/10.24963/ijcai.2018/505

Zhang Y, Haghani A (2015) A gradient boosting method to improve travel time prediction. Transp Res Part C Emerg Technol 58:308–324. https://doi.org/10.1016/j.trc.2015.02.019

Zhang S, Tong H, Xu J, Maciejewski R (2019) Graph convolutional networks: a comprehensive review. Comput Soc Netw. https://doi.org/10.1186/s40649-019-0069-y

Zhao L, Song Y, Zhang C, Liu Y, Wang P, Lin T, Deng M, Li H (2020) T-GCN: a temporal graph convolutional network for traffic prediction. IEEE Trans Intell Transp Syst 21:3848–3858. https://doi.org/10.1109/TITS.2019.2935152

Zhou J, Cui G, Zhang Z, Yang C, Liu Z, Wang L, Li C, Sun M (2020) Graph neural networks: a review of methods and applications. AI Open.  https://doi.org/10.1016/j.aiopen.2021.01.001

Download references

This study was supported by the U.S. National Science Foundation through the grant CMMI #1917019. However, the authors are solely responsible for the facts and accuracy of the information presented in the paper.

Author information

Authors and affiliations.

Department of Civil, Environmental, and Construction Engineering, University of Central Florida, Orlando, FL, USA

Rezaur Rahman & Samiul Hasan

You can also search for this author in PubMed   Google Scholar

Contributions

The authors confirm their contribution to the paper as follows: study conception and design: RR, SH; analysis and interpretation of results: RR, SH; draft manuscript preparation: RR, SH. All authors reviewed the results and approved the final version of the manuscript.

Corresponding author

Correspondence to Rezaur Rahman .

Ethics declarations

Conflict of interest.

The authors declare that they have no conflict of interest.

Additional information

Publisher's note.

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Appendix A: modeling traffic flows using spectral graph convolution

In spectral graph convolution, a spectral convolutional filter is used to learn traffic flow patterns inside a transportation network in response to travel demand variations. The spectral filter is derived from spectrum of the Laplacian matrix, which consists of eigenvalues of the Laplacian matrix. So to construct the spectrum, we must calculate the eigenvalues of` the Laplacian matrix. For a symmetric graph, we can compute the eigenvalues using Eigen decomposition of the Laplacian matrix. In this problem, we consider the transportation network as a symmetric-directed graph, same number of links getting out and getting inside a node, which means the in-degree and out-degree matrices of the graph are similar. Thus, the Laplacian matrix of this graph is diagonalizable as follows using Eigen decomposition

where \(\boldsymbol{\Lambda }\) is a diagonal matrix with eigenvalues, \({\lambda }_{0},{\lambda }_{1},{\lambda }_{2}, . . . ,{\lambda }_{N}\) and \({\varvec{U}}\) indicates the eigen vectors, \({u}_{0},{u}_{1},{u}_{2}, . . . ,{u}_{N}\) . Eigen values represent characteristics of transportation network in terms of strength of a particular node based on its position, distance between adjacent nodes, and dimension of the network. The spectral graph convolution filter can be defined as follows:

where \(\theta\) is the parameter for the convolution filter shared by all the nodes of the network and \(K\) is the size of the convolution filter. Now the spectral graph convolution over the graph signal ( \({\varvec{X}})\) is defined as follows:

According to spectral graph theory, the shortest path distance i.e., minimum number of links connecting nodes \(i\) and \(j\) is longer than \(K\) , such that \({L}^{K}\left(i, j\right) = 0\) (Hammond et al. 2011 ). Consequently, for a given pair of origin ( \(i\) ) and destination ( \(j)\) nodes, a spectral graph filter of size K has access to all the nodes on the shortest path of the graph. It means that the spectral graph convolution filter of size \(K\) captures flow propagation through each node on the shortest path. So the spectral graph convolution operation can model the interdependency between a link and its \(i\) th order adjacent nodes on the shortest paths, given that 0 ≤  i  ≤  K .

The computational complexity of calculating \({{\varvec{L}}}_{{\varvec{w}}}^{{\varvec{k}}}\) is high due to K times multiplication of \({L}_{w}\) . A way to overcome this challenge is to approximate the spectral filter \({g}_{\theta }\) with Chebyshev polynomials up to ( \(K-1\) )th order (Hammond et al. 2011 ). Defferrard et al. (Defferrard et al. 2016 ) applied this approach to build a K -localized ChebNet, where the convolution is defined as

in which \(\overline{{\varvec{L}} }=2{{\varvec{L}}}_{{\varvec{s}}{\varvec{y}}{\varvec{m}}}/{{\varvec{\uplambda}}}_{{\varvec{m}}{\varvec{a}}{\varvec{x}}}-{\varvec{I}}\) . \(\overline{{\varvec{L}} }\) represents a scaling of graph Laplacian that maps the eigenvalues from [0, \({\uplambda }_{max}\) ] to [-1,1]. \({{\varvec{L}}}_{{\varvec{s}}{\varvec{y}}{\varvec{m}}}\) is defined as symmetric normalization of the Laplacian matrix \({{{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}{{\varvec{L}}}_{{\varvec{w}}}{{\boldsymbol{ }{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}.\) \({T}_{k}\) and θ denote the Chebyshev polynomials and Chebyshev coefficients. The Chebyshev polynomials are defined recursively by \({T}_{k}\left(\overline{{\varvec{L}} }\right)=2x{T}_{k-1}\left(\overline{{\varvec{L}} }\right)-{T}_{k-2}\left(\overline{{\varvec{L}} }\right)\) with \({T}_{0}\left(\overline{{\varvec{L}} }\right)=1\) and \({T}_{1}\left(\overline{{\varvec{L}} }\right)=\overline{{\varvec{L}} }\) . These are the basis of Chebyshev polynomials. Kipf and Welling (Kipf and Welling 2016 ) simplified this model by approximating the largest eigenvalue \({\lambda }_{max}\) of \(\overline{L }\) as 2. In this way, the convolution becomes

where Chebyshev coefficient, \(\theta ={\theta }_{0}=-{\theta }_{1}\) , All the details about the assumptions and their implications of Chebyshev polynomial can be found in (Hammond et al. 2011 ). Now the simplified graph convolution can be written as follows:

Since \({\varvec{I}}+{{{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}{{\varvec{A}}}_{{\varvec{w}}}{{\boldsymbol{ }{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}\) has eigenvalues in the range [0, 2], it may lead to exploding or vanishing gradients when used in a deep neural network model. To alleviate this problem, Kipf et al. (Kipf and Welling 2016 ) use a renormalization trick by replacing the term \({\varvec{I}}+{{{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}{{\varvec{A}}}_{{\varvec{w}}}{{\boldsymbol{ }{\varvec{D}}}_{{\varvec{w}}}}^{-1/2}\) with \({{\overline{{\varvec{D}}} }_{{\varvec{w}}}\boldsymbol{ }\boldsymbol{ }}^{-1/2}{\overline{{\varvec{A}}} }_{{\varvec{w}}}{{\boldsymbol{ }\overline{{\varvec{D}}} }_{{\varvec{w}}}}^{-1/2}\) , with \({\overline{{\varvec{A}}} }_{{\varvec{w}}}={{\varvec{A}}}_{{\varvec{w}}}+{\varvec{I}}\) , similar to adding a self-loop. Now, we can simplify the spectral graph convolution as follows:

where \({\varvec{\Theta}}\in {{\varvec{R}}}^{{\varvec{N}}\times {\varvec{N}}}\) indicates the parameters of the convolution filter to be learnt during training process. From Eq. 21 , we can observe that spectral graph convolution is a special case of diffusion convolution (Li et al. 2018 ), but the only difference is that in spectral convolution, we symmetrically normalized the adjacency matrix.

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Rahman, R., Hasan, S. Data-Driven Traffic Assignment: A Novel Approach for Learning Traffic Flow Patterns Using Graph Convolutional Neural Network. Data Sci. Transp. 5 , 11 (2023). https://doi.org/10.1007/s42421-023-00073-y

Download citation

Received : 21 May 2023

Revised : 09 June 2023

Accepted : 13 June 2023

Published : 24 July 2023

DOI : https://doi.org/10.1007/s42421-023-00073-y

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Traffic assignment problem
  • Data-driven method
  • Deep learning
  • Graph convolutional neural network
  • Find a journal
  • Publish with us
  • Track your research
  • Environment
  • Science & Technology
  • Business & Industry
  • Health & Public Welfare
  • Topics (CFR Indexing Terms)
  • Public Inspection
  • Presidential Documents
  • Document Search
  • Advanced Document Search
  • Public Inspection Search
  • Reader Aids Home
  • Office of the Federal Register Announcements
  • Using FederalRegister.Gov
  • Understanding the Federal Register
  • Recent Site Updates
  • Federal Register & CFR Statistics
  • Videos & Tutorials
  • Developer Resources
  • Government Policy and OFR Procedures
  • Congressional Review
  • My Clipboard
  • My Comments
  • My Subscriptions
  • Sign In / Sign Up
  • Site Feedback
  • Search the Federal Register

This site displays a prototype of a “Web 2.0” version of the daily Federal Register. It is not an official legal edition of the Federal Register, and does not replace the official print version or the official electronic version on GPO’s govinfo.gov.

The documents posted on this site are XML renditions of published Federal Register documents. Each document posted on the site includes a link to the corresponding official PDF file on govinfo.gov. This prototype edition of the daily Federal Register on FederalRegister.gov will remain an unofficial informational resource until the Administrative Committee of the Federal Register (ACFR) issues a regulation granting it official legal status. For complete information about, and access to, our official publications and services, go to About the Federal Register on NARA's archives.gov.

The OFR/GPO partnership is committed to presenting accurate and reliable regulatory information on FederalRegister.gov with the objective of establishing the XML-based Federal Register as an ACFR-sanctioned publication in the future. While every effort has been made to ensure that the material on FederalRegister.gov is accurately displayed, consistent with the official SGML-based PDF version on govinfo.gov, those relying on it for legal research should verify their results against an official edition of the Federal Register. Until the ACFR grants it official status, the XML rendition of the daily Federal Register on FederalRegister.gov does not provide legal notice to the public or judicial notice to the courts.

Design Updates: As part of our ongoing effort to make FederalRegister.gov more accessible and easier to use we've enlarged the space available to the document content and moved all document related data into the utility bar on the left of the document. Read more in our feature announcement .

Notice of Final State Agency Actions on US 60 (Grand Avenue)/35th Avenue/Indian School Road Traffic Intersection Improvements in Maricopa County, Arizona in Maricopa County, Arizona

A Notice by the Federal Highway Administration on 08/09/2024

This document has been published in the Federal Register . Use the PDF linked in the document sidebar for the official electronic format.

  • Document Details Published Content - Document Details Agencies Department of Transportation Federal Highway Administration Document Citation 89 FR 65478 Document Number 2024-17666 Document Type Notice Pages 65478-65479 (2 pages) Publication Date 08/09/2024 Published Content - Document Details
  • View printed version (PDF)
  • Document Dates Published Content - Document Dates Dates Text By this notice, FHWA, on behalf of ADOT, is advising the public of final agency actions subject to 23 U.S.C. 139(l)(1) . A claim seeking judicial review of the Federal agency actions with authority on the highway project will be barred unless the claim is filed on or before January 6, 2025. If the Federal law that authorizes judicial review of a claim provides a time period of less than 150 days for filing such claim, then that shorter time period still applies. Published Content - Document Dates

This table of contents is a navigational tool, processed from the headings within the legal text of Federal Register documents. This repetition of headings to form internal navigation links has no substantive legal effect.

FOR FURTHER INFORMATION CONTACT:

Supplementary information:.

Comments are no longer being accepted. See DATES for details.

Regulations.gov Logo

FederalRegister.gov retrieves relevant information about this document from Regulations.gov to provide users with additional context. This information is not part of the official Federal Register document.

Federal Registers for Applications, Notices, and Orders - Miscellaneous

  • Sharing Enhanced Content - Sharing Shorter Document URL https://www.federalregister.gov/d/2024-17666 Email Email this document to a friend Enhanced Content - Sharing
  • Print this document

Document page views are updated periodically throughout the day and are cumulative counts for this document. Counts are subject to sampling, reprocessing and revision (up or down) throughout the day.

This document is also available in the following formats:

More information and documentation can be found in our developer tools pages .

This PDF is the current document as it appeared on Public Inspection on 08/08/2024 at 8:45 am.

It was viewed 0 times while on Public Inspection.

If you are using public inspection listings for legal research, you should verify the contents of the documents against a final, official edition of the Federal Register. Only official editions of the Federal Register provide legal notice of publication to the public and judicial notice to the courts under 44 U.S.C. 1503 & 1507 . Learn more here .

Document headings vary by document type but may contain the following:

  • the agency or agencies that issued and signed a document
  • the number of the CFR title and the number of each part the document amends, proposes to amend, or is directly related to
  • the agency docket number / agency internal file number
  • the RIN which identifies each regulatory action listed in the Unified Agenda of Federal Regulatory and Deregulatory Actions

See the Document Drafting Handbook for more details.

Department of Transportation

Federal highway administration.

Federal Highway Administration (FHWA), Department of Transportation (DOT)

The FHWA, on behalf of the Arizona Department of Transportation (ADOT), is issuing this notice to announce actions taken by ADOT and other relevant Federal agencies that are final. The actions relate to the Environmental Assessment (EA) and Finding of No Significant Impact (FONSI) for the proposed project US 60 (Grand Avenue)/35th Avenue/Indian School Road Traffic Intersection Improvements in Maricopa County, Arizona (AZ). The actions grant licenses, permits, and approvals for the project.

By this notice, FHWA, on behalf of ADOT, is advising the public of final agency actions subject to 23 U.S.C. 139(l)(1) . A claim seeking judicial review of the Federal agency actions with authority on the highway project will be barred unless the claim is filed on or before January 6, 2025. If the Federal law that authorizes judicial review of a claim provides a time period of less than 150 days for filing such claim, then that shorter time period still applies.

Mr. Steven Olmsted, NEPA Assignment Manager, Environment Planning, Arizona Department of Transportation, 205 S 17th Avenue, MD EM02, Phoenix, Arizona 85007; telephone: (480) 202-6050, email: [email protected] . The Arizona Department of Transportation normal business hours are 8:00 a.m. to 4:30 p.m. (Mountain Standard Time).

You may also contact: Mr. Paul O'Brien, Environmental Planning Administrator, Arizona Department of Transportation, 205 S 17th Avenue, MD EM02, Phoenix, Arizona 85007; telephone: (480) 356-2893, email: [email protected] .

Effective June 25, 2024, the FHWA assigned and ADOT assumed environmental responsibilities for this project pursuant to 23 U.S.C. 327 and a Memorandum of Understanding executed by FHWA and ADOT.

Notice is hereby given that ADOT and other relevant Federal agencies have taken final agency actions by issuing licenses, permits, and approvals for the following project in the State of Arizona: US 60 (Grand Avenue)/35th Avenue/Indian School Road Traffic Intersection Improvements in Maricopa County, AZ. The actions by ADOT and other relevant Federal agencies and the laws under which such actions were taken, are described in the Environmental Assessment (EA) and Finding of No Significant Impact (FONSI)—approved on May 31, 2024, and in other documents in the administrative record. The EA and other project records are available by contacting ADOT at the addresses provided above. Project information is also available online at: https://azdot.gov/​planning/​transportation-studies/​grand-35-study .

This notice applies to all ADOT and other relevant Federal agency decisions as of the issuance date of this notice and all laws under which such actions were taken, including but not limited to:

1. General: National Environmental Policy Act (NEPA) [ 42 U.S.C. 4321-4351 ]; Federal-Aid Highway Act [ 23 U.S.C. 109 ].

2. Air: Clean Air Act [ 42 U.S.C. 7401-7671(q) ].

3. Land: Section 4(f) of the US Department of Transportation Act of 1966 [ 49 U.S.C. 303 ]; Landscaping and Scenic Enhancement (Wildflowers) [ 23 U.S.C. 319 ].

4. Wildlife: Endangered Species Act [ 16 U.S.C. 1531-1544 and section 1536], Marine Mammal Protection Act [ 16 U.S.C. 1361 ], Fish and Wildlife Coordination Act [ 16 U.S.C. 661-667(d) ], Migratory Bird Treaty Act [ 16 U.S.C. 703-712 ].

5. Historic and Cultural Resources: Section 106 of the National Historic Preservation Act of 1966, as amended [ 16 U.S.C. 470(f) et seq. ]; Archeological Resources Protection Act of 1977 [ 16 U.S.C. 470(aa)-11 ]; Archeological and Historic Preservation Act [ 16 U.S.C. 469-469(c) ]; Native American Grave Protection and Repatriation Act (NAGPRA) [ 25 U.S.C. 3001-3013 ].

6. Social and Economic: Civil Rights Act of 1964 [ 42 U.S.C. 2000(d)-2000(d)(1) ]; American Indian Religious Freedom Act [ 42 U.S.C. 1996 ]; Farmland Protection Policy Act (FPPA) [ 7 U.S.C. 4201-4209 ].

7. Wetlands and Water Resources: Land and Water Conservation Fund (LWCF) [ 16 U.S.C. 4601-4604 ]; Safe Drinking Water Act (SDWA) [ 42 U.S.C. 300(f)-300(j)(6) ]; Rivers and Harbors Act of 1899 [ 33 U.S.C. 401-406 ]; Wild and Scenic Rivers Act [ 16 U.S.C. 1271-1287 ]; Emergency Wetlands Resources Act [ 16 U.S.C. 3921 , 3931 ]; Flood Disaster Protection Act [ 42 U.S.C. 4001-4128 ].

8. Water: Clean Water Act 33 U.S.C. 1251-1387 .

9. Executive Orders: E.O. 11990 Protection of Wetlands; E.O. 11988 Floodplain Management; E.O. 12898 , Federal Actions to Address Environmental Justice in Minority Populations and Low Income Populations; E.O. 11593 Protection and Enhancement of Cultural Resources; E.O. 13007 Indian Sacred Sites; E.O. 13287 Preserve America; E.O. 13175 Consultation and Coordination with Indian Tribal Governments; E.O. 11514 Protection and Enhancement of Environmental Quality; E.O. 13112 Invasive Species.

(Catalog of Federal Domestic Assistance Program Number 20.205, Highway Planning and Construction.)

Authority: 23 U.S.C. 139(l)(1) .

Anthony N. Sarhan,

Arizona Acting Division Administrator, Phoenix, Arizona.

[ FR Doc. 2024-17666 Filed 8-8-24; 8:45 am]

BILLING CODE 4910-22-P

  • Executive Orders

Reader Aids

Information.

  • About This Site
  • Legal Status
  • Accessibility
  • No Fear Act
  • Continuity Information

IMAGES

  1. (PDF) Traffic assignment for strategic urban transport model systems

    traffic assignment in transport planning

  2. Inputs and Outputs of Traffic Assignment

    traffic assignment in transport planning

  3. 5-Modal Split & Traffic Assignment-( Transportation and Traffic Engin…

    traffic assignment in transport planning

  4. (PDF) Requirements for traffic assignment models for strategic

    traffic assignment in transport planning

  5. Traffic assignment classification, components, and traffic assignment

    traffic assignment in transport planning

  6. Multi-step freight transportation planning model

    traffic assignment in transport planning

COMMENTS

  1. A.8

    Traffic is the number of units passing on a link in a given period of time, and it is commonly represented by Q (a,b), that is, the amount of traffic passing on the a,b link (between a and b). Units can be vehicles, passengers, tons of freight, etc. Because of the characteristics of transportation networks, there are two major types of traffic ...

  2. PDF Dynamic Traffic Assignment

    2 Transportation Research Circular E-C153: Dynamic Traffic Assignment: A Primer Publications such as the Highway Capacity Manual (HCM) (1) contain guidelines, concepts, and procedures for computing the quality of service and capacity of various highway facilities. HCM is an excellent resource for a sketch evaluation and high-level analysis of ...

  3. PDF Traffic assignment

    route taken by public transport users and also because the loading of trips on the public transport network does not materially affect the journey time. The usual place of assignment in transportation planning synthesis is as illus­ trated in figure 8.3. Trip ends where there is no choice of travel mode, that is from

  4. Traffic Assignment: A Survey of Mathematical Models and Techniques

    The traditional transportation planning process [1, 2] has the following four stages, having traffic assignment as one of the four stages:1. Trip Generation: Trip generation involves estimating the number of trips generated at each origin node and/or the number of trips attracted to each destination node.This estimation is performed based on surveys conducted and generally uses a model that ...

  5. Traffic Assignment in Practice: Overview and Guidelines for Users

    The paper presents the state of the art in traffic‐assignment elements and provides specific guidelines on their implementation in practice and on the resolution of the identified problems. This paper is one of a series being produced by the Urban Transportation Division (UTD) Transportation Planning Committee of ASCE.

  6. Solving multi-objective traffic assignment

    Traffic assignment is a key component in transport planning models. It models travel behaviour in terms of route choice. This is essential to accurately forecast travel demand and most importantly to enable the correct assessment of the benefits of changes in transport policies and infrastructure developments. The route choice of travellers may be influenced by multiple objectives, for example ...

  7. Dynamic traffic assignment: A review of the ...

    Traffic assignment models are crucial for traffic flow and travel time forecasting in long-term transportation planning and project appraisal, as well as in short-term traffic operation management and control. These models determine the flow on each link and capture the interaction between demand and supply.

  8. Requirements for traffic assignment models for strategic transport

    Transport planning models are used all over the world to assist in the decision making regarding investments in infrastructure and transport services. Traffic assignment is one of the key ...

  9. Traffic Assignment Problem

    Traffic assignment considers which paths are to be selected and the amount of traffic using these paths (if more than one unit). For simple problems, a single path will be selected, while for complex problems, several paths could be used. Factors behind the choice of traffic assignment may include cost, time, or the number of connections.

  10. PDF Chapter 9 Traffic Assignment 10601563 TRANSPORTATION PLANNING

    mathematical programming. Two routes connect a city and a suburb. During the peak-hour morning commute, a total of 4500 vehicles travel from the suburb to the city. Route 1 has a 60-mi/h speed limit and is 6 miles in length; route 2 is 3 miles in length with a 45-mi/h speed limit. Studies show that the total travel time on route 1 increases two ...

  11. Network assignment

    In the metropolitan transportation planning and analysis, the network assignment specifically involves estimating travelers' route choice behavior when travel destinations and mode of travel are known. ... Pierskalla, William P., An Efficient Approach to Solving the Road Network Equilibrium Traffic Assignment Problem, Transportation Research ...

  12. Genetics of traffic assignment models for strategic transport planning

    ABSTRACT. This paper presents a review and classification of traffic assignment models for strategic transport planning purposes by using concepts analogous to genetics in biology. Traffic assignment models share the same theoretical framework (DNA), but differ in capability (genes). We argue that all traffic assignment models can be described ...

  13. Convergence behavior for traffic assignment characterization metrics

    Traffic assignment is used for infrastructure planning, based on metrics like total system travel time (TSTT), vehicle-miles traveled (VMT) and link or path flows. Algorithms for traffic assignment converge to an equilibrium solution over multiple iterations, but these metrics converge at different rates.

  14. A path-based flow formulation for the traffic assignment problem

    Transportation Planning and Technology Volume 39, 2016 - Issue 6. Submit an article Journal homepage. 356 Views 0 ... traffic assignment is the key component to achieve the objectives of both traffic management and route choice decisions for travelers. Traffic assignment can be classified into two models based on the behavioral assumptions ...

  15. Traffic Assignments to Transportation Networks

    Section 3.1 introduces the assignment problem in transportation as the distribution of traffic in a network considering the demand between locations and the transport supply of the network. Four trip assignment models relevant to transportation are presented and characterized. Section 3.2 covers traffic assignment to uncongested networks based ...

  16. Mod 6, Part 6: Traffic Assignment (Incremental Method)

    Urban Transportation Planning, Introduction toModule 06: Traffic Assignment(Copyright) Mohan Venigalla

  17. PDF SOME DEVELOPMENTS IN EQUILIBRIUM TRAFFIC ASSIGNMENTt

    Some developments in equilibrium traffic assignment 245. where AP9 is the Lagrange multiplier associated with (3a). Equating the partial derivatives of L to zero will give the conditions that a stationary point h* of 2, subject to (3a) and (3b) must satisfy. Since (&5/&k,P,) does not exist when hk,p4 = 0, a solution will only be valid if all ...

  18. Mitigating Traffic Congestion: The Role of Intelligent Transportation

    Systems is associated with a decrease in traffic congestion, an effect that amounts to an annual saving of. $4. 72 billion in congestion costs, 175 million hours of travel time, 53 million gallons ...

  19. IOP Conference Series: Materials Science and Engineering PAPER OPEN

    IV. Traffic Assignment. Let's consider each of these steps according to road network operation a part of transport hub. Trip generation determines by a number of services and infrastructure objects placed on the territory of a transport hub. All this objects form population demand and provoke traffic of transport

  20. Athens 2004 Olympic Games: Transportation Planning ...

    Frantzeskakis and Frantzeskakis (2006) document the transportation and traffic planning for the 2004 Athens Olympic Games. They describe the methods and software used to determine vehicle ...

  21. Genetics of traffic assignment models for strategic transport planning

    This paper presents a review and classification of traffic assignment models for strategic transport planning purposes by using concepts analogous to genetics in biology. Traffic assignment models share the same theoretical framework (DNA), but differ in capability (genes). We argue that all traffic assignment models can be described by three ...

  22. PDF CSO # Assignment Description # of firms required

    firm may be required to conduct traffic counts, provide inspection and data collection for traffic signals, crash analyses, perform highway capacity and queue analyses, conduct traffic engineering studies, conduct spatial analysis using transportation assets and associated data, prepare "As-uilt" plans from projects,

  23. Traffic assignment in urban transportation network problem with

    Traffic assignment in urban transport planning is the process of allocating traffic flows in a network. Traditionally, traffic assignment can reduce travel time or travel costs. As the number of vehicles increases and congestion causes increased emissions, environmental issues in transportation are gaining more and more attention. The main objective of this study is to address the issue of ...

  24. Moscow's Spies Were Stealing US Tech

    By sabotaging such technology, a spy service might endanger innocent lives. A blown electrical grid in wintertime could mean people freeze to death. Fritzed traffic lights could lead to car accidents.

  25. Los Angeles Olympics in 2028 will be 'no-car Games,' with venues

    Los Angeles, the city famous for its vast freeways full of stop-and-go traffic, has a bold plan in mind for getting people to the 2028 Olympics: no cars. L.A. mayor Karen Bass said Saturday the ...

  26. Karen Bass touts 'car-free' L.A. Olympics, but there's a catch

    L.A. Mayor Karen Bass is pushing public transit and remote work to help keep 2028 Olympics traffic manageable, but LA28 is planning for some car use.

  27. Data-Driven Traffic Assignment: A Novel Approach for Learning Traffic

    The traffic assignment problem (TAP) is one of the key components of transportation planning and operations. It is used to determine the traffic flow of each link of a transportation network for a given travel demand based on modeling the interactions among traveler route choices and the congestion that results from their travel over the network (Sheffi 1985).

  28. Federal Register :: Notice of Final State Agency Actions on US 60

    Mr. Steven Olmsted, NEPA Assignment Manager, Environment Planning, Arizona Department of Transportation, 205 S 17th Avenue, MD EM02, Phoenix, Arizona 85007; telephone: (480) 202-6050, email: [email protected]. The Arizona Department of Transportation normal business hours are 8:00 a.m. to 4:30 p.m. (Mountain Standard Time).

  29. PDF Federal Register /Vol. 89, No. 154/Friday, August 9, 2024 ...

    Steven Olmsted, NEPA Assignment Manager, Environment Planning, Arizona Department of Transportation, 205 S 17th Avenue, MD EM02, Phoenix, Arizona 85007; telephone: (480) 202- 6050, email: [email protected]. The Arizona Department of Transportation normal business hours are 8:00 a.m. to 4:30 p.m. (Mountain Standard Time).