zorostang / chicago_bike_equity

Visualization and analysis of Chicago bike lanes. An effort to determine how the bike lane installations are divided among the entire city.
MIT License
20 stars 14 forks source link

Add a Divvy service area of 2 miles around the stations #19

Closed stevevance closed 9 years ago

stevevance commented 9 years ago

Currently there's a Divvy buffer area of 0.5 miles around each station, which represents the walk shed (the distance most people would walk from their home to the Divvy station, or from the Divvy station to the workplace).

There should be a second layer (of a different style) that shows a presumed Divvy service area of 2 miles (the distance you can travel in 30 minutes).

This is definitely going to be inaccurate, because a station on the edge should only have a service area oriented toward other stations.

SyedSufyan commented 9 years ago

We can try calculating the distance traveled in 30 minutes, by taking the average speed of the people driving bikes. I think we can generate this average, by using the divvy data we have. the time taken from one station to another.

stevevance commented 9 years ago

@SyedSufyan Sounds like a potential solution. @thcrock has another idea.

This is a low-priority feature, but if you can solve it easily, do it.