Meteologix-inspired color scales
-
This is so cool, and I tried matching wind, MSLP, and rainfall color schemes with what Meteologix is offering users.
1. WIND LAYER
Code:
[[2.6831695331695347,[68,153,0,255]],
[5.462653562653564,[104,172,6,255]],
[8.242137592137594,[140,192,13,255]],
[11.021621621621623,[177,212,20,255]],
[13.805405405405406,[213,232,27,255]],
[16.58918918918919,[250,252,34,255]],
[19.372972972972974,[250,208,36,255]],
[22.156756756756756,[250,164,39,255]],
[24.94054054054054,[251,121,41,255]],
[27.72432432432433,[251,77,44,255]],
[30.50810810810811,[252,34,86,255]],
[33.29189189189189,[252,34,166,255]],
[36.075675675675676,[252,34,206,255]],
[38.859459459459465,[252,34,246,255]],
[41.64324324324325,[252,97,248,255]],
[44.42702702702702,[253,128,249,255]],
[49.9945945945946,[254,191,252,255]],
[55.56216216216217,[254,223,253,255]],
[61.12972972972973,[255,255,255,255]],
[66.6972972972973,[225,225,255,255]],
[72.26486486486488,[195,195,255,255]],
[77.83243243243244,[165,165,255,255]],
[83.4,[135,135,255,255]]]2. INSTANTANEOUS RAINFALL
Code:
[[0,[240,240,240,255]],
[0.1,[180,215,255,255]],
[0.2,[53,154,255,255]],
[0.5,[4,130,255,255]],
[1,[0,105,210,255]],
[2,[0,54,127,255]],
[3,[20,143,27,255]],
[4,[26,207,5,255]],
[5,[99,237,7,255]],
[6,[255,244,43,255]],
[7.000000000000001,[232,220,0,255]],
[8,[240,96,0,255]],
[9,[255,127,39,255]],
[10,[255,166,106,255]],
[12,[248,78,120,255]],
[14,[247,30,84,255]],
[16,[191,0,0,255]],
[20,[136,0,0,255]],
[24,[100,0,127,255]],
[30,[194,0,251,255]],
[40,[221,102,255,255]],
[60,[235,166,255,255]],
[80,[249,230,255,255]],
[100,[212,212,212,255]]]3. ACCUMULATED RAINFALL
Code:
[[0,[240,240,240,255]],
[0.1,[180,215,255,255]],
[3,[53,154,255,255]],
[5,[4,130,255,255]],
[7.000000000000001,[0,105,210,255]],
[10,[0,54,127,255]],
[15,[20,143,27,255]],
[20,[26,207,5,255]],
[25,[99,237,7,255]],
[30,[255,244,43,255]],
[40,[232,220,0,255]],
[50,[240,96,0,255]],
[60,[255,127,39,255]],
[70,[255,166,106,255]],
[80,[248,78,120,255]],
[90,[247,30,84,255]],
[100,[191,0,0,255]],
[125,[136,0,0,255]],
[150,[100,0,127,255]],
[175,[194,0,251,255]],
[200,[221,102,255,255]],
[250,[235,166,255,255]],
[300,[249,230,255,255]],
[400,[212,212,212,255]]]4. MSLP
Code:
[[91000,[246,39,235,255]],
[92500,[195,24,196,255]],
[93800,[150,12,163,255]],
[95000,[87,0,127,255]],
[96200,[55,0,127,255]],
[97200,[0,60,127,255]],
[97800,[0,82,143,255]],
[98400,[73,172,255,255]],
[99000,[163,212,255,255]],
[99800,[149,223,188,255]],
[100200,[7,161,39,255]],
[100800,[57,194,12,255]],
[101400,[156,225,6,255]],
[102000,[243,251,1,255]],
[102600,[244,176,11,255]],
[103200,[244,82,11,255]],
[103800,[186,19,15,255]],
[104401.046875,[120,0,0,255]],
[105002.13852611941,[213,133,133,256]],
[105603.27303438167,[255,200,200,256]]] -
@Siony-Mario
Your color scale for Rain accumulation is not suitable everywhere.
The maximum of this scale must be more than 1000mm in tropical areas over 10 days !
Something like that: -
@idefix37 seems like a good idea.
-
This post is deleted! -
@Nahel-Belgherze
Could you show a screenshot?
On white background the isolines disappear. So you better use a light grey as background.