Related Experiment Video
Updated: Sep 29, 2025

14:55
Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street
Published on: January 20, 2023
3.5K
Speeding Up Reachability Queries in Public Transport Networks Using Graph Partitioning
Bezaye Tesfaye1, Nikolaus Augsten1, Mateusz Pawlik1
1University of Salzburg, Salzburg, Austria.
Summary
This study introduces a novel index for efficient reachability queries in public transport networks. The new method partitions networks into cells, outperforming existing solutions for large-scale spatial and temporal pathfinding.
Area of Science:
- Computer Science
- Database Systems
- Spatial Databases
Background:
- Public transport networks present unique challenges for pathfinding due to time-varying travel costs.
- Reachability queries, crucial for applications like recommendations and geomarketing, retrieve all points of interest (POIs) accessible within a budget.
- Existing methods, such as modified Dijkstra's algorithm or individual path queries per POI, lack scalability for large networks.
Purpose of the Study:
- To develop an efficient and scalable solution for reachability queries in time-dependent public transport networks.
- To propose a novel index that optimizes the retrieval of reachable POIs.
Main Methods:
- A new lightweight reachability index is proposed.
- The core strategy involves partitioning the transport network into cells.
- The query process expands the network analysis cell by cell, differing from traditional edge-by-edge approaches.
Main Results:
- The proposed index-based approach significantly enhances the efficiency of reachability queries.
- Empirical evaluations on both synthetic and real-world datasets demonstrate the effectiveness of the method.
- The solution scales well for large public transport networks.
Conclusions:
- The novel cell-based reachability index offers an efficient and effective solution for querying public transport networks.
- This approach overcomes the scalability limitations of existing methods.
- The findings have implications for various location-based services and spatial data analysis applications.
Related Concept Videos
Short-distance Transport of Resources
16.6K
Short-distance transport refers to transport that occurs over a distance of just 2-3 cells, crossing the plasma membrane in the process. Small uncharged molecules, such as oxygen, carbon dioxide, and water, can diffuse across the plasma membrane on their own. In contrast, ions and larger molecules require the assistance of transport proteins due to their charge or size. Transport across membranes also occurs within individual cells, playing a variety of essential roles for the plant as a whole.
16.6K
Design Example: Alignment of a Road Line Using GIS
121
The alignment of a road line using Geographic Information Systems (GIS) is a critical process in civil engineering, combining advanced technology with practical decision-making. This methodology begins with the collection of geospatial data, including information on land cover, geomorphology, drainage patterns, slope, and contour details. Such data is typically acquired through satellite imagery and GIS tools, offering a comprehensive understanding of the terrain.Once the data is gathered, it...
121
Fast Decoupled and DC Powerflow
312
The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
312
The Power Flow Problem and Solution
370
Power flow problem analysis is fundamental for determining real and reactive power flows in network components, such as transmission lines, transformers, and loads. The power system's single-line diagram provides data on the bus, transmission line, and transformer. Each bus k in the system is characterized by four key variables: voltage magnitude Vk, phase angle δk, real power Pk, and reactive power Qk. Two of these four variables are inputs, while the...
370
Manipulation and Analysis
75
GIS manipulation and analysis functions are vital for decision-making and planning. These activities range from data retrieval tasks, such as selecting information based on specific criteria, to advanced analytical techniques that address complex spatial problems.One critical GIS analysis method is overlaying, which combines multiple data layers to examine impacts. For example, overlaying a river-dammed lake boundary with road networks can identify affected infrastructure. Another common...
75
Distributed Loads: Problem Solving
778
Beams are structural elements commonly employed in engineering applications requiring different load-carrying capacities. The first step in analyzing a beam under a distributed load is to simplify the problem by dividing the load into smaller regions, which allows one to consider each region separately and calculate the magnitude of the equivalent resultant load acting on each portion of the beam. The magnitude of the equivalent resultant load for each region can be determined by calculating...
778

