STATA georoute using HERE, no data prior to Jan 2020

Viewed 40

I am using georoute with HERE API in Stata to calculate travel distance and travel time. To calculate travel time, date and departure time is included by using historic traffic data.

  1. Using dates prior to January 2020 yields a warning that no historic traffic data prior to January 2020 is available by HERE.

  2. Furthermore, if I calculate travel times with various dates from Jan 2020 to Jan 2022, it yields the exact same travel time for all dates & times for my toy examples. Whereas post January 2022, different days & times yield different travel times (Fridays, rush hour.. have longer travel times). I found online that only 365 days of traffic data are available.

Does anyone know if it is possible to access HERE traffic data prior to January 2020/ for more than the past 365 days?

Thank you!

1 Answers

Yes you can access HERE traffic data prior to January 2020. To request access to HERE Speed Data, use the contact form on the HERE website. When your login has been established, you’ll be able to access the historical traffic data.

Note, Speed data is a historical data set covering 5 years. Additionally, it is available with only two days of latency from the date of collection. We have published blog on Traffic Analytics Speed Data which might help you understand the use case.

/MS

Related