Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/import/MATSim/quote_params/matsim_plans.xml
428527 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE population SYSTEM "http://www.matsim.org/files/dtd/population_v6.dtd">
3
4
<population>
5
6
<person id="100009">
7
<attributes>
8
<attribute name="age" class="java.lang.Integer" >49</attribute>
9
<attribute name="carAvail" class="java.lang.String" >always</attribute>
10
<attribute name="employed" class="java.lang.Boolean" >true</attribute>
11
<attribute name="hasLicense" class="java.lang.String" >yes</attribute>
12
<attribute name="sex" class="java.lang.String" >m</attribute>
13
<attribute name="vehicles" class="java.lang.String" >{"car":"12"}</attribute>
14
</attributes>
15
<plan score="98.30671358262963" selected="yes">
16
<activity type="home" link="13758" x="4522066.758592226" y="5833235.1507656025" start_time="00:01:00" end_time="08:00:00" >
17
</activity>
18
<leg mode="car" dep_time="08:00:00" trav_time="00:04:00">
19
<route type="links" start_link="13758" end_link="14465" trav_time="00:04:00" distance="8019.0">13758 14271 14269 14273 14468 14267 14465</route>
20
</leg>
21
<activity type="work" link="14465" x="4526236.861219339" y="5835127.011073385" start_time="08:00:00" end_time="24:00:00" >
22
</activity>
23
<leg mode="car" dep_time="16:04:00" trav_time="00:04:00">
24
<route type="links" start_link="14465" end_link="13758" trav_time="00:04:00" distance="7647.0">14465 14442 14451 13758</route>
25
</leg>
26
<activity type="home" link="13758" x="4522066.758592226" y="5833235.1507656025" start_time="11:33:00" end_time="24:00:00" >
27
</activity>
28
</plan>
29
30
</person>
31
32
33
34
</population>
35
36