Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/activitygen/demand_generation/no_gates/activitygen-example.stat.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
TITLE: test1.stat.xml
5
AUTHOR: Piotr Woznica - [email protected]
6
DATE: 04/08/2010
7
-->
8
9
<city>
10
<general inhabitants="1000" households="500" childrenAgeLimit="19" retirementAgeLimit="66" carRate="0.58" unemploymentRate="0.05" footDistanceLimit="250" incomingTraffic="200" outgoingTraffic="50" laborDemand="1.05"/>
11
<parameters carPreference="0.50" meanTimePerKmInCity="6" freeTimeActivityRate="0.15" uniformRandomTraffic="0.20" departureVariation="300" />
12
13
<population>
14
<bracket beginAge="0" endAge="30" peopleNbr="30" />
15
<bracket beginAge="30" endAge="60" peopleNbr="40" />
16
<bracket beginAge="60" endAge="90" peopleNbr="30" />
17
</population>
18
19
<workHours>
20
<opening hour="30600" proportion="0.30" />
21
<opening hour="32400" proportion="0.70" />
22
<closing hour="43200" proportion="0.20" />
23
<closing hour="63000" proportion="0.20" />
24
<closing hour="64800" proportion="0.60" />
25
</workHours>
26
27
<streets>
28
<street edge="e01t11" population="10" workPosition="100" />
29
<street edge="e11t12" population="10" workPosition="100" />
30
<street edge="e12t13" population="10" workPosition="100" />
31
<street edge="e13t14" population="10" workPosition="100" />
32
<street edge="e11t21" population="10" workPosition="100" />
33
<street edge="e12t22" population="10" workPosition="100" />
34
<street edge="e13t23" population="10" workPosition="100" />
35
<street edge="e14t24" population="10" workPosition="100" />
36
<street edge="e21t22" population="10" workPosition="100" />
37
<street edge="e22t23" population="10" workPosition="100" />
38
<street edge="e23t24" population="10" workPosition="100" />
39
<street edge="e21t31" population="10" workPosition="100" />
40
<street edge="e22t32" population="100" workPosition="10" />
41
<street edge="e23t33" population="100" workPosition="10" />
42
<street edge="e24t34" population="100" workPosition="10" />
43
<street edge="e31t32" population="100" workPosition="10" />
44
<street edge="e32t33" population="100" workPosition="10" />
45
<street edge="e33t34" population="100" workPosition="10" />
46
<street edge="e31t41" population="100" workPosition="10" />
47
<street edge="e32t42" population="100" workPosition="10" />
48
<street edge="e33t43" population="100" workPosition="10" />
49
<street edge="e34t44" population="100" workPosition="10" />
50
<street edge="e41t42" population="100" workPosition="10" />
51
<street edge="e42t43" population="100" workPosition="10" />
52
<street edge="e43t44" population="100" workPosition="10" />
53
<street edge="e44t51" population="100" workPosition="10" />
54
</streets>
55
56
<schools>
57
<school edge="e11t12" pos="20" beginAge="0" endAge="6" capacity="200" opening="32400" closing="64800" />
58
<school edge="e33t34" pos="100" beginAge="3" endAge="12" capacity="150" opening="30600" closing="64800" />
59
<school edge="e41t42" pos="50" beginAge="10" endAge="20" capacity="300" opening="32400" closing="61200" />
60
</schools>
61
62
<busStations>
63
<busStation id="1" edge="e11t12" pos="10" />
64
<busStation id="2" edge="e12t13" pos="10" />
65
<busStation id="3" edge="e13t14" pos="10" />
66
<busStation id="4" edge="e14t24" pos="10" />
67
<busStation id="5" edge="e24t23" pos="10" />
68
<busStation id="6" edge="e23t33" pos="10" />
69
<busStation id="7" edge="e33t32" pos="10" />
70
<busStation id="8" edge="e32t31" pos="10" />
71
<busStation id="9" edge="e31t21" pos="10" />
72
<busStation id="10" edge="e21t11" pos="10" />
73
74
<busStation id="101" edge="e12t11" pos="10" />
75
<busStation id="102" edge="e13t12" pos="10" />
76
<busStation id="103" edge="e14t13" pos="10" />
77
<busStation id="104" edge="e24t14" pos="10" />
78
<busStation id="105" edge="e23t24" pos="10" />
79
<busStation id="106" edge="e33t23" pos="10" />
80
<busStation id="107" edge="e32t33" pos="10" />
81
<busStation id="108" edge="e31t32" pos="10" />
82
<busStation id="109" edge="e21t31" pos="10" />
83
<busStation id="110" edge="e11t21" pos="10" />
84
85
<busStation id="11" edge="e12t22" pos="10" />
86
<busStation id="12" edge="e22t32" pos="10" />
87
<busStation id="13" edge="e32t42" pos="10" />
88
<busStation id="14" edge="e42t41" pos="10" />
89
<busStation id="15" edge="e41t31" pos="10" />
90
91
<busStation id="111" edge="e22t12" pos="10" />
92
<busStation id="112" edge="e32t22" pos="10" />
93
<busStation id="113" edge="e42t32" pos="10" />
94
<busStation id="114" edge="e41t42" pos="10" />
95
<busStation id="115" edge="e31t41" pos="10" />
96
</busStations>
97
98
<busLines>
99
<busLine id="101" maxTripDuration="10">
100
<stations>
101
<station refId="1" />
102
<station refId="3" />
103
<station refId="4" />
104
<station refId="5" />
105
<station refId="6" />
106
<station refId="7" />
107
<station refId="8" />
108
<station refId="9" />
109
</stations>
110
<revStations>
111
<station refId="109" />
112
<station refId="108" />
113
<station refId="107" />
114
<station refId="106" />
115
<station refId="105" />
116
<station refId="104" />
117
<station refId="103" />
118
<station refId="102" />
119
</revStations>
120
<frequencies>
121
<frequency begin="21600" end="36000" rate="300" />
122
<frequency begin="36000" end="57600" rate="1800" />
123
<frequency begin="57600" end="68400" rate="300" />
124
<frequency begin="68400" end="86399" rate="1800" />
125
</frequencies>
126
</busLine>
127
128
<busLine id="102" maxTripDuration="7">
129
<stations>
130
<station refId="15" />
131
<station refId="9" />
132
<station refId="10" />
133
<station refId="1" />
134
<station refId="11" />
135
<station refId="12" />
136
<station refId="13" />
137
<station refId="14" />
138
</stations>
139
<revStations>
140
<station refId="114" />
141
<station refId="113" />
142
<station refId="112" />
143
<station refId="111" />
144
<station refId="101" />
145
<station refId="110" />
146
<station refId="109" />
147
<station refId="115" />
148
</revStations>
149
<frequencies>
150
<frequency begin="28800" end="32400" rate="600" />
151
<frequency begin="57600" end="64800" rate="600" />
152
</frequencies>
153
</busLine>
154
</busLines>
155
156
</city>
157
158