Skip to content

Commit

Permalink
Updated colorramps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasViehweger committed Jan 9, 2024
1 parent 22b9efb commit b43833e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@ function updateColormap(vmin, vmax) {
}

const cmap = [
[3, 0x053061],
[2, 0x2166ac],
[1, 0x4393c3],
[0.5, 0x92c5de],
[0.25, 0xd1e5f0],
[0, 0xf7f7f7],
[-0.25, 0xfddbc7],
[-0.5, 0xf4a582],
[-1, 0xd6604d],
[-2, 0xb2182b],
[-3, 0x67001f],
[-3, 0x00508f],
[-2.25, 0x0083d5],
[-1.5, 0x62aee7],
[-0.75, 0xbbd8f6],
[0, 0xfaf9fa],
[0.75, 0xfac9c3],
[1.5, 0xe79181],
[2.25, 0xc65333],
[3, 0x802a07],
];

updateColormap(vmin, vmax);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scripts:

## Description of representative images

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ function updateColormap(vmin, vmax) {
}

const cmap = [
[-3, 0x67001f],
[-2, 0xb2182b],
[-1, 0xd6604d],
[-0.5, 0xf4a582],
[-0.25, 0xfddbc7],
[0, 0xf7f7f7],
[0.25, 0xd1e5f0],
[0.5, 0x92c5de],
[1, 0x4393c3],
[2, 0x2166ac],
[3, 0x053061],
[-3, 0x6d2400],
[-2.25, 0xaa6000],
[-1.5, 0xce9f57],
[-0.75, 0xebd5a7],
[0, 0xfef9e6],
[0.75, 0xc0e0bb],
[1.5, 0x57b7a2],
[2.25, 0x008199],
[3, 0x003492],
];

updateColormap(vmin, vmax);
Expand Down

0 comments on commit b43833e

Please sign in to comment.