Add EU wide Traffic Data via DataEX2 #2352
Replies: 3 comments 11 replies
-
Also skimming through the docs there is even more data available than just plain traffic data. There is also parking, service information, electromobility infrastructure, traffic regulations and more available. |
Beta Was this translation helpful? Give feedback.
-
That looks promising, thanks for your investigation. It is obvious that to properly implement traffic info for our users we need a backend server that will proxy and cache responses to users' requests. In this case, we can stay within allowed limits and reduce expenses. The implementation details will be hidden on the server, so probably it should be possible to mix different approaches to collect data from different sources. What do you think? Any ideas or details on the implementation/architecture? |
Beta Was this translation helpful? Give feedback.
-
I started working on the server side, however, this will a) still take quite some time and b) will not cover a lot, especially in the beginning. Another unrelated thought would be to allow users to have a "bounty" program to fix bugs/implement features, e.g. offering 20€ for fixing bug x, implementing feature y. This would, of course, be optional, but might attract new contributors and motivate overall. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
so in a quest for providing traffic info for organic maps Ive mapped out pretty much all 27 memberstates + Norway, Iceland, UK and New Zealand (yes unrelated but, idk.). These are either state or state-owned Sites/Apps/APIs which could be borrowed NewPipe Extractor style, but after adding Estonia Ive discovered Datex2. Datex2 is pretty much a glorified XML Data Exchange Format that is provided through National Access Points (NAP) and soon to be released NAPCore. These NAPs provide a variety of Data Sources from state owned or third party sources, including Traffic Data from goverment agencies (TomTom & Here try really hard, but there are free sources right beneath it). So as an app developer we need to "subscribe" to these data sources for an API key. In general the data is free in some cases, e.g. Swiss, there might be quota limits. In the docs, Datex2 convienently suggests to bind to the data via JAXB. The EU generously provides a full list of participating Countries with others to follow. So either we could "gently" scrape the data from the mapped websites or we use Datex2. What are your thoughts?
TL;DR: Free EU Traffic Data from Official Sources for us to use.
Beta Was this translation helpful? Give feedback.
All reactions