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:36:42 +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=HQNJaXrcLiCyPTFQBhgJ77s3+LvK0nAFoLEUN8hySoM=; b=T+AhsbeVGo4yWsqYzm4JiPq1faJuQRLz2PyyLLWLdjsgm7xRjsPdmmzaxv+N7Y/ESgsekn0FoPcDkbJqhiNVyk42aflh6GLJBTKJbsIIxVPdiKUEcq0Jfguyj+83kYYkoHdbto57FQtSgvSYgPoFoUrtYfjXKmJ66Tth9PsoN/6HqXlL1Dox1iwomOdz5hM1vWVbNSD2Fk8+VrrOVg68RELxh8IYfXlWD6A4PX1Cuh/7nrgObH807Olb2VcuvSe9ad/tbhakedlOSML6bpjnWKP1YLmK/jkOqGMeqhQMNy52WDOqFmjVRI9o3PEqBV2WGMvfW6p9BmCXA1jgMp/POQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hGVd4WMfDKXQN2NmL99EgUAzElYQHK/1J+sfcer0wh//y1WcpNjIG+tyZ5OgZSXQFT5L1toxwXdmXhrcPH07u7BGpwZCAYtQr4UBy17PDLADpjq66C5iQUJHEAwKLdntTF6mOy3GfblxSic76ncIlddDaBlmh0+lhT/R1IyyFs0bL0Q+o8Ijgckad0tYc4dXOxVc2MDXAWKJE0Djsj+nvM474Ren+sL+oQowX5GD0mkkhrNzYM+KgjE5711p3yn2AgebJxUywkn1MHd7W2VF8LlnF18Z3NTx/Xb2Potugyo0cqOyMQ+YkWOIaxbsz3DVBf+FJehUiyM3fYFUxjt2xw==
  • 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+FMGEku8ozqmVKKyAgAD4vX0=
  • Thread-topic: [sumo-user] netconvert Error: value '0' must be greater than or equal to minInclusive facet value '1'

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.
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:
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

Back to the top