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

Testing new database connection system

parent 1e94d53a
No related branches found
No related tags found
No related merge requests found
[globals]
title = "New Mexico Counties Test Dataset"
overwrite = true
[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 = "nm_counties"
parameters_dict = {}
dependencies = []
# Please note the argument is for US only
[tasks.airports]
service = "FACT_air"
function = "get_airports_traffic"
arguments = "us_air"
parameters_dict = { geo_id = "__REF__geographies[!, :geo_id]", shape_obj = "__REF__geographies[!, :shape_obj]" }
dependencies = ["geographies"]
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