From 1cc65f84331ad1e21e07476a331688c6869a7e7e Mon Sep 17 00:00:00 2001 From: Joshua Croff Date: Wed, 29 Nov 2023 12:27:46 -0800 Subject: [PATCH] Create README.md --- .../BusAID-Hotspot-Analysis/README.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Project-Documentation/BusAID-Hotspot-Analysis/README.md diff --git a/Project-Documentation/BusAID-Hotspot-Analysis/README.md b/Project-Documentation/BusAID-Hotspot-Analysis/README.md new file mode 100644 index 0000000..196a58d --- /dev/null +++ b/Project-Documentation/BusAID-Hotspot-Analysis/README.md @@ -0,0 +1,31 @@ +# Bus AID Hotspot Analysis + +- [Purpose](#purpose) +- [Description](#description) +- [Parameters](#parameters) +- [Methodology](#methodology) + +# Purpose +The purpose of this repository is to document the Bus AID Hotspot Analysis project. + +# Description +The Bus AID Hotspot Analysis is being carried out collaboratively between the DataViz and Regional Network Management (RNM) teams. The RNM team leading the Bus Accelerated Infrastructure Delivery (BusAID) program, is working to inventory transit operator-identified "hotspot" locations throughout the Bay Area with transit speed and reliability issues, score these hotspot locations, and fund quick-build projects at the highest scoring locations. To score projects, the team is using criteria related to transit ridership, potential delay reduction, equity considerations, and presence of Priority Development Areas (PDAs). + +The goal of this project is to develop an automated, repeatable geospatial analysis process related to the equity and PDA criteria mentioned above. + +# Parameters + +1. Provide number of Equity Priority Area (EPC) Census Tracts served by all transit routes passing through hotspot locations as a share of total census tracts served by all transit routes passing through hotspot locations. +2. Provide number of transit routes passing through hotspot locations that serve PDA(s) as a share of total transit routes passing through hotspot locations. +3. Provide demographic data for census tracts served by transit routes passing through hotspot locations. + +# Project Resources + +| Purpose | Resource | Description | Location | Link (if any) | Access | Notes | +|--------|-----------|-------------|----------|---------------|--------|-------| +| Input | Source Data | Hotspot geospatial data (KMZ points/lines) | Box | [BusAID Hotspot Inventory_v2 (October).kmz ](https://mtcdrive.box.com/s/8sfwj4rcpc1uplg588tp3hxznc83j9m1) | Internal Only | | +| Input | Source Data | Hotspot tabluar data (Excel spreadsheet) | Box | [BusAID Hotspot Master List_112823.xlsx](https://mtcdrive.box.com/s/tyl4c2yinhtgp42kzfdqohcg5kzy1kwh) | Internal Only | | +| Input | Source Data | Individual operator hotspot data (Excel spreadsheets) | Box | [Individual Operator Spreadsheets](https://mtcdrive.box.com/s/a60zuajafmaisllxhi7unwbbnlh48qql) | Internal Only | | +| Data Catalog | Published Datasets | ArcGIS Online working roup for managing working and draft content | ArcGIS Online | [Bus AID (Private - Working)](https://mtc.maps.arcgis.com/home/group.html?id=0ebbbd31731f41558becf30d5a210752#overview) | Project Collaborators | | + +# Methodology \ No newline at end of file