-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew-york-0.5k-sampled.conf
38 lines (28 loc) · 1.21 KB
/
new-york-0.5k-sampled.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include "../common/akka.conf"
include "../common/akka-router.conf"
include "../common/metrics.conf"
include "../common/matsim.conf"
include "new-york-PROD-baseline.conf"
beam.agentsim.simulationName = "new-york-0.5k"
# sampled population is in sample/20k/*
beam.agentsim.agentSampleSizeAsFractionOfPopulation = 0.025
beam.agentsim.firstIteration = 0
beam.agentsim.lastIteration = 0
beam.exchange.scenario.urbansim.activitySimEnabled = true
beam.agentsim.agents.tripBehaviors.multinomialLogit.generate_secondary_activities = true
beam.exchange.scenario {
source = "beam"
# Input file format for scenario loader can be "csv" or "parquet"
fileFormat = "csv"
folder = ${beam.inputDirectory}"/sample/20k"
convertWgs2Utm = false
}
beam.agentsim.agents.plans {
inputPlansFilePath = ${beam.inputDirectory}"/sample/20k/plans.csv.gz"
inputPersonAttributesFilePath = ${beam.inputDirectory}"/sample/20k/population.csv.gz"
}
beam.agentsim.agents.households {
inputFilePath = ${beam.inputDirectory}"/sample/20k/households.csv.gz"
inputHouseholdAttributesFilePath = ${beam.inputDirectory}"/sample/1k/householdAttributes.xml.gz"
}
beam.agentsim.agents.vehicles.vehiclesFilePath = ${beam.inputDirectory}"/sample/20k/vehicles.csv.gz"