Guest User

ActivityGen

a guest
Jul 17th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <city>
  3.     <general
  4.         inhabitants="26616"
  5.         households="13308"
  6.         childrenAgeLimit="18"
  7.         retirementAgeLimit="67"
  8.         carRate="0.53"
  9.         unemploymentRate="0.068"
  10.         footDistanceLimit="250"
  11.         incomingTraffic="6394"
  12.         outgoingTraffic="3473"
  13.     />
  14.  
  15.     <parameters
  16.         carPreference="0.50"
  17.         meanTimePerKmInCity="6"
  18.         freeTimeActivityRate="0.15"
  19.         uniformRandomTraffic="0.20"
  20.         departureVariation="300"
  21.     />
  22.  
  23.  
  24.     <population>
  25.         <bracket beginAge="0" endAge="24" peopleNbr="58315" />
  26.         <bracket beginAge="30" endAge="60" peopleNbr="139083" />
  27.         <bracket beginAge="60" endAge="90" peopleNbr="52087" />
  28.     </population>
  29.  
  30.     <workHours>
  31.         <opening hour="23400" proportion="0.40" />
  32.         <opening hour="25200" proportion="0.20" />
  33.         <opening hour="28800" proportion="0.20" />
  34.         <opening hour="30600" proportion="0.10" />
  35.         <opening hour="32400" proportion="0.10" />
  36.        
  37.         <closing hour="43200" proportion="0.10" />
  38.         <closing hour="52200" proportion="0.40" />
  39.         <closing hour="61200" proportion="0.10" />
  40.         <closing hour="63000" proportion="0.20" />
  41.         <closing hour="64800" proportion="0.20" />
  42.     </workHours>
  43.  
  44.     <cityGates>
  45.         <entrance edge="173899529" pos="0.00" incoming="0.0" outgoing="1.0"/>
  46.         <entrance edge="8110777#2" pos="0.00" incoming="0.0" outgoing="1.0"/>
  47.         <entrance edge="33274944#1" pos="0.00" incoming="1.0" outgoing="1.0"/>
  48.         <entrance edge="32882286" pos="0.00" incoming="1.0" outgoing="0.0"/>
  49.         <entrance edge="-171756596#1" pos="0.00" incoming="1.0" outgoing="1.0"/>
  50.         <entrance edge="-32265294" pos="0.00" incoming="0.0" outgoing="0.0"/>
  51.         <entrance edge="140329971" pos="0.00" incoming="2.0" outgoing="1.0"/>
  52.         <entrance edge="207441375#0" pos="0.00" incoming="1.5" outgoing="0.0"/>
  53.     </cityGates>
  54.  
  55.  
  56.     <!-- specify the density of people and work in each street of the city -->
  57.     <streets>
  58.         <!--
  59.         numerous streets with workpositions and population
  60.         -->
  61.         <street edge="-5134658" population="90" workPosition="0" />
  62.         <street edge="5134658" population="90" workPosition="0" />
  63.  
  64.         <street edge="26506258" population="0" workPosition="475" />
  65.        
  66.     </streets>
  67. </city>
Advertisement
Add Comment
Please, Sign In to add comment