Skip to content

Commit 15e10ca

Browse files
authored
Merge pull request #939 from NASA-IMPACT/develop
# 🎉 Features - 🦗 # 🚀 Improvements - Upgrade veda-ui to [v6.17.1](https://github.com/NASA-IMPACT/veda-ui/releases/tag/v6.17.1) # 🐛 Fixes - GEDI GIBS WMTS layer STAC endpoint swapped to production - Clean up LIS Hydroglobe Dataset Organization # 🗒️ Content ## 📊 Datasets - CMIP Heat Stress Days (Days >90 F) - County-Based NLCD Percentages (Grassland, etc.) - County-Based Small and Large Farm Operation Counts ## 📝 Stories - Cattle Heat and Cold Stress
2 parents 8af7c41 + ccb157a commit 15e10ca

31 files changed

+967
-1425
lines changed

.veda/ui

Submodule ui updated 160 files
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
id: climdex-tmaxxf-access-cm2
3+
isHidden: false
4+
name: 'CMIP Days above 90 degrees climdex-tmaxxf-access-cm2'
5+
description: "CMIP Days above 90 degrees F climdex-tmaxxf-access-cm2"
6+
media:
7+
src: ::file media/CMIP-winter-median.jpeg
8+
alt: Photo of Nisqually glacier
9+
author:
10+
name: Justin Pflug
11+
url:
12+
taxonomy:
13+
- name: Topics
14+
values:
15+
- Water Resources
16+
- name: Subtopics
17+
values:
18+
- Snow
19+
- Precipitation
20+
- Water Cycle
21+
- Hydrology
22+
- name: Source
23+
values:
24+
- NASA EIS
25+
- CMIP6
26+
infoDescription: |
27+
::markdown
28+
CMIP Days above 90 degrees climdex-tmaxxf-access-cm2
29+
layers:
30+
31+
- id: climdex-tmaxxf-access-cm2-585
32+
stacCol: climdex-tmaxxf-access-cm2-ssp585
33+
name: 'Days above 90 Degrees F SSP585'
34+
type: raster
35+
description: 'Days above 90 degrees F'
36+
sourceParams:
37+
assets: tmax_above_90
38+
resampling: bilinear
39+
bidx: 1
40+
nodata: nan
41+
colormap_name: ylorrd
42+
rescale:
43+
- 0
44+
- 365
45+
legend:
46+
unit:
47+
label: Days
48+
type: gradient
49+
min: 0
50+
max: 365
51+
stops:
52+
- "#E4FF7A"
53+
- "#FAED2D"
54+
- "#FFCE0A"
55+
- "#FFB100"
56+
- "#FE9900"
57+
- "#FC7F00"
58+
info:
59+
source: NASA
60+
spatialExtent: Global
61+
temporalResolution: Annual
62+
unit: Days
63+
64+
65+
- id: climdex-tmaxxf-access-cm2-126
66+
stacCol: climdex-tmaxxf-access-cm2-ssp126
67+
name: 'Days above 90 Degrees F SSP126'
68+
type: raster
69+
description: 'Days above 90 degrees F'
70+
sourceParams:
71+
assets: tmax_above_90
72+
resampling: bilinear
73+
bidx: 1
74+
nodata: nan
75+
colormap_name: ylorrd
76+
rescale:
77+
- 0
78+
- 365
79+
legend:
80+
unit:
81+
label: Days
82+
type: gradient
83+
min: 0
84+
max: 365
85+
stops:
86+
- "#E4FF7A"
87+
- "#FAED2D"
88+
- "#FFCE0A"
89+
- "#FFB100"
90+
- "#FE9900"
91+
- "#FC7F00"
92+
compare:
93+
datasetId: climdex-tmaxxf-access-cm2
94+
layerId: climdex-tmaxxf-access-cm2-585
95+
mapLabel: |
96+
::js ({ dateFns, datetime, compareDatetime }) => {
97+
if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
98+
}
99+
100+
101+
---
102+
103+
104+
<Block>
105+
<Figure>
106+
<Map
107+
datasetId='climdex-tmaxxf-access-cm2'
108+
layerId='climdex-tmaxxf-access-cm2-126'
109+
dateTime='2080-06-01'
110+
zoom={4.0}
111+
center={[-113.,40.]}
112+
compareDateTime='2080-06-01'
113+
/>
114+
<Caption
115+
attrAuthor='NASA'
116+
attrUrl='https://nasa.gov/'
117+
>
118+
Comparison of days above 90 degrees Fahrenheit in CMIP6 models between SSP-126 (left) and SSP-585 (right).
119+
</Caption>
120+
</Figure>
121+
</Block>

0 commit comments

Comments
 (0)