-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayers-input.json
More file actions
352 lines (352 loc) · 13.2 KB
/
Copy pathlayers-input.json
File metadata and controls
352 lines (352 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
{
"catalog": "https://s3-west.nrp-nautilus.io/public-data/stac/catalog.json",
"titiler_url": "https://titiler.nrp-nautilus.io",
"mcp_url": "https://duckdb-mcp.nrp-nautilus.io/mcp",
"auto_approve": true,
"draw_enabled": true,
"geocoder": {
"provider": "nominatim",
"search_box": true
},
"sidebar": {
"enabled": true
},
"charts": {
"enabled": true
},
"view": {
"center": [
0,
10
],
"zoom": 2
},
"llm": {
"user_provided": true,
"transcription_model": {
"value": "gemma"
},
"default_endpoint": "https://openrouter.ai/api/v1",
"models": [
{
"value": "anthropic/claude-sonnet-5",
"label": "Claude Sonnet 5"
},
{
"value": "google/gemini-2.5-flash",
"label": "Gemini Flash"
},
{
"value": "moonshotai/kimi-k2",
"label": "Kimi K2"
}
]
},
"welcome": {
"message": "Hi! I help you explore the biodiversity \u00b7 climate \u00b7 economy trade-offs behind Polasky et al. 2026 (Science). Draw an area or name a country, and I'll show where it sits on its efficiency frontier. Try:",
"examples": [
"Draw an area, then show its biodiversity, irrecoverable-carbon, and current economic-value scores.",
"Plot Brazil's efficiency frontier as a scatter: economic value captured vs biodiversity retained across weightings.",
"For the area I drew, how much carbon could be gained with no loss of economic value?",
"Find unprotected win-win cells (high biodiversity AND high carbon AND low economic value) in the Amazon.",
"Recolor the map by the balanced-weight optimal land use for Brazil.",
"Compare the biodiversity-vs-economy trade-off for Gabon versus Indonesia."
]
},
"links": {
"github": "https://github.com/boettiger-lab/landscape-frontiers",
"docs": "/docs.html",
"carbon": true
},
"collections": [
{
"collection_id": "irrecoverable-carbon",
"collection_url": "https://s3-west.nrp-nautilus.io/public-carbon/stac-collection.json",
"assets": [
{
"id": "v2-irrecoverable-2024-cog",
"display_name": "Irrecoverable Carbon (2024)",
"group": "Objectives",
"visible": true,
"colormap": "reds",
"rescale": "0,150",
"legend_label": "Mg C / ha"
}
]
},
{
"collection_id": "iucn-richness-2025",
"collection_url": "https://s3-west.nrp-nautilus.io/public-iucn/stac-collection.json",
"assets": [
{
"id": "combined-sr-cog",
"display_name": "Species Richness \u2014 all vertebrates (IUCN 2025)",
"group": "Objectives",
"visible": true,
"colormap": "viridis",
"rescale": "0,1500",
"legend_label": "species per cell"
},
{
"id": "combined-rwr-cog",
"display_name": "Range-Weighted (endemism) Richness",
"group": "Objectives",
"visible": false,
"colormap": "magma",
"rescale": "0,5",
"legend_label": "rarity-weighted index"
},
{
"id": "combined-thr-sr-cog",
"display_name": "Threatened Species Richness (VU/EN/CR)",
"group": "Objectives",
"visible": false,
"colormap": "inferno",
"rescale": "0,150",
"legend_label": "threatened species per cell"
}
]
},
{
"collection_id": "nci-frontiers",
"collection_url": "https://s3-west.nrp-nautilus.io/public-nci-frontiers/stac-collection.json",
"assets": [
{
"id": "crop-current-cog",
"display_name": "Crop revenue \u2014 current (USD/ha)",
"group": "Economic value",
"visible": true,
"colormap": "greens",
"rescale": "0,1500",
"nodata": 0,
"legend_label": "USD/ha"
},
{
"id": "crop-irrigated-cog",
"display_name": "Crop revenue \u2014 potential irrigated",
"group": "Economic value",
"visible": false,
"colormap": "greens",
"rescale": "0,2000",
"nodata": 0,
"legend_label": "USD/ha"
},
{
"id": "crop-rainfed-cog",
"display_name": "Crop revenue \u2014 potential rainfed",
"group": "Economic value",
"visible": false,
"colormap": "greens",
"rescale": "0,1500",
"nodata": 0,
"legend_label": "USD/ha"
},
{
"id": "palm-current-cog",
"display_name": "Oil-palm revenue \u2014 current",
"group": "Economic value",
"visible": false,
"colormap": "greens",
"rescale": "0,1500",
"nodata": 0,
"legend_label": "USD/ha"
},
{
"id": "grazing-return-cog",
"display_name": "Grazing revenue (USD/ha)",
"group": "Economic value",
"visible": false,
"colormap": "greens",
"rescale": "0,200",
"nodata": -9999,
"legend_label": "USD/ha"
},
{
"id": "forestry-return-cog",
"display_name": "Forestry revenue (USD/ha)",
"group": "Economic value",
"visible": false,
"colormap": "greens",
"rescale": "0,5000",
"nodata": -99999,
"legend_label": "USD/ha"
}
]
},
{
"collection_id": "wwf-ecoregions-2017",
"collection_url": "https://s3-west.nrp-nautilus.io/public-ecoregion/stac-collection.json",
"assets": [
{
"id": "ecoregion-pmtiles",
"display_name": "Terrestrial Ecoregions (WWF / Dinerstein 2017)",
"group": "Biodiversity Context",
"visible": false,
"default_style": {
"fill-color": [
"match",
[
"get",
"NNH_NAME"
],
"Half Protected",
"#2e7d32",
"Nature Could Reach Half Protected",
"#9ccc65",
"Nature Could Recover",
"#fdd835",
"Nature Imperiled",
"#e53935",
"#bdbdbd"
],
"fill-opacity": 0.4
},
"outline_style": {
"line-color": "#424242",
"line-width": 0.3,
"line-opacity": 0.5
},
"tooltip_fields": [
"ECO_NAME",
"BIOME_NAME",
"REALM",
"NNH_NAME"
],
"legend_type": "categorical",
"legend_classes": [
{
"label": "Half Protected",
"color": "#2e7d32"
},
{
"label": "Nature Could Reach Half Protected",
"color": "#9ccc65"
},
{
"label": "Nature Could Recover",
"color": "#fdd835"
},
{
"label": "Nature Imperiled",
"color": "#e53935"
}
]
}
]
},
{
"collection_id": "wdpa",
"collection_url": "https://s3-west.nrp-nautilus.io/public-wdpa/wdpa/stac-collection.json",
"assets": [
{
"id": "wdpa-pmtiles",
"display_name": "Protected Areas (WDPA \u2014 IUCN I\u2013IV = production constraint)",
"group": "Constraints",
"visible": false,
"default_style": {
"fill-color": [
"match",
[
"get",
"IUCN_CAT"
],
[
"Ia",
"Ib",
"II"
],
"#1b5e20",
[
"III",
"IV"
],
"#43a047",
[
"V",
"VI"
],
"#a5d6a7",
"#bdbdbd"
],
"fill-opacity": 0.55
},
"outline_style": {
"line-color": "#1b5e20",
"line-width": 0.4,
"line-opacity": 0.7
},
"tooltip_fields": [
"NAME_ENG",
"DESIG_ENG",
"IUCN_CAT",
"STATUS",
"ISO3"
],
"legend_type": "categorical",
"legend_classes": [
{
"label": "Strict / Wilderness / NP (IUCN Ia\u2013II) \u2014 no production",
"color": "#1b5e20"
},
{
"label": "Monument / Habitat mgmt (III\u2013IV) \u2014 no production",
"color": "#43a047"
},
{
"label": "Protected landscape / Sustainable use (V\u2013VI)",
"color": "#a5d6a7"
}
]
}
]
},
{
"collection_id": "overture-divisions-countries-2026-02-18",
"collection_url": "https://s3-west.nrp-nautilus.io/public-overturemaps/2026-02-18.0/countries/stac-collection.json",
"group": {
"name": "Administrative Boundaries",
"collapsed": true
},
"assets": [
{
"id": "countries-pmtiles",
"display_name": "Countries",
"visible": false,
"default_style": {
"fill-color": "#6A1B9A",
"fill-opacity": 0.03
},
"outline_style": {
"line-color": "#6A1B9A",
"line-width": 1.2,
"line-opacity": 0.7
}
}
]
},
{
"collection_id": "overture-divisions-regions-2026-02-18",
"collection_url": "https://s3-west.nrp-nautilus.io/public-overturemaps/2026-02-18.0/regions/stac-collection.json",
"group": {
"name": "Administrative Boundaries",
"collapsed": true
},
"assets": [
{
"id": "regions-pmtiles",
"display_name": "Regions / States",
"visible": false,
"default_style": {
"fill-color": "#6A1B9A",
"fill-opacity": 0.03
},
"outline_style": {
"line-color": "#6A1B9A",
"line-width": 0.8,
"line-opacity": 0.6
}
}
]
}
]
}