Skip to content
Snippets Groups Projects
Commit 762b6a8a authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Debuggin project for us

parent 8a30b028
No related branches found
No related tags found
No related merge requests found
[globals]
title = "US States Dataset"
overwrite = false
[globals.author]
name = "Riccardo Boero"
email = "ribo@nilu.no"
[globals.platform]
distributed = false
type = "workstation"
os = "linux"
os_type = "CentOS Stream 9"
cpus = 24
mem_GB = 64
[tasks]
[tasks.geographies]
service = "FACT_geo"
function = "get_geo_objects"
arguments = "us_states"
parameters_dict = {}
dependencies = []
# Please note the argument is for US only -- the dependency on elevation is just because of the long startup time of the container image
[tasks.jobs_18]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2018, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","elevation"]
# Please note the argument is for US only
[tasks.jobs_19]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2019, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_18"]
# Please note the argument is for US only
[tasks.jobs_20]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2020, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_19"]
# Please note the argument is for US only
[tasks.jobs_21]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2021, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_20"]
# Please note the argument is for US only
[tasks.jobs_22]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2022, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_21"]
# Please note the function is for US only -- the dependency on elevation is just because of the long startup time of the container image
[tasks.road]
service = "FACT_road_na"
function = "get_travel_data_na"
arguments = "travel_time_in_minutes"
parameters_dict = { geo_id = "__REF__geographies[!, :geo_id]", shape_obj = "__REF__geographies[!, :shape_obj]"}
dependencies = ["geographies", "elevation"]
[output]
[output.single] #no "population" data at state level, derive it from counties
dataframes = ["road", "jobs_18", "jobs_19", "jobs_20", "jobs_21", "jobs_22", "landcover_18", "landcover_19", "landcover_20", "landcover_21"]
[output.join]
[output.join.main]
dataframes = ["geographies", "airports", "buildings", "elevation", "geology", "minerals", "ports", "power", "rail"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment