eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.57k stars 1.43k forks source link

add new numerical edge attribute distance #5334

Closed namdre closed 5 years ago

namdre commented 5 years ago

to denote kilometrage/mileage/chainage (Kilometrierung)

~~as this corresponds to fixed values on a physical marker it may be more useful to keep this in the original units (kilometers or even miles) rather than in m. In this case the conversion factor to meters should be saved as a network attribute (#5336)~~

The physical markers are not imported. Instead the value corresponding to the start of the edge are computed instead. All values are stored in 'm' internally.

namdre commented 5 years ago

motivated by the railway domain but also in use for road networks.