Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/activitygen/activitygen-example.stat.xml
169673 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
<cityGates>
57
<entrance edge="e01t11" pos="1" incoming="0.5" outgoing="0.5" />
58
<entrance edge="e44t51" pos="280" incoming="0.5" outgoing="0.5" />
59
</cityGates>
60
61
<schools>
62
<school edge="e11t12" pos="20" beginAge="0" endAge="6" capacity="200" opening="32400" closing="64800" />
63
<school edge="e33t34" pos="100" beginAge="3" endAge="12" capacity="150" opening="30600" closing="64800" />
64
<school edge="e41t42" pos="50" beginAge="10" endAge="20" capacity="300" opening="32400" closing="61200" />
65
</schools>
66
67
<busStations>
68
<busStation id="1" edge="e11t12" pos="10" />
69
<busStation id="2" edge="e12t13" pos="10" />
70
<busStation id="3" edge="e13t14" pos="10" />
71
<busStation id="4" edge="e14t24" pos="10" />
72
<busStation id="5" edge="e24t23" pos="10" />
73
<busStation id="6" edge="e23t33" pos="10" />
74
<busStation id="7" edge="e33t32" pos="10" />
75
<busStation id="8" edge="e32t31" pos="10" />
76
<busStation id="9" edge="e31t21" pos="10" />
77
<busStation id="10" edge="e21t11" pos="10" />
78
79
<busStation id="101" edge="e12t11" pos="10" />
80
<busStation id="102" edge="e13t12" pos="10" />
81
<busStation id="103" edge="e14t13" pos="10" />
82
<busStation id="104" edge="e24t14" pos="10" />
83
<busStation id="105" edge="e23t24" pos="10" />
84
<busStation id="106" edge="e33t23" pos="10" />
85
<busStation id="107" edge="e32t33" pos="10" />
86
<busStation id="108" edge="e31t32" pos="10" />
87
<busStation id="109" edge="e21t31" pos="10" />
88
<busStation id="110" edge="e11t21" pos="10" />
89
90
<busStation id="11" edge="e12t22" pos="10" />
91
<busStation id="12" edge="e22t32" pos="10" />
92
<busStation id="13" edge="e32t42" pos="10" />
93
<busStation id="14" edge="e42t41" pos="10" />
94
<busStation id="15" edge="e41t31" pos="10" />
95
96
<busStation id="111" edge="e22t12" pos="10" />
97
<busStation id="112" edge="e32t22" pos="10" />
98
<busStation id="113" edge="e42t32" pos="10" />
99
<busStation id="114" edge="e41t42" pos="10" />
100
<busStation id="115" edge="e31t41" pos="10" />
101
</busStations>
102
103
<busLines>
104
<busLine id="101" maxTripDuration="10">
105
<stations>
106
<station refId="1" />
107
<station refId="3" />
108
<station refId="4" />
109
<station refId="5" />
110
<station refId="6" />
111
<station refId="7" />
112
<station refId="8" />
113
<station refId="9" />
114
</stations>
115
<revStations>
116
<station refId="109" />
117
<station refId="108" />
118
<station refId="107" />
119
<station refId="106" />
120
<station refId="105" />
121
<station refId="104" />
122
<station refId="103" />
123
<station refId="102" />
124
</revStations>
125
<frequencies>
126
<frequency begin="21600" end="36000" rate="300" />
127
<frequency begin="36000" end="57600" rate="1800" />
128
<frequency begin="57600" end="68400" rate="300" />
129
<frequency begin="68400" end="86399" rate="1800" />
130
</frequencies>
131
</busLine>
132
133
<busLine id="102" maxTripDuration="7">
134
<stations>
135
<station refId="15" />
136
<station refId="9" />
137
<station refId="10" />
138
<station refId="1" />
139
<station refId="11" />
140
<station refId="12" />
141
<station refId="13" />
142
<station refId="14" />
143
</stations>
144
<revStations>
145
<station refId="114" />
146
<station refId="113" />
147
<station refId="112" />
148
<station refId="111" />
149
<station refId="101" />
150
<station refId="110" />
151
<station refId="109" />
152
<station refId="115" />
153
</revStations>
154
<frequencies>
155
<frequency begin="28800" end="32400" rate="600" />
156
<frequency begin="57600" end="64800" rate="600" />
157
</frequencies>
158
</busLine>
159
</busLines>
160
161
</city>
162
163