CharlotteJackson / DC_Crash_Bot

10 stars 7 forks source link

Given an address, get the type of vehicles that pass by #86

Open banjtheman opened 3 years ago

banjtheman commented 3 years ago

What is the Task

Create a function that given an address returns the type of vehicles that pass by

Why do we want to do this

Step 7 in the TSA is Vehicle types: Is the concern about commuter traffic in cars? Is there a high volume of trucks, perhaps due to nearby construction? What about buses?

How can I get started?

Don't believe we have data on types of cars on a road, so will need to dig for this Also for nearby construction. We might have data if the road is on a bus route?

Definition of Done

A function that given an address returns the type of vehicles that pass by