-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from d610f20/stats-defaults
[Statistics] Verify stat file and insert population and workhours if missing
- Loading branch information
Showing
3 changed files
with
51 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
<city> | ||
<general inhabitants="1000" households="500" childrenAgeLimit="19" retirementAgeLimit="66" carRate="0.58" unemploymentRate="0.05" footDistanceLimit="250" incomingTraffic="200" outgoingTraffic="50" /> | ||
<parameters carPreference="0.50" meanTimePerKmInCity="6" freeTimeActivityRate="0.15" uniformRandomTraffic="0.20" departureVariation="300" /> | ||
|
||
<population> | ||
<bracket beginAge="0" endAge="30" peopleNbr="30" /> | ||
<bracket beginAge="30" endAge="60" peopleNbr="40" /> | ||
<bracket beginAge="60" endAge="90" peopleNbr="30" /> | ||
</population> | ||
|
||
<workHours> | ||
<opening hour="30600" proportion="0.30" /> | ||
<opening hour="32400" proportion="0.70" /> | ||
<closing hour="43200" proportion="0.20" /> | ||
<closing hour="63000" proportion="0.20" /> | ||
<closing hour="64800" proportion="0.60" /> | ||
</workHours> | ||
</city> | ||
<general inhabitants="3500" households="2000"/> | ||
<parameters uniformRandomTraffic="0.2" /> | ||
</city> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters