Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] netconvert shapefile

Hi,
I'm looking for an attribute for netconvet, that will keep my lines as they are in the input shapefile, without combining them. 
My netconvert config file:

<configuration>
<shapefile-prefix value="C:\network"/>
<o value="C:\network_final.net.xml"/>
<no-turnarounds value="true"/>
<remove-edges.isolated value="false"/>
<junctions.join value="true"/>
<junctions.join-dist value="20"/>
<junctions.small-radius  value="5"/>
<junctions.internal-link-detail  value="8"/>
<max-join-ids  value="15"/>
<output.original-names value="true"/>
<geometry.junction-mismatch-threshold value="40"/>
<geometry.min-dist value="3"/>
<v value="true"/>
<R value="true"/>
<precision value="5"/>
<default.junctions.radius  value="5"/>
       <output.street-names value="true"/>
<proj.utm value="true"/>
<shapefile.width value="width_tot"/>
<shapefile.name value="roadtype"/>
<shapefile.speed value="speed"/>
<shapefile.laneNumber value="nolanes"/>
<shapefile.add-params value="roadtype,used,spreadtype"/>
</configuration>

Thank, Petr

Back to the top