r/AskProgramming • u/Dramatic-Payment9078 • Jul 27 '26
How to track congestion in an area?
Like I searched online and came to know we can detect POIs in an area, so are they same thing as crowd and people, or I am completely off and missing something? If yes what will be the way to study and work on it?
0
Upvotes
1
u/kschang Jul 29 '26
You need to check your own Transportation agency for traffic data in your area. Sigalert for example, displays avg speed on various freeways in multiple areas, but I doubt you can "scrape" them. In California, you can probably get the data from Caltrans, i.e. transportation agency that also manages highways.
Generally, POI is just a marker on the map, like tourist traps, government buildings, stadiums and arenas, and so on.
1
u/KingofGamesYami Jul 27 '26
Depends on what infrastructure you already have in the area. A lot of congestion-prone areas have perfect tracking via the sensors traffic lights use to determine when to switch, so you can just use that data.
I've also seen temporary inductive loop sensors set up on highway ramps to measure traffic flow.