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

Created project file for testing impact of spatial indexing

parent 2d4f17a7
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 = []
[tasks.buildings]
service = "FACT_bldgs"
function = "get_bldgs_footprint_height"
arguments = "footprint_avg_height"
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