matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
79 stars 176 forks source link

Using HERE network #689

Open Dib-AEK opened 2 years ago

Dib-AEK commented 2 years ago

Hello,

I am a beginner with MATSim and I would like to run some simulations of the Ile de France scenario that you could find here. However, I want to use the traffic network that is provided by HERE API. I would like to know if anyone has tried to do this before? and how they converted the network provided by HERE API into a MATSim input;

I will highly appreciate any guidance in this regard. Thanks

jfbischoff commented 2 years ago

I don't think that the HERE API lets you export network geometries, such as nodes and link locations and attributes (speeds, lanes, etc.). I could be wrong though. If you manage to get this data in some sensible format from Here, the conversion to a MATSim network could easily be done in either JAVA or Python.

Dib-AEK commented 2 years ago

Thank you for responding, Yes, indeed, I managed to get the traffic network data, but it needs post-processing to convert it into a format understandable by MATSim; that's why I wanted to know if someone had already done that before.