Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/activitygen/demand_generation/mode_choice/walk/activitygen-example.stat.xml
169715 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="1" households="1" childrenAgeLimit="19" retirementAgeLimit="66" carRate="0" unemploymentRate="0" footDistanceLimit="10000" incomingTraffic="0" outgoingTraffic="0" />
11
<parameters carPreference="0" meanTimePerKmInCity="6" freeTimeActivityRate="0" uniformRandomTraffic="0" departureVariation="0" />
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="e51t44" population="1" workPosition="0" />
29
<street edge="e11t01" population="0" workPosition="1" />
30
</streets>
31
32
</city>
33
34