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.5k stars 1.41k forks source link

enhance lane output to make it easier to compute the total number of vehicles (trac #1829) #1829

Closed behrisch closed 6 years ago

behrisch commented 9 years ago

there is currently no way to accurately count to total number of vehicles that passed a lane without the risk of counting lane-changed vehicles multiple times.

Edge output does not have this issue since every vehicle is either in 'left' or 'arrived' (and in 'entered' or 'departed').

One could argue that is simply the wrong tool for that and to use a real detector instead.

Migrated from http://sumo.dlr.de/ticket/1829

{
    "status": "closed", 
    "changetime": "2015-06-26T15:26:10Z", 
    "description": "there is currently no way to accurately count to total number of vehicles that passed a lane without the risk of counting lane-changed vehicles multiple times.\n\nEdge output does not have this issue since every vehicle is either in 'left' or 'arrived' (and in 'entered' or 'departed').\n\nOne could argue that <laneDate> is simply the wrong tool for that and to use a real detector instead.", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "wontfix", 
    "_ts": "1435332370842808", 
    "component": "simulation data output", 
    "summary": "enhance lane output to make it easier to compute the total number of vehicles", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2015-06-26T14:42:49Z", 
    "milestone": "2.0.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 9 years ago

there is currently no way to accurately count to total number of vehicles on a lane without the risk of counting lane-changed vehicles multiple times.

to:

there is currently no way to accurately count to total number of vehicles on a lane without the risk of counting lane-changed vehicles multiple times.

Edge output does not have this issue since every vehicle is either in 'left' or 'arrived' (and in 'entered' or 'departed')

behrisch commented 9 years ago

there is currently no way to accurately count to total number of vehicles on a lane without the risk of counting lane-changed vehicles multiple times.

Edge output does not have this issue since every vehicle is either in 'left' or 'arrived' (and in 'entered' or 'departed')

to:

there is currently no way to accurately count to total number of vehicles that passed a lane without the risk of counting lane-changed vehicles multiple times.

Edge output does not have this issue since every vehicle is either in 'left' or 'arrived' (and in 'entered' or 'departed').

One could argue that is simply the wrong tool for that and to use a real detector instead.