Questions tagged [here-traffic]

18 questions
2
votes
2 answers

HERE traffic api - Getting historical traffic data

I would like to get a traffic data map tile for a specific time. To do this, https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-traffic-flowbasetile.html as written in the documentation, I passed the "time" parameter.…
1
vote
1 answer

Trouble Requesting Data - Historical Traffic

I am trying to extract historical traffic data. The documentation specified the time needs to be in the format: 2022-08-31T00:00:00-07:00 (midnight today). My issue is that no matter what time I enter it only returns data associated with right…
1
vote
1 answer

Use serverless here-api in lambda to extract traffic flow

I deployed a traffic service on aws that uses a lambda function, but I have a hard time understanding how it works. For instance, I see that the lambda function contains .js files for traffic, but I don't understand what part I can edit to create…
Daler
  • 13
  • 2
1
vote
1 answer

In HERE API traffic flow data JSON response, What is the meaning of "SSS" and "SS' ? Where can I get complete list of meanings for JSON response?

Json response for traffic flow data I tried to find meanings of acronyms of JSON response provided by HERE-API for traffic flow data. But couldn't find the meanings of "SSS" and "ss" and a complete list of meanings for JSON response. Please let me…
1
vote
2 answers

HERE API Traffic Flow 403 Forbidden

I try requesting traffic flow data page = requests.get('https://traffic.ls.hereapi.com/traffic/6.2/flow.xml?apiKey={}&bbox={},{};{},{}&responseattributes=sh,fc'.format(api_key,north,west,south,east)) print(page.content.decode('utf-8')) but the…
Agung
  • 133
  • 10
1
vote
1 answer

HERE Historical Traffic Flow Data

How to get historical traffic flow data via http request? I know that HERE provide real time traffic flow data but I need historical data for forecasting
Agung
  • 133
  • 10
1
vote
0 answers

Check if area is covered for traffic flow

I am testing the API on a brand-new freemium account. It works as expected for a few examples but it returns 204 No Content for an area I am interested in. Where can I look up if an area is covered or not? curl -v \ -X GET \ -H 'Content-Type: *'…
pete
  • 11
  • 2
0
votes
1 answer

Here-api. Upgrade to version 7 from 6. We use (RWS -> RW -> FIS->FI->TMC - DE ) in the xml file. Is it possible to get this data in version 7?

The new version of the [here-api] api doesn't have this data and the json file does not contain this data. How does get this data? Example responce version 6 and 7 I tried to find a description of these fields in the documentation. There are none…
mSamwolf
  • 1
  • 1
0
votes
1 answer

How to retrieve data from a layer with a pipeline

I'm trying to get the average speed from the "HERE Real Time Traffic" catalog in the "Flow" layer. I could see that there was an example in the…
NutsFly
  • 3
  • 4
0
votes
1 answer

HERE api traffic flow road segments, are they consistent? and how are they determined?

I am trying to get traffic flow data of a city from HERE API. the data are represented as linestrings (segments). I run a request within a bounding box every 15 minutes, and every time I run one I get different number of roads segments. after…
0
votes
0 answers

HERE TRAFFIC API TPEG, getmessage encryption

I am struggling for an entire week now, failing at meeting the encryption requirements of HERE traffic api, precisely TPEG API. Steps to do:
Yesyoor
  • 157
  • 1
  • 18
0
votes
1 answer

Does traffic API of Here.com works for Mumbai city?

https://traffic.ls.hereapi.com/traffic/6.3/incidents.json?apiKey=tXXqLXg-i2PtCzsP2GOIwLevWMAmmKEoTWCV21UZpI8&bbox=19.18957,72.96330;19.18731,72.96387&criticality=minor I am trying to get traffic information for India's city Mumbai, but when i…
0
votes
1 answer

How do I couple segmented CF traffic data (SS) with shape data (SHP)?

The "Road Shape and Road Class Filters" resource's example seems to imply that CF data is mapped to the current shape. This is because CF and SHP tags are siblings.
0
votes
1 answer

Here Traffic information in the form of JOSN format

Is there any we can get the traffic information in the form of json data, because currently here api gives response in the form of png image which is difficult to process. Below one is the traffic request of Here…
0
votes
1 answer

Can I get\download the traffic flow data of a specific date and time?

Is there a way to get the traffic flow data of a specific date and time? For example, the below request gives real-time traffic…
Tanim
  • 1
  • 2
1
2