Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Connection "state=" in net-file
  • From: Walch Manuel <Manuel.Walch@xxxxxxxxxxx>
  • Date: Mon, 15 Jul 2024 13:49:22 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fh-steyr.at; dmarc=pass action=none header.from=fh-steyr.at; dkim=pass header.d=fh-steyr.at; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=aoThuprI9yi2SHvg9gAeFfn9L9n401sts2BYVyJEtok=; b=V0tgFCyJyoIrjtzqQEVkj/jyO1JN5dlzGAFJeDCg52RhSiYVhZUAdIZkcT0yh0JjW51DAl+Segv+dXp4p2g7Ode9QcnLIn7hNVc/l+QmgTgoIAx0ei/zZygyJNPFt4pkdWRT7UwOatpIKW1EWU4nZT5mNkpm28onxm+Grms785d2UrHAeWHTw75UR8xmNiVV6h8n+UVkuPC9eO+rrr1U4G1HelH+UMqska/+p2+LX80qrDaGsQgvxVPjkFRQK053CbkhuqFQDrTJWD1dsbiyeQLm0vxkz5eDraM/YYy66j4zB2v+fjtPW6q5ph4fLf0UrtitNgglGQ1dmqekQXb1WA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=MZB6apqAGkq0+dyjmzCTVhkV6OZ3MJ9qidAdTWAPzDXYIenC+WVRv8yJL5TstS8jzJQPutpkvee+ZF9l+GbYlUVtt5SQSgCDMPxXVmkxkES0NaW8oQP1vAhGr60dtSculye60TlPqHNbFU2j2xRMI3RUdLYWfgEmX6aEwqHG3isLquRe1PuiFZ79DkEK+3SbBzxuZgGyo9PGB1mlIpQWdQi0YCqiUTVxCWBCo3YLAkz1KV2/MxH64r3iLIilPPHAi/OCYGKERId1EzV2Bhfuizdimj7BgIdtbt05YpgUSSOLaLYzYGzDq1ySs/t1nVZK8mqjiwnfcDeXCpVYazzcGA==
  • 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: AQHa1rxhMdfQGF22BEqsBnxAfeEGiQ==
  • Thread-topic: Connection "state=" in net-file

Dear SUMO-Team,

I am currently building a network for traffic simulations and have generated a SUMO network based on a real world network using netconvert (with the inputs node-file, edge-file and connection-file).

Unfortunately, with the settings I used, some connections in the net-file are not classified correctly. Example:

    <connection from="E461012676To" to="E461012667To" fromLane="0" toLane="0" via=":460050974_0_0" dir="r" state="m"/>
    <connection from="E461012676To" to="E461023547From_onRamp" fromLane="0" toLane="0" via=":460050974_1_0" dir="s" state="m"/>
    <connection from="E461012676To" to="E461023547From_onRamp" fromLane="0" toLane="1" via=":460050974_1_1" dir="s" state="m"/>

Here should be state="M" and not state="m". Is there a way to specify an attribute in the node-file, edge-file or connection-file so that the connection state is set correctly via netconvert? Or is there an option in netconvert to do this?

I couldn't find anything in the online documentation at the moment, but I may have missed something.

Thanks for your help and best regards,
Manuel

 


Back to the top