Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
5,232 changes: 5,232 additions & 0 deletions Data/Bike_Network.geojson

Large diffs are not rendered by default.

32,767 changes: 32,767 additions & 0 deletions Data/Grocery&Restaurant.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Data/Indego_Stations.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.1932, 39.9522]}, "properties": {"name": "34th & Walnut Indego"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.1905, 39.9499]}, "properties": {"name": "33rd & Market Indego"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.1988, 39.9557]}, "properties": {"name": "40th & Market Indego"}}]}
511 changes: 511 additions & 0 deletions Data/Parks and Recreation.geojson

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions Data/Philly Neighborhood.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Data/SEPTA_Bus_Stops.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.1937, 39.9523]}, "properties": {"name": "Spruce St & 34th"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.2, 39.952]}, "properties": {"name": "Walnut & 40th"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.1875, 39.953]}, "properties": {"name": "Chestnut & 33rd"}}]}
1 change: 1 addition & 0 deletions Data/SEPTA_Subway_Stations.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.19, 39.955]}, "properties": {"name": "34th St Station"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.181, 39.9556]}, "properties": {"name": "30th St Station"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.203, 39.955]}, "properties": {"name": "40th St Station"}}]}
636 changes: 636 additions & 0 deletions Data/Universities_Colleges.geojson

Large diffs are not rendered by default.

465,465 changes: 465,465 additions & 0 deletions Data/indego-trips-2025-q3.csv

Large diffs are not rendered by default.

78 changes: 0 additions & 78 deletions INSTRUCTIONS.md

This file was deleted.

31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
Add a readme for your dashboard here. Include content overview, data citations, and any relevant technical details.
# Student Oriented Housing Site Explorer

A web-based interactive dashboard helping students identify optimal housing locations in Philadelphia based on commute convenience, nearby amenities, and bike accessibility.

## Purpose & Users

**Primary Users:** Students seeking off-campus housing near Philadelphia universities
**Secondary Users:** Academic advisors and housing coordinators assisting students

## Core Features

| Feature | Description |
|---------|-------------|
| **Campus Selection** | Choose from 20+ Philadelphia universities via dropdown or map click |
| **Travel Mode Filter** | Toggle between walking and biking with appropriate distance calculations |
| **Time Threshold** | Set maximum commute time (5, 10, 15, or 30 minutes) |
| **Adjustable Scoring** | Customize weights for distance, parks, grocery/food, and bike access |
| **Interactive Results** | Ranked neighborhood list with color-coded scores (0-100) |
| **Detail Popups** | Click any neighborhood for full metric breakdown |
| **Layer Controls** | Toggle visibility of parks, restaurants, and bike network |

## Data Sources

| Dataset | Source | Features |
|---------|--------|----------|
| Neighborhoods | OpenDataPhilly | 158 neighborhood polygons |
| Universities | OpenDataPhilly | 629 university building footprints |
| Parks & Recreation | Philadelphia PPR | 500+ park and recreation sites |
| Grocery & Restaurants | OpenStreetMap | 1,000+ food and grocery locations |
| Bike Network | City of Philadelphia | Complete bike lane network |
Loading