Given an address, get the type of vehicles that pass by
Opened this issue · 0 comments
banjtheman commented
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