Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] [TAZ][ERROR]

Hi all,

I'm having my first steps with TAZ and SUMO. I'm using sumo 1.1.0 to create TAZ directly in NETEDIT without passing through POLYLINES. 

Unfortunately I'm having troubles using the additional TAZ file. Can someone give a look and try to understand what's wrong?

Regards 

Ing. Luca Di Costanzo

-----------------------------
MsC in Hydraulic and Transportation Engineering 
Bsc in Civil Engineering 
skype: lucadicostanzo82
tel: +39 333 43 92 544
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 03/06/19 18:06:31 by Eclipse SUMO netedit Version 1.1.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd";>

    <input>
        <sumo-net-file value="C:\Users\Luca\Desktop\LAVORO\UNIVERSITA\S8\FANO\Simulazione\Modello_Offerta\Fano.net.xml"/>
    </input>

    <output>
        <output-file value="C:\Users\Luca\Desktop\LAVORO\UNIVERSITA\S8\FANO\Simulazione\Modello_Offerta\Fano.net.xml"/>
    </output>

    <processing>
        <geometry.max-grade.fix value="false"/>
        <offset.disable-normalization value="true"/>
        <lefthand value="false"/>
    </processing>

    <junctions>
        <no-turnarounds value="true"/>
        <junctions.corner-detail value="5"/>
        <junctions.limit-turn-speed value="-1"/>
        <rectangular-lane-cut value="false"/>
    </junctions>

    <pedestrian>
        <walkingareas value="false"/>
    </pedestrian>

</configuration>
-->

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd";>
    <taz id="taz_0" shape="382.89,1279.80 281.31,1289.83 277.55,1207.06 375.37,1199.54 375.37,1199.54 380.39,1263.50 380.39,1263.50 382.89,1279.80" color="blue">
        <tazSource weight="1.00" id="E9"/>
        <tazSource weight="1.00" id="U9"/>
        <tazSink weight="1.00" id="E9"/>
        <tazSink weight="1.00" id="U9"/>
    </taz>
    <taz id="taz_1" shape="1223.14,913.60 1164.20,872.22 1206.84,830.83 1255.75,869.71 1223.14,913.60" color="blue">
        <tazSource weight="1.00" id="E3"/>
        <tazSource weight="1.00" id="U3"/>
        <tazSink weight="1.00" id="E3"/>
        <tazSink weight="1.00" id="U3"/>
    </taz>
</additional>

Back to the top