Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Role of linestring modification in prevention of road network subgraphs

Mehmet Kunt1,PhD, Jennifer Zuehlke2, Randy Machemehl2, PhD, PE

1Eastern Mediterranean University, 2The University of Texas at Austin

This is a repository for purposes of presenting the SciPy2020 Poster at SciPy2020. All the scheduled presentations can be viewed at SciPy2020 Schedule.

Summary

In this study, we used coordinate truncation in TIGER/Line datasets for roads to prevent the formation of subgraphs and to ensure a connected graph for network analysis. The method consists of writing a structured code to perform truncation of end coordinates, segmentation of linestrings at the intersection points, and identification of the original linestring to the segments. Overall, the results show improved network connectivity and better performance in finding shortest paths with Networkx. Part of the road network in the state of Texas is being used to demonstrate both the effect of multiple subgraphs and the improvement comes with the proposed approach.

Outline

Poster Navigation Board
Significance Discussion
Data Analysis Conclussion
Methodology Tools