-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
24 lines (16 loc) · 974 Bytes
/
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
default:
# To be processed by Ellis lanes
path_subject_1_raw: "data-public/raw/subject-1.csv"
path_mlm_1_raw: "data-public/raw/mlm-1.csv"
path_car_raw: "data-public/raw/mtcar.csv"
# Central Database (produced by Ellis lanes).
path_database: "data-public/derived/db.sqlite3"
# Derived Rectangles (produced by Ellis lanes).
# Analysis-ready datasets (produced by scribes & consumed by analyses).
path_county_derived: "data-public/derived/county.rds"
path_county_year_derived: "data-public/derived/county-year.rds"
path_mlm_1_derived: "data-public/derived/mlm-1.rds"
path_te_county: "data-public/derived/te/te-county.rds"
path_te_county_month: "data-public/derived/te/te-county-month.rds"
path_car_derived: "data-public/derived/car.rds" # Actually produced by an Ellis
path_annotation: "data-public/metadata/cqi-annotation.csv"