Skip to content

Commit b43833e

Browse files
Updated colorramps
1 parent 22b9efb commit b43833e

File tree

5 files changed

+19
-23
lines changed

5 files changed

+19
-23
lines changed

planetary-variables/land-surface-temperature/land-surface-temperature-anomaly/script.js

+9-11
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@ function updateColormap(vmin, vmax) {
3131
}
3232

3333
const cmap = [
34-
[3, 0x053061],
35-
[2, 0x2166ac],
36-
[1, 0x4393c3],
37-
[0.5, 0x92c5de],
38-
[0.25, 0xd1e5f0],
39-
[0, 0xf7f7f7],
40-
[-0.25, 0xfddbc7],
41-
[-0.5, 0xf4a582],
42-
[-1, 0xd6604d],
43-
[-2, 0xb2182b],
44-
[-3, 0x67001f],
34+
[-3, 0x00508f],
35+
[-2.25, 0x0083d5],
36+
[-1.5, 0x62aee7],
37+
[-0.75, 0xbbd8f6],
38+
[0, 0xfaf9fa],
39+
[0.75, 0xfac9c3],
40+
[1.5, 0xe79181],
41+
[2.25, 0xc65333],
42+
[3, 0x802a07],
4543
];
4644

4745
updateColormap(vmin, vmax);
Loading

planetary-variables/soil-water-content/soil-water-content-anomaly/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scripts:
1111

1212
## Description of representative images
1313

14-
The visualization represents negative soil water content anomalies (less water content than on average) in shades of red and positive soil water content anomalies (more water content than on average) in hues of blue.
14+
The visualization represents negative soil water content anomalies (less water content than on average) in shades of brown and positive soil water content anomalies (more water content than on average) in hues of green to blue.
1515

1616
Soil Water Content Anomaly (C band 1000 m) on June 3rd, 2023 Graz, Austria.
1717

planetary-variables/soil-water-content/soil-water-content-anomaly/script.js

+9-11
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,15 @@ function updateColormap(vmin, vmax) {
2929
}
3030

3131
const cmap = [
32-
[-3, 0x67001f],
33-
[-2, 0xb2182b],
34-
[-1, 0xd6604d],
35-
[-0.5, 0xf4a582],
36-
[-0.25, 0xfddbc7],
37-
[0, 0xf7f7f7],
38-
[0.25, 0xd1e5f0],
39-
[0.5, 0x92c5de],
40-
[1, 0x4393c3],
41-
[2, 0x2166ac],
42-
[3, 0x053061],
32+
[-3, 0x6d2400],
33+
[-2.25, 0xaa6000],
34+
[-1.5, 0xce9f57],
35+
[-0.75, 0xebd5a7],
36+
[0, 0xfef9e6],
37+
[0.75, 0xc0e0bb],
38+
[1.5, 0x57b7a2],
39+
[2.25, 0x008199],
40+
[3, 0x003492],
4341
];
4442

4543
updateColormap(vmin, vmax);

0 commit comments

Comments
 (0)