File size: 914 Bytes
a3c731b
d77a6bf
a3c731b
d77a6bf
a3c731b
 
 
 
 
d77a6bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: NYC Taxi Mobility Equity Dashboard
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
---

# NYC Taxi Mobility Equity Dashboard

An interactive Solara dashboard analyzing whether **FHV** and **Yellow Taxi** 
services are equitably distributed across NYC neighborhoods relative to 
demographic baselines.

## Features

- Pickup & drop-off choropleth maps for FHV and Yellow Taxi
- Diverging demographic maps showing deviation from citywide baseline
- Top-10 stats tables split by service and direction
- Month selector to explore Jan-Mar 2025 data

## Data Sources

- NYC Taxi Zone geometry: data.source.coop
- NYC Census Blocks: opengeos.org
- Trip Records: NYC TLC (Jan-Mar 2025)

## Architecture

- `data_pipeline.py`: one-time data processing, writes to `processed_dashboard.db`
- `dashboard_helpers.py`: reusable map and stats functions
- `app.py`: Solara UI components and layout