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. [cid:00310ab9-8191-4343-bd64-e3be65173ddc][cid:5e5f39ba-d7b1-4995-8350-ed8de6e9623a] It's a very barebones conversion but obviously there is more work to be done. I appreciate your speedy response Harold.
Thanks, Cortlandt ________________________________ From: [email protected] <[email protected]> on behalf of Harald Schaefer <[email protected]> Sent: Tuesday, October 13, 2020 3:48 AM To: [email protected] <[email protected]> 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: [cid:[email protected]] I am having difficulty determining the source of this error. Any help on this would be greatly appreciated. Thanks, Cortlandt _______________________________________________ sumo-user mailing list [email protected]<mailto:[email protected]> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
