Which is the speed using in graphHoper per road?

Hello! In this document I can see mentions to multiplying road speed, but I don’t see anything about the default values of speed. Which is the logic to obtain the default value (non-custom) speed of a road and how can I access it for every road?

Thanks!

1 Like

Good question! This depends on the selected vehicle. See e.g. CarAverageSpeedParser.java.

btw: in the latest development version (“9.0”) it is unlimited and the car_average_speed is explicitly used.

Hi! thanks for your answer. By looking at this, it doesn’t really depend on each edge, right? It’s common for all motorways. Is that the case?

Yes, still you can tweak the speed further by taking into account e.g. max_speed and rural/urban (or lanes).