Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/import/OSM/webWizard_saveTemplate/toolcfg.tools
428530 views
<configuration>
    <web-socket value="False" type="bool" help="Create a (legacy) websocket instead of running a http server." category="processing"/>
    <remote value="False" type="bool" help="In remote mode, SUMO GUI will not be automatically opened instead a zip file will be generated." category="processing"/>
    <osm-file value="osm_bbox.osm.xml" type="string" help="use input file from path." category="processing"/>
    <test-output value="None" type="string" help="Run with pre-defined options on file 'osm_bbox.osm.xml' and write output to the given directory." category="processing"/>
    <bbox value="None" type="string" help="bounding box to retrieve in geo coordinates west,south,east,north." category="processing"/>
    <output value="None" type="string" help="Write output to the given folder rather than creating a name based on the timestamp" category="processing"/>
    <address value="" type="string" help="Address for the web socket or server." category="processing"/>
    <port value="None" type="int" help="Port for the web socket or server. By default a random port is chosen." category="processing"/>
    <verbose value="False" type="bool" help="tell me what you are doing" category="processing"/>
    <begin value="0" type="time" help="Defines the begin time for the scenario." category="processing"/>
    <end value="900" type="time" help="Defines the end time for the scenario." category="processing"/>
    <netconvert-options value="None" type="string" help="additional comma-separated options for netconvert" category="processing"/>
    <demand value="passenger:6f5,bicycle:2f2,pedestrian:4,ship:1f40" type="string" help="Traffic demand definition for non-interactive mode." category="processing"/>
</configuration>