Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Netconvert from .osm file to .net.xml file

Hello,
I think this is a problem general problem with sumo and mingw that will not go away with another sumo version.
Please try calling netconvert with an explicit type file (copy osmNetconvert.typ.xml file from the sumo data/typemap directory to the current directory):

netconvert --osm-files 2019-01-25-17-37-49/osm_bbox.osm.xml -o map.net.xml -t osmNetconvert.typ.xml

Let me know if that works. I'd like to figure out how to fix it in a more general way.

regards,
Jakob

Am Fr., 25. Jan. 2019 um 18:04 Uhr schrieb Alex Cerioni <cerio_alex@xxxxxxxxxx>:
Hi,
when launching this command
"netconvert --osm 2019-01-25-17-37-49/osm_bbox.osm.xml -o map.net.xml"
I get this error messagge and I don't know how to fix it.
"Error: Could not open types-file 'C/Users/Alex/src/sumo-1.0.1/data/typemap/osmNetconvert.typ.xml'.
Quitting (on error)."
I'm on windows 8.1 with "mingwenv".
I've already tryed launching mingwenv with admin permissions and I have also checked that the file osmNetconvert.typ.xml is not in -Read Only-
Maybe I should use an older version of Sumo and not the 1.0.1 version? Thanks

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top