https://github.com/cjunwon/srilab-road-demand-analysis
Data-driven graph-based analysis of commonly used roads in a large-scale transportation network (developed under SRILab, UCLA)
https://github.com/cjunwon/srilab-road-demand-analysis
dijkstra-shortest-path geopandas geospatial-analysis geospatial-data geospatial-processing graphs-algorithms kriging networks python shortest-path-algorithm
Last synced: 8 months ago
JSON representation
Data-driven graph-based analysis of commonly used roads in a large-scale transportation network (developed under SRILab, UCLA)
- Host: GitHub
- URL: https://github.com/cjunwon/srilab-road-demand-analysis
- Owner: cjunwon
- Created: 2023-10-20T19:03:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T19:37:51.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:42:44.231Z (10 months ago)
- Topics: dijkstra-shortest-path, geopandas, geospatial-analysis, geospatial-data, geospatial-processing, graphs-algorithms, kriging, networks, python, shortest-path-algorithm
- Language: Jupyter Notebook
- Homepage: https://site.hspa.info/#home
- Size: 49.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Los Angeles Hillside Road Demand Analysis
This is a subproject under a larger project in the Sensing and Robotics for Infrastructure (SRI) Lab at UCLA. The subproject was developed by Junwon Choi and supervised by Sven Malama, MASc.
This project is currently being updated to account for larger graph representations with igraph package integration, batch processing, and automation. Click [here](https://github.com/cjunwon/SRILab-Road-Demand-Analysis-Expanded-Graph) to see the updated code.
As part of an attempt to efficiently estimate traffic levels based on demographic levels, this subproject provides an alternative method of estimating road demand in the hillside street segments of the LA transportation system using a graph representation of the Los Angeles transportation network and the LEHD Origin-Destination Employment Statistics (LODES) dataset from the U.S. Census Bureau.
This project mainly uses data from the following sources:
- [StreetsLA GeoHub Street Inventory](https://geohub.lacity.org/datasets/lahub::streetsla-geohub-street-inventory/about) (StreetsLA, City of Los Angeles)
- [Longitudinal Employer-Household Dynamics Origin-Destination Employment Statistics (LODES)](https://lehd.ces.census.gov/data/) (United States Census Bureau)
---
The following slides provide a brief overview of the subproject.







