Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Location of Lane Change Frequency Output
  • From: "Zedric Banger II (zbanger)" <zbanger@xxxxxxxxxxx>
  • Date: Sun, 19 Mar 2023 22:55:20 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=memphis.edu; dmarc=pass action=none header.from=memphis.edu; dkim=pass header.d=memphis.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=mEMYvWbkL99OKMm6jlwHGPjCxzL4T8Z6iF1l6UTzUrU=; b=Hg7xSy6jJt9s3OgMXO1i5sk48nftQ/u9V3bhAXGmVi17mgEU0uQu99vPNBr9+1In3S8HiGU2BoHvEGq5Qvkyh7wAjRvfS+BykM81H/RdrifWo87+dQRoHpDNU1zwayv7tphYXj6jGcas0mF7LKqZ0jysQCCGMa72zbxPyIIxcXwjhiDKWvs3ZONpTlA1d7u09QajBLiJL7rNRGnAM911ZlkOn7HhKPYpiRjDwWGv87Uv5yCEB2UjOV2yTLsNxSO0A7/pCTrX+dQNaRu5lnw4QHO8SfnnY8gKl6m+8Cn1QzlpENF1w3/RGpKxisH1W8ABiEUtk0ifqnHh+vKLECZO2A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yd6R0pBxmq8NjQZU9sErjTQa3qBx/U+LYUJm8r3ilXCOxfqp8bnpUDExEpgoo4Iii4uKBTf2k0u0d9YF0X5wx9PyCrMCJrJyC+Vndnbf7jAAGA3oI1NRfv6DOjmPEHCgyKw7TkeCxC1YVuJu75WCA3w3OB2l48ceDOVA/jy80vyHisrRbqyl3jdBvOsMkg8InIrBffzdPOLnpFlrhMDQroHy9uWqV7rNib4LfAmSYRj7eVBRTm7fwk8t0oPxZ7woDdmvrYxZsGYeWV1G414TPu0JnGgfs63/Fgeh60rVoWEF2uDs0bU086kHhrtMw+QO9v2uKtfdBzStPPZDh0cEtA==
  • 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>
  • Msip_labels:
  • Thread-index: AQHZWrWnRvY2C795oUuSCj4v9nCOyQ==
  • Thread-topic: Location of Lane Change Frequency Output

I used this method to get the lane change frequency but I looked in the command prompt for the result during the simulation and didn't see anything. Is it somewhere else?

If you want only a single value for your whole simulation, thats:
<additional-files value="ed.add.xml"/>
and in file 'ed.add.xml` put the following
<add>
   <edgeData id="whatever" aggregate="true" file="edgedata_out.xml"/>
</add>

Back to the top