Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXTERNAL] Re: get loaded edge ID in every measure interval
  • From: Xun Liu <xliu8@xxxxxxxxxxxxx>
  • Date: Wed, 18 Nov 2020 14:25:16 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=villanova.edu; dmarc=pass action=none header.from=villanova.edu; dkim=pass header.d=villanova.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/teklpqaL2qGUC4Yx0Y1JwB07HA8ELtbHrHZspnk2ho=; b=dgahlps1e+8B3sq0kMuNYr1Y35Y8eCUJQBhl/QHIqA8dJ74UIB++GkkxWR/b9TOFtnOf4AXoDH+lNfWUPXzHTWRASAz2u6fcNuN/I9QaOm3mKNq/TLQxUeCz2r+ywi5QaVIHRzbUGQIhVtQdZMpD6g86owtD0UauIPMjt7vcc3UZNGRY928KG4fR6MSHoKs4GDYkKsHqnqrJ6piS3z6zRBoSqX99gfv8SMkxIbM7viOzV+p2o1Yyj+lN0lditvu5x6I5H0x6bXiVFoRQB+oKwSNL/ZHpEctxaLcmCxTaLXUhgncNV6A5HB9wwOPzO0iLKECwVHxOXjtoYVnxhNA93Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XC6YvVdXSYmAa5+EEZZs7Ei2VbN8Cdhda5Sf7LkPPDsJdJ50uUGpXjkMbLm86sjOcE11NDTdppUbyTfFoFXmhYYva91dJc+gKbyCdJdr9uJbSwAIwIdNhvCg7DzlT2DNsx3fEj/OowbJYTobXDIzUAy0VIFB0wYYJs3axCR6BQo48ZCf4ZT51u6rEeLohUJwHw/xZlFr6vWUviY2EUkjVqerfQTW9osl+BipsiCzA3EXft28aO7BEEWDYoaqzerPH5K8Dc+EHnQHabeKkaKvdiK5B0o2o3HRhWfEFezl4n6HTTQzSLGEuOn37pCMlReISGlvfsyWwyL4IQzZZil2zQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Ada9tUJBY9kkQ4L1ROe1spSXlS7OzA==
  • Thread-topic: [EXTERNAL] Re: [sumo-user] get loaded edge ID in every measure interval

Hello Jakob,

 

Thanks for your response. The routes were assigned to the network by randomTrips.py and the data was measured by using the “Simulation Edge-based Traffic Measures”. I have found a solution to solve this problem by using traci.vehicle.getIDList and traci.vehicle.getRoadID. Now I met a new problem to get the departure time of a vehicle. Could I retrieve the departure time of a vehicle using a traci command?

 

Best,

Xun

 

发件人: sumo-user-bounces@xxxxxxxxxxx 代表 Jakob Erdmann
发送时间: 20201116 2:07
收件人: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
主题: [EXTERNAL] Re: [sumo-user] get loaded edge ID in every measure interval

 

What do you mean by "the route loaded in the network was measured in several defined interval"?

How was that route loaded and how was it measured?

 

Am So., 15. Nov. 2020 um 22:42 Uhr schrieb Xun Liu <xliu8@xxxxxxxxxxxxx>:

Hello everyone,

 

I currently met a problem about edge information retrieve. I want get the ID of edges, which are loaded in a known route and the route loaded in the network was measured in several defined interval. Such as in the photo, the route was loaded in the network from 0-300s the measure interval is 30s. I want to retrieve the edge IDs of the route which are loaded in every measure interval. Could anyone give some advice to solve this problem? Thanks!

 

Best,

Xun

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top