Service version: 1
Last edit: 2026.04.29

Getting started

  1. Choose one of our ready-to-download sample areas that best match your geographic and analytical needs.
  2. Download the delivered Avro files from the TomTom-managed Azure Storage account within the availability window.
  3. Store the data in your own storage environment (cloud or on-premise).
  4. Perform all analysis, processing, and visualization using your own analytics tools and infrastructure.

Traffic Stats Batch is designed for offline, customer-managed analytics workflows and does not support in-place querying or analysis within TomTom systems.

Sample download

To download the sample data, we recommend using the azcopy tool:

Download sample data using azcopy
azcopy copy "https://samplesbatchprod.blob.core.windows.net/london/?sv=2026-02-06&ss=b&srt=co&sp=rl&se=2026-10-04T13:00:00Z&st=2026-07-06T16:00:00Z&spr=https&sig=yjyCQCK72TcUuvsw3Ntn0qWKIBCbL6E0RtQ0X1DAfnU%3D" "<your-target-folder>" --recursive=true

The Azure blob service SAS URL consists of:

  • Storage account name: samplesbatchprod
  • Container: london
  • Access token: included in the URL

How to use this data safely

  • Treat missing (dsegId, hour) combinations as no observed data, not zero traffic. Missing hours can occur even on major roads and should not be interpreted as road closures or zero traffic conditions.
  • Always join Traffic Stats data to the Road Network file using dsegId.
  • Perform spatial aggregation using segment geometry, not Morton tile boundaries.
  • Apply local-time logic downstream using the timeZone field if required.