Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'
  • From: Cortlandt Montross <cortmontross@xxxxxxxxxxx>
  • Date: Tue, 13 Oct 2020 23:44:18 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=2NqgvfwZPPCBGSKlKAZTrD9ie477ZWvtDCj8Xk8PJcE=; b=kXzwui+CqnjzNyHa7MMmS4xyM2kW5Ir3SOpUzvkj8Rbto752WCSpz0XUfNs0i4gLXXd0G2sUS/CJ45avqidWTR5gJXK8dBpJpxc6I1Mm34SnHA2+ZObmZGbPLLne5kzwD+kcOlj8Txyi0xsRuTDnY03ScHjVo4iyZUljU/ecoIHguYxg8wSHkOoxdpwgpnQWuYP/gDjb9CdsshRCERi18MhvPj2WlKxjGIKf32KyWL+zrzi1VZuIHlmPzo/WTKNcnNKiYY30inENWl6v9JfGi/P1/STFDruEA6UcbGkXb3+kGTId09k0Fc+T4bSdspJh49EGGfG3eg3O9qsDijdyEQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YWZ778Ykk0vHBcPV9+ojCxgbNn68o0kR6Q3nJJ935J29pwhGNp2Lub/jVwLVKTVDSErYtWJtHrV+itddOWhQC8+dKGgr06zPYR020plKYsuNyeZWcHFPiHwl0jxeHe6z3NM+PSROcHZcqEpKmFHUywC8CwZvDZXjNA9n76XWkDF6y/rnBvERZK/kGHrckUaWc7ufdVi3Sbli5KSjw+oLKbAvOkyprWty2RyFl58GgXCBmyfm5liYy2UW3kialYY23CPvIW3D0aKYf58EkExcLTxswYyuj6GGPR3VHgPD0XL0WIKtxyIKP6CfVdEM9A+mMtrIHkyX8IuVGPNRwgmK+g==
  • 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: AQHWoPae4TjLtcqRTEC+FMGEku8ozqmVKKyAgAD4vX2AABIygg==
  • Thread-topic: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'


Apologies for my autocorrect mishap Harald.

On Oct 13, 2020, at 7:37 PM, Cortlandt Montross <cortmontross@xxxxxxxxxxx> wrote:


Hello Harold,

I actually believe I figured it out. When Synchro has a 'link' (edge) going in only one direction, it will also create a data set for a link going in the opposite direction and describe it as having 0 lanes. The script was taking this data which it should've skipped over and using it to create an edge with numlanes ='0', which SUMO doesn't like.  After altering the script to remove these redundancies, the netconvert tool worked just fine. In case you're curious, here's a comparison of the road networks in both simulation software.
<image.png>
<image.png>
It's a very barebones conversion but obviously there is more work to be done. I appreciate your speedy response Harold.

Thanks,

Cortlandt


From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Harald Schaefer <fechsaer@xxxxxxxxx>
Sent: Tuesday, October 13, 2020 3:48 AM
To: sumo-user@xxxxxxxxxxx <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'
 

Hi Cortlandt,


can you please post the first 7 lines of your WorkPlease.edg.xml file?


Thanks, Harald


Am 13.10.20 um 02:23 schrieb Cortlandt Montross:
Hi all,

I'm working on a script for converting Synchro geometric data into SUMO plain-xml to be converted in .net.xml with the netconvert tool. I've had much success with some basic test files and I've moved on to slightly more advanced files. Currently, with a rather large network, I am experiencing the following error when I try to use netconvert on a .nod.xml and .edg.xml file:
<image.png>
I am having difficulty determining the source of this error. Any help on this would be greatly appreciated.

Thanks,

Cortlandt

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

PNG image

PNG image

PNG image


Back to the top