Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/net2geojson/save_template/toolcfg.tools
428510 views
<configuration>
    <net-file value="None" type="net_file" help="The .net.xml file to convert" category="input" required="true"/>
    <edgedata-file value="None" type="edgedata_file" help="Optional edgeData to include in the output" category="input"/>
    <ptline-file value="None" type="file" help="Optional ptline information to include in the output" category="input"/>
    <output-file value="None" type="file" help="The geojson output file name" category="output" required="true"/>
    <lanes value="False" type="bool" help="Export lane geometries" category="processing"/>
    <edges value="False" type="bool" help="Export edge geometries" category="processing"/>
    <junctions value="False" type="bool" help="Export junction geometries" category="processing"/>
    <internal value="False" type="bool" help="Export internal geometries" category="processing"/>
    <junction-coordinates value="False" type="bool" help="Append junction coordinates to edge shapes" category="processing"/>
    <boundary value="False" type="bool" help="Export boundary shapes instead of center-lines" category="processing"/>
    <traffic-lights value="False" type="bool" help="Export traffic light geometries" category="processing"/>
    <edgedata-timeline value="False" type="bool" help="Exports all time intervals (by default only the first is exported)" category="processing"/>
    <extra-attributes value="False" type="bool" help="Exports extra attributes from edge and lane (such as max speed, number of lanes and allowed vehicles)" category="processing"/>
</configuration>