Open magni5 opened 4 months ago
osm_bbox.osm.xml.gz
is the downloaded OSM file which still needs to be converted to a SUMO network file. In your case this process fails because libgdal / GDAL library cannot be found.
The problem is that calling executables from inside the flatpak is not that easy. I tried to do flatpak run --command=bash org.eclipse.sumo
. I can at least run netconvert
then. But if I run the webWizard inside that bash, my browser refuses to connect to the index.html. The same thing happens if I start the web wizard from the flatpak directly. Can you recheck whether the bask workaround helps in your case?
First of all, thank you for your work.
My situation is the following.
SUMO-version: 1.20.0 operating system: Fedora Linux 40
I have downloaded SUMO from FlatHub. From the file system location of the application I have run
python osmWebWizard.py
. Using the browser (tried both from Firefox and Brave) I have tried to Generate Scenario (both with default and custom configuration, even with less "resources" as possible). The generation starts but then it gives error. Below the output from the terminal.In the folder
/home/marco/Sumo/2024-07-22-12-39-47
is generated only aosm_bbox.osm.xml.gz
file, but when uploaded to SUMO it givesError: No option with the name 'tag' exists.