forked from eqasim-org/ile-de-france
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
37 lines (29 loc) · 1.36 KB
/
config.yml
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
## Synthetic population pipeline for Nantes
## based on the synpp package
# This is the path to a directory where the pipeline can store temporary data
working_directory: cache
# This section defines which parts of the pipeline should be run
run:
- synthesis.output # To create the output population in the output_path (see below)
# - matsim.output # Uncomment, if you want to run the full simulation (you'll need Java for that)
# Here the configuraiton of the pipeline starts
config:
# Some general configuration
processes: 4
# Define whether to use ENTD or EGT as the household travel survey (HTS)
hts: edgt_44
# Define sampling rate and random seed for the output population
sampling_rate: 1
random_seed: 1234
# Paths to the input data and where the output should be stored
data_path: /home/valentin/data/EQASIM/data
output_path: /home/valentin/data/EQASIM/output
output_prefix: nantes_
# Only interesting if you run the simulation
java_memory: 14G
# Nantes settings
census_path: rp_2015/FD_INDCVIZC_2015.dbf
regions: []
departments: [44]
gtfs_path: gtfs/export_gtfs_voyages.zip;gtfs/export-intercites-gtfs-last.zip;gtfs/export-ter-gtfs-last.zip;gtfs/brevibus.gtfs.zip;gtfs/gtfs-tan.zip;gtfs/lilapresquile.gtfs.zip;gtfs/loire-atlantique915785.zip;gtfs/pdl44.zip;gtfs/stran-merge.gtfs.zip
osm_path: osm/pays-de-la-loire-latest.osm.pbf