You can now download the scenario builder as a Docker container and run it on your own PC.
To do this download here the container.
You can install it with the following command:
docker run -d -p 27025:80 -p PORT:PORT -e WS_PORT=PORT --name OpalScenarioBuilder anrunie/opalscenariobuilder:latest
Where PORT exposes the port for the service, and WS_PORT exposes an internal port needed for the service. You
have to select those ports.
Once it is running, you can access the scenario builder with your browser at http://localhost:PORT.
Please, do this to decrease the load on our server and to have the scenario builder always available
You can select an area from OpenStreetMap which will be used to build a Veneris scenario with road network, traffic demand and environment.
In the map below, select an area and press "Generate scenario".
When created, the scenario will be run on the browser below with the
Veneris WebGL builder.
You can just generate the scenario files for downloading by checking here, without running the scenario on the browser, which may be problematic depending on the memory and browser you are using (see tips below).
The scenario builder uses a modified version of the SUMO osmWebWizard tool to generate the XML SUMO files (net, rou and polys) which are then converted to JSON and read by the Veneris builders.
You can also download and inspect the JSON files generated.
We are using SUMO 0.32.0 for generating the files. Be aware that using other versions of SUMO may not work because of changes in the XML elements used, that may not be understood by Veneris.
The builder now does not build non-vehicle class edges. Since we only simulate motor vehicles they usually only cause trouble for the builder. So we have used the netconvert option --remove-edges.by-vclass delivery,transport,lightrail,cityrail,rail_slow,rail_fast,motorcycle,bicycle,pedestrian for generating the files. If you want to use (or see them), you have to generate the files yourself with the SUMO web wizard.
Do not uncheck the Cars or the Add Polygons in the option tabs of the map below. Otherwise the scenario builder will not work. If you do not really need cars and polygons, just ignore the osm.poly and osm.rou files generated when you download the scenario.
Copyright Esteban Egea-Lopez - 2019-2021. Last modified: 05-2021