Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] netconvert --osm-files command not showing errors

The error being conveyed is that the loaded files contain no usable OSM data. If there were any faulty data that would have been reported.
The file ending '.net.xml' suggests that you are trying to load sumo networks rather than raw osm data.
To merge raw osm data from osmWebWizard calls use the files called osm_bbbox.osm.xml
If for some reason you wish to merge multiple sumo networks, use option --sumo-net-file instead.

Am Do., 8. Okt. 2020 um 09:09 Uhr schrieb Chris Weinhaupl <chrisweinhaupl@xxxxxxxxx>:
The source of all the obm.net.xml files are from running osmWebWizard.py

Error is not very descriptive.
I am missing an option to print additional errors that might show me the errors?

Thanks






C:\sumo_projects\C_Region_OSM>netconvert  --osm-files 1\osm.net.xml,2\osm.net.xml,3\osm.net.xml,4\osm.net.xml,5\osm.net.xml,6\osm.net.xml,7\osm.net.xml -v --show-errors.connections-first-try --error-log ERRORS.txt
Parsing types from 'C:\Sumo\/data/typemap/osmNetconvert.typ.xml' ... done.
Parsing nodes from osm-file '1\osm.net.xml' ... done.
Parsing nodes from osm-file '2\osm.net.xml' ... done.
Parsing nodes from osm-file '3\osm.net.xml' ... done.
Parsing nodes from osm-file '4\osm.net.xml' ... done.
Parsing nodes from osm-file '5\osm.net.xml' ... done.
Parsing nodes from osm-file '6\osm.net.xml' ... done.
Parsing nodes from osm-file '7\osm.net.xml' ... done.
Parsing edges from osm-file '1\osm.net.xml' ... done.
Parsing edges from osm-file '2\osm.net.xml' ... done.
Parsing edges from osm-file '3\osm.net.xml' ... done.
Parsing edges from osm-file '4\osm.net.xml' ... done.
Parsing edges from osm-file '5\osm.net.xml' ... done.
Parsing edges from osm-file '6\osm.net.xml' ... done.
Parsing edges from osm-file '7\osm.net.xml' ... done.
Removing duplicate edges ... done.
Parsing relations from osm-file '1\osm.net.xml' ... done.
Parsing relations from osm-file '2\osm.net.xml' ... done.
Parsing relations from osm-file '3\osm.net.xml' ... done.
Parsing relations from osm-file '4\osm.net.xml' ... done.
Parsing relations from osm-file '5\osm.net.xml' ... done.
Parsing relations from osm-file '6\osm.net.xml' ... done.
Parsing relations from osm-file '7\osm.net.xml' ... done.
Error: No nodes loaded.
Quitting (on error).


ERRORS.txt file contents:
Error: No nodes loaded.
Quitting (on error).
_______________________________________________
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