-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayers-input.json
More file actions
115 lines (115 loc) · 5.66 KB
/
Copy pathlayers-input.json
File metadata and controls
115 lines (115 loc) · 5.66 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
{
"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,
"geocoder": true,
"geolocate": true,
"sidebar": { "enabled": true, "chat_title": "Chat" },
"links": { "docs": "/docs.html", "github": "https://github.com/boettiger-lab/barred-owl", "carbon": true },
"view": { "center": [-122.3, 43.5], "zoom": 8 },
"welcome": {
"message": "Explore the Barred Owl Prioritization Tool for the northern spotted owl range. The map layers show the model INPUTS (owl occupancy, carrying capacity, fire risk, refugia). The prioritizr priority SCORES for all 2,754 management scenarios live in a queryable table — just ask. Try:",
"examples": [
"What kinds of scenarios are available? (just explain, don't query)",
"Where is northern spotted owl carrying capacity highest?",
"Show me barred owl occupancy across the range",
"Show the range-wide current-threat scenario at high NSO weight",
"Show the range-wide future-threat priority scenario",
"Show the habitat-focused priority scenario"
]
},
"collections": [
{
"collection_id": "barred-owl",
"collection_url": "https://s3-west.nrp-nautilus.io/public-barred-owl/stac-collection.json",
"group": "Barred Owl Tool — inputs",
"assets": [
{
"id": "inputs-pmtiles",
"alias": "nso-ccap",
"display_name": "NSO carrying capacity (0–20)",
"visible": true,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "NSO_ccap"],
0, "#f7fbff", 5, "#9ecae1", 10, "#4292c6", 15, "#2171b5", 20, "#08306b"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "NSO_ccap", "NSO_occ", "BO_occ", "fire_suit", "fire_refu"]
},
{
"id": "inputs-pmtiles",
"alias": "bo-occ",
"display_name": "Barred owl occupancy (0–1)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "BO_occ"],
0, "#fff5f0", 0.25, "#fcae91", 0.5, "#fb6a4a", 0.75, "#de2d26", 1, "#67000d"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "BO_occ", "NSO_occ", "NSO_ccap"]
},
{
"id": "inputs-pmtiles",
"alias": "nso-occ",
"display_name": "NSO pair occupancy (0–1)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "NSO_occ"],
0, "#f7fcf5", 0.25, "#bae4b3", 0.5, "#74c476", 0.75, "#31a354", 1, "#00441b"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "NSO_occ", "NSO_hab", "NSO_ccap"]
},
{
"id": "inputs-pmtiles",
"alias": "nso-hab",
"display_name": "NSO nest/roost habitat (0–1)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "NSO_hab"],
0, "#fcfbfd", 0.25, "#dadaeb", 0.5, "#9e9ac8", 0.75, "#756bb1", 1, "#3f007d"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "NSO_hab", "NSO_occ", "NSO_ccap"]
},
{
"id": "inputs-pmtiles",
"alias": "fire-suit",
"display_name": "Large-fire suitability (0–100)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "fire_suit"],
0, "#ffffcc", 25, "#fed976", 50, "#fd8d3c", 75, "#e31a1c", 100, "#800026"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "fire_suit", "fire_refu", "fed_res"]
},
{
"id": "inputs-pmtiles",
"alias": "fire-refu",
"display_name": "Fire refugia (0–100)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "fire_refu"],
0, "#f7fcf0", 25, "#bae4bc", 50, "#7bccc4", 75, "#2b8cbe", 100, "#084081"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "fire_refu", "fire_suit", "fed_res"]
},
{
"id": "inputs-pmtiles",
"alias": "fed-res",
"display_name": "Federal reserve allocation (0–1)",
"visible": false,
"default_style": {
"fill-color": ["interpolate", ["linear"], ["get", "fed_res"],
0, "#f0f0f0", 0.5, "#bdbdbd", 1, "#238b45"],
"fill-opacity": 0.75
},
"tooltip_fields": ["HEXID", "fed_res", "NSO_ccap"]
}
]
}
]
}