-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmost.netcfg
76 lines (63 loc) · 2.73 KB
/
most.netcfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<!--
Monaco SUMO Traffic (MoST) Scenario
Author: Lara CODECA
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
<input>
<type-files value="typemap/osmNetconvert.typ.xml,typemap/osmNetconvertUrbanDe.typ.xml,typemap/osmNetconvertPedestrians.typ.xml,typemap/osmNetconvertBicycle.typ.xml,typemap/osmBidiRailNetconvert.typ.xml"/>
<osm-files value="most.raw.osm"/>
</input>
<output>
<output-prefix value="most."/>
<output-file value="net.xml"/>
<!-- ADDITIONALS -->
<!-- <ptstop-output value="ptstop.autogen.xml"/> -->
<!-- <ptline-output value="ptline.autogen.xml"/> -->
<!-- <ptline-clean-up value="true"/> -->
<!-- <parking-output value="parkings.autogen.xml"/> -->
<!-- <osm.stop-output.footway-access-distance value="150"/> -->
<!-- <osm.stop-output.footway-max-accesses value="5"/> -->
</output>
<tls_building>
<tls.join value="true"/>
<tls.guess-signals value="true"/>
<tls.default-type value="actuated"/>
<tls.min-dur value="5"/>
<tls.max-dur value="30"/>
</tls_building>
<ramp_guessing>
<ramps.guess value="true"/>
</ramp_guessing>
<processing>
<geometry.remove value="true"/>
<roundabouts.guess value="true"/>
<junctions.join value="true"/>
<junctions.limit-turn-speed value="1"/>
<crossings.guess value="true"/>
<walkingareas value="false"/>
<osm.elevation value="true"/>
<no-turnarounds.except-deadend value="true"/>
<no-internal-links value="false"/>
<ignore-errors value="false"/>
<ignore-errors.connections value="false"/>
<show-errors.connections-first-try value="true"/>
</processing>
<building_defaults>
<default.crossing-width value="2.0"/>
</building_defaults>
<report>
<verbose value="true"/>
<log value="netconvert.log"/>
</report>
</configuration>