Re: [sumo-user] Adding PT to the network

2024-03-11 Thread fereshte jafari via sumo-user
Dear Mirko, I see "bus" as an allowed mode in my network but still face those warnings with empty output files! Any ideas? Regards, Fereshteh On Wed, Mar 6, 2024 at 3:17 PM fereshte jafari wrote: > Please see enclosed my typefile. I just defined the disallow option and > since the bus is not

Re: [sumo-user] Assistance Request: Building Visual Studio Solution with libsumo Library

2024-03-11 Thread The div via sumo-user
As mirko says. Visual studio releases keep moving things around so it's virtually impossible to give generally useful guidelines. You need to find out how to add include directories, library directories and libraries for the specific visual studio version you have. Once you know that, the

Re: [sumo-user] Network conversion

2024-03-11 Thread Mirko Barthauer via sumo-user
Dear Joan, we only offer tools for VISUM import, not for exporting the SUMO network. The only network file types SUMO can read and write are OpenDRIVE, amitran and Navteq. If you want to try the conversion yourself, you can read the SUMO net with sumolib

[sumo-user] Network conversion

2024-03-11 Thread Joan Carmona Mercadé via sumo-user
Hello Community, I'm trying to export a SUMO network to a VISUM environment. Is there any use for exporting a SUMO network to some format that VISUM understands? Thanks, Joan ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this

Re: [sumo-user] Assistance Request: Building Visual Studio Solution with libsumo Library

2024-03-11 Thread Mirko Barthauer via sumo-user
Dear Milad, at that point I would advise you to do some Visual Studio C++ tutorial to get accustomed to linking libraries. There are plenty help pages on the internet when searching for c++ linking libraries in Visual Studio. Configuring the settings for libsumo isn't any way different than