-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayers-input.json
More file actions
278 lines (278 loc) · 10.7 KB
/
Copy pathlayers-input.json
File metadata and controls
278 lines (278 loc) · 10.7 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
{
"sidebar": {
"enabled": true,
"chat_title": "Chat"
},
"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",
"view": {
"center": [10, 20],
"zoom": 2
},
"llm": {
"user_provided": true,
"default_endpoint": "https://openrouter.ai/api/v1",
"models": [
{ "value": "qwen/qwen3-235b-a22b", "label": "Qwen3 235B" },
{ "value": "moonshotai/kimi-k2", "label": "Kimi K2" },
{ "value": "minimax/minimax-m1", "label": "MiniMax M1" },
{ "value": "anthropic/claude-sonnet-5", "label": "Claude Sonnet 5" },
{ "value": "google/gemini-2.5-flash", "label": "Gemini Flash" }
]
},
"welcome": {
"message": "Hi! I can help you explore global biodiversity data. Try asking:",
"examples": [
"Tell me about the datasets you have access to.",
"Show the protected areas on the map.",
"Which countries have the most Ramsar wetland sites?",
"Show me species richness for amphibians.",
"Map the range of the California red-legged frog.",
"What are the top 10 ecoregions by vulnerable carbon?"
]
},
"collections": [
{
"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)",
"group": "Conservation",
"visible": false,
"default_style": {
"fill-color": [
"match", ["get", "IUCN_CAT"],
"Ia", "#1a5e1f",
"Ib", "#26633A",
"II", "#2d8a3e",
"III", "#3E9C47",
"IV", "#7EB3D3",
"V", "#a8d5ba",
"VI", "#c6e2d0",
"#BDBDBD"
],
"fill-opacity": 0.6
},
"tooltip_fields": ["NAME", "DESIG_ENG", "IUCN_CAT", "ISO3", "STATUS_YR", "GIS_AREA"]
}
]
},
{
"collection_id": "wetlands-ramsar",
"collection_url": "https://s3-west.nrp-nautilus.io/public-wetlands/ramsar/stac-collection.json",
"assets": [
{
"id": "ramsar-pmtiles",
"display_name": "Ramsar Wetland Sites",
"group": "Conservation",
"visible": false,
"default_style": {
"fill-color": "#2196F3",
"fill-opacity": 0.5
},
"tooltip_fields": ["Site name", "Country", "Area (ha)", "Designation date"]
}
]
},
{
"collection_id": "wetlands-glwd-v2",
"collection_url": "https://s3-west.nrp-nautilus.io/public-wetlands/glwd/stac-collection.json",
"assets": [
{
"id": "glwd-main-class-cog",
"display_name": "Wetland Type (GLWD)",
"group": "Land Cover",
"legend_type": "categorical"
}
]
},
{
"collection_id": "irrecoverable-carbon",
"collection_url": "https://s3-west.nrp-nautilus.io/public-carbon/stac-collection.json",
"assets": [
{
"id": "v2-vulnerable-2024-cog",
"display_name": "Vulnerable Carbon (2024)",
"group": "Carbon",
"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 (All)",
"group": "Biodiversity",
"colormap": "ylgnbu",
"rescale": "0,500",
"legend_label": "Species count"
},
{
"id": "amphibians-sr-cog",
"display_name": "Amphibian Richness",
"group": "Biodiversity",
"colormap": "ylgnbu",
"rescale": "0,100",
"legend_label": "Species count"
},
{
"id": "birds-sr-cog",
"display_name": "Bird Richness",
"group": "Biodiversity",
"colormap": "ylgnbu",
"rescale": "0,500",
"legend_label": "Species count"
},
{
"id": "mammals-sr-cog",
"display_name": "Mammal Richness",
"group": "Biodiversity",
"colormap": "ylgnbu",
"rescale": "0,200",
"legend_label": "Species count"
},
{
"id": "reptiles-sr-cog",
"display_name": "Reptile Richness",
"group": "Biodiversity",
"colormap": "ylgnbu",
"rescale": "0,100",
"legend_label": "Species count"
}
]
},
{
"collection_id": "ncp-biodiversity",
"collection_url": "https://s3-west.nrp-nautilus.io/public-ncp/stac-collection.json",
"assets": [
{
"id": "ncp-biod-nathab-cog",
"display_name": "Biodiversity & Natural Habitat (NCP)",
"group": "Biodiversity",
"colormap": "viridis",
"rescale": "0,1",
"legend_label": "NCP Score"
}
]
},
{
"collection_id": "hydrobasins-v1c",
"collection_url": "https://s3-west.nrp-nautilus.io/public-hydrobasins/stac-collection.json",
"assets": [
{
"id": "unified-pmtiles",
"display_name": "Watersheds (HydroBASINS L6)",
"group": "Boundaries",
"visible": false,
"default_style": {
"fill-color": "#4FC3F7",
"fill-opacity": 0.15,
"line-color": "#0288D1",
"line-width": 0.5
},
"tooltip_fields": ["HYBAS_ID", "SUB_AREA", "UP_AREA"]
}
]
},
{
"collection_id": "wwf-ecoregions-2017",
"collection_url": "https://s3-west.nrp-nautilus.io/public-ecoregion/stac-collection.json",
"assets": [
{
"id": "ecoregion-pmtiles",
"display_name": "WWF Ecoregions",
"group": "Boundaries",
"visible": false,
"default_style": {
"fill-color": "#8BC34A",
"fill-opacity": 0.3,
"line-color": "#558B2F",
"line-width": 0.5
},
"tooltip_fields": ["ECO_NAME", "BIOME_NAME", "REALM"]
}
]
},
{
"collection_id": "gbif-derived",
"collection_url": "https://s3-west.nrp-nautilus.io/public-gbif/stac-collection.json",
"assets": []
},
{
"collection_id": "inaturalist-ranges",
"collection_url": "https://s3-west.nrp-nautilus.io/public-inat/stac-collection.json",
"assets": []
},
{
"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
}
}
]
},
{
"collection_id": "overture-divisions-counties-2026-02-18",
"collection_url": "https://s3-west.nrp-nautilus.io/public-overturemaps/2026-02-18.0/counties/stac-collection.json",
"group": { "name": "Administrative Boundaries", "collapsed": true },
"assets": [
{
"id": "counties-pmtiles",
"display_name": "Counties",
"visible": false,
"default_style": {
"fill-color": "#6A1B9A",
"fill-opacity": 0.03
},
"outline_style": {
"line-color": "#6A1B9A",
"line-width": 0.4,
"line-opacity": 0.5
}
}
]
}
]
}