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

Added projec for debuggin eu countries data

parent 73330a89
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2018, agg_level = 3, geo_id = "__REF__geographies[!, :geo_id]" }
parameters_dict = { year = 2018, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","elevation"]
# Please note the argument is for US only
......@@ -43,7 +43,7 @@
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2019, agg_level = 3, geo_id = "__REF__geographies[!, :geo_id]" }
parameters_dict = { year = 2019, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_18"]
# Please note the argument is for US only
......@@ -51,7 +51,7 @@
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2020, agg_level = 3, geo_id = "__REF__geographies[!, :geo_id]" }
parameters_dict = { year = 2020, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_19"]
# Please note the argument is for US only
......@@ -59,7 +59,7 @@
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2021, agg_level = 3, geo_id = "__REF__geographies[!, :geo_id]" }
parameters_dict = { year = 2021, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_20"]
# Please note the argument is for US only
......@@ -67,7 +67,7 @@
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2022, agg_level = 3, geo_id = "__REF__geographies[!, :geo_id]" }
parameters_dict = { year = 2022, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","jobs_21"]
[tasks.buildings]
......
[globals]
title = "EU Countries 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 = "eu_countries"
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 = "eu_lfs"
parameters_dict = { year = 2018, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies"]
# Please note the argument is for US only
[tasks.jobs_19]
service = "FACT_jobs"
function = "get_annual_jobs"
arguments = "eu_lfs"
parameters_dict = { year = 2019, 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 = "eu_lfs"
parameters_dict = { year = 2020, 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 = "eu_lfs"
parameters_dict = { year = 2021, 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 = "eu_lfs"
# parameters_dict = { year = 2022, geo_id = "__REF__geographies[!, :geo_id]" }
# dependencies = ["geographies","jobs_21"]
[output]
[single]
dataframes = ["road", "jobs_18", "jobs_19", "jobs_20", "jobs_21", "jobs_22", "population_18", "population_19", "population_20", "population_21", "population_22", "landcover_18", "landcover_19", "landcover_20", "landcover_21"]
[join]
[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