Select to view content in your preferred language

How to calculate Hourly Traffic for the Address

1566
1
05-06-2021 04:20 AM
ArockiyaM
Emerging Contributor

Hi,

I want to develop a web app to calculate traffic volume for a particular address. When I enter the address it will calculate the hourly traffic volume, weekly traffic, and average annual daily traffic for the entered address. Where I will get the data for traffic count and the speed information for the address and how to get the hourly traffic volume for a particular address. Please suggest.

0 Kudos
1 Reply
Vandal_WSU
Occasional Contributor

I once created a street map with traffic counts assigned to each segment.  I had the counter locations mapped and did a simply spatial join to the street segments to create a joinable attribute field between the count location/database and the street segments.  You could take that to the next level using the address range for each segment (or geocode it) to then create the query you're looking for.

0 Kudos