-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhigh_school.yml
74 lines (56 loc) · 2.68 KB
/
high_school.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
default:
data_preparation:
# The name of the cohort
cohort_name: "high_school"
# Child birth date filters the cohort by age
child_birth_date_min: "01/01/2000"
child_birth_date_max: "31/12/2004"
# The cohort should live continuously in NL in the following period
child_live_age: 16
# The cohort is allowed to be unregistered for this many days
# in this period
child_live_slack_days: 31
# Should we use the address registration of a child on a specific age
childhood_home_age: 15
# Postal code link to homes will be considered on this target date
postcode_target_date: "31/12/2023"
# Neighbourhood geo link to homes will be considered on this target date
gwb_target_date: "31/12/2023"
# Corop geo link to homes will be considered on this target date
corop_target_date: "31/12/2023"
# Income will be deflated to cpi_base_year euros.
cpi_base_year: 2020
# Parent income year range
parent_income_year_min: 2014
parent_income_year_max: 2018
# Parent wealth year range
parent_wealth_year_min: 2014
parent_wealth_year_max: 2018
# high school data year range
high_school_year_min: 2016
high_school_year_max: 2020
# primary school class year range
primary_classroom_year_min: 2008
primary_classroom_year_max: 2019
# secondary school data year range
secondary_classroom_year_min: 2012
secondary_classroom_year_max: 2023
file_locations:
# The data folder is the root folder of the cbs microdata tables
data_folder: "G:/"
# The scratch folder is used to write intermediate output
scratch_folder: "scratch/high_school"
# path to the cbs microdata
gba_data: "Bevolking/GBAPERSOONTAB/2018/GBAPERSOON2018TABV2.sav"
gbaao_data: "Bevolking/GBAADRESOBJECTBUS/GBAADRESOBJECT2023BUSV1.sav"
kind_data: "Bevolking/KINDOUDERTAB/KINDOUDER2023TABV1.sav"
postcode_data: "BouwenWonen/VSLPOSTCODEBUS/VSLPOSTCODEBUSV2024031.sav"
vslgwb_data: "BouwenWonen/VSLGWBTAB/VSLGWB2023TAB03V1.sav"
woon_data: "BouwenWonen/LEVCYCLWOONNIETWOONBUS/LEVCYCLWOONNIETWOONBUSV2023122.sav"
household_data: "Bevolking/GBAHUISHOUDENSBUS/GBAHUISHOUDENS2020BUSV1.sav"
# resources
cpi_index_data: "resources/Consumentenprijzen__prijsindex_2015_100_14112022_221558.xlsx"
migration_data: "K:/Utilities/Code_Listings/SSBreferentiebestanden/LANDAKTUEELREFV11.SAV"
corop_data: "K:/Utilities/HULPbestanden/GebiedeninNederland/Gemeenten en COROP vanaf 1981.xlsx"
opleiding_data: "K:/Utilities/Code_Listings/SSBreferentiebestanden/OPLEIDINGSNRREFV32.SAV"
cto_data: "K:/Utilities/Code_Listings/SSBreferentiebestanden/ctorefv9.SAV"