Skip to main content

Integration

Explore traffic studies through this video:

TES Cloud Integration Part 3: Traffic Study

The traffic study API, which currently includes three main endpoints:

  • Studies Overview
    • Provides an overview of the studies.
  • Volume Data by Approach
    • Provides volume data extracted from any type of study, categorized by approach.
  • Volume Data by Movement
    • Provides volume data extracted from any type of study, categorized by each movement on each approach.

This API offers versatile querying capabilities, allowing you to filter data based on:

  • Date and time
  • Location
    • GeoId
    • Location Id
    • Location Type
    • Jurisdiction
    • Municipality
  • Study
    • Study Id
    • Study Type (Volume, TMC, Speed)
    • Study Category (Volume, Speed, Classification, Continuous Count)
    • Status (e.g., approved)

You can adjust the aggregation interval to 5, 15, or 60 minutes based on the original data collection method and aggregation interval.

The API provides:

  • Overall Volume Data Collected
  • Detailed Volume Data Aggregated by Approach
  • Detailed Volume Data Aggregated by Movements
  • AADT calculated from studies for intersections and road segments for each approach and total
  • Overall Speed Statistics for each direction and both directions if speed data was collected (Median, Mean, 85th and 95th percentile, pace, etc.)
  • Signal Warrant Calculation and summary

Integration Sample

You can access the samples here.