Skip to content

Commit 02754fb

Browse files
authored
Merge pull request #6 from boettiger-lab/config/padus-vulnerable-carbon-us-view
config: PAD-US 4.1, vulnerable carbon 2024, US-wide default view
2 parents eec7374 + 150d726 commit 02754fb

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

example-ghpages/layers-input.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"mcp_url": "https://duckdb-mcp.nrp-nautilus.io/mcp",
55
"view": {
66
"center": [
7-
-119.4179,
8-
36.7783
7+
-98,
8+
39
99
],
10-
"zoom": 6
10+
"zoom": 4
1111
},
1212
"llm": {
1313
"user_provided": true,
@@ -29,28 +29,19 @@
2929
},
3030
"collections": [
3131
{
32-
"collection_id": "cpad-2025b",
32+
"collection_id": "pad-us-4.1-combined",
3333
"assets": [
34-
"cpad-holdings-pmtiles",
35-
"cpad-units-pmtiles"
34+
"pmtiles"
3635
]
3736
},
3837
{
3938
"collection_id": "irrecoverable-carbon",
4039
"assets": [
4140
{
42-
"id": "irrecoverable-total-2018-cog",
43-
"display_name": "Irrecoverable Carbon (2018)"
44-
},
45-
{
46-
"id": "manageable-total-2018-cog",
47-
"display_name": "Manageable Carbon (2018)"
48-
},
49-
{
50-
"id": "vulnerable-total-2018-cog",
51-
"display_name": "Vulnerable Carbon (2018)"
41+
"id": "v2-vulnerable-2024-cog",
42+
"display_name": "Vulnerable Carbon (2024)"
5243
}
5344
]
5445
}
5546
]
56-
}
47+
}

example-k8s/layers-input.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,26 @@
44
"mcp_url": "https://duckdb-mcp.nrp-nautilus.io/mcp",
55
"view": {
66
"center": [
7-
-119.4179,
8-
36.7783
7+
-98,
8+
39
99
],
10-
"zoom": 6
10+
"zoom": 4
1111
},
1212
"collections": [
1313
{
14-
"collection_id": "cpad-2025b",
14+
"collection_id": "pad-us-4.1-combined",
1515
"assets": [
16-
"cpad-holdings-pmtiles",
17-
"cpad-units-pmtiles"
16+
"pmtiles"
1817
]
1918
},
2019
{
2120
"collection_id": "irrecoverable-carbon",
2221
"assets": [
2322
{
24-
"id": "irrecoverable-total-2018-cog",
25-
"display_name": "Irrecoverable Carbon (2018)"
26-
},
27-
{
28-
"id": "manageable-total-2018-cog",
29-
"display_name": "Manageable Carbon (2018)"
30-
},
31-
{
32-
"id": "vulnerable-total-2018-cog",
33-
"display_name": "Vulnerable Carbon (2018)"
23+
"id": "v2-vulnerable-2024-cog",
24+
"display_name": "Vulnerable Carbon (2024)"
3425
}
3526
]
3627
}
3728
]
38-
}
29+
}

0 commit comments

Comments
 (0)