Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problem with converting vissim to sumo.

Somewhere in your inpx file is an xml attribute with an empty value (someAttribute=""). This is not expected by the importer.
Search for "" in your file and try to remove the attribute (or set an appropriate value).
regards,
Jakob

2017-09-26 14:34 GMT+02:00 Phuong Nguyen via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello,

I am trying to convert a vissim file to sumo using below command:

netconvert --vissim-file=robust.inpx --output-file=mySumofile.net.xml

and here is result:
warning: Environment variable SUMO_HOME is not set, using built in type
maps.
85
2
211.74
-1221.07, -1531.35 -1220.78, -1530.12 -1202.48, -1346.63 -1201.82, -1332.38
-1201.37, -1320.59
Error: Runtime error: Empty data while parsing 'robust.inpx'
Error: No nodes loaded.
Quitting (on error).

Can you please give me any suggestion with this problem.

Thank you very  much indeed.

Best regards,

Phuong.

--
Ms. Phuong Thi Mai Nguyen
PhD student, De Montfort University,
Leicester, UK.
Email: <Email%3Antmphuong@xxxxxxxxxxx> phuongthimainguyen@xxxxxxxxx
          p14029633@xxxxxxxxxxxxxxxxx
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top