ecoengine icon indicating copy to clipboard operation
ecoengine copied to clipboard

Add color ramp for each type of data - precipitation; temp

Open emilyhobson opened this issue 9 years ago • 6 comments

Ecoengine : Add color ramp for each type of data - precipitation; temp; @syntagmatic

emilyhobson avatar Feb 02 '16 19:02 emilyhobson

Something along these lines: image

syntagmatic avatar Feb 02 '16 19:02 syntagmatic

screen shot 2016-02-10 at 12 56 09 pm

syntagmatic avatar Feb 10 '16 21:02 syntagmatic

@mkoo Matplotlib colormaps: https://bids.github.io/colormap/

syntagmatic avatar Feb 10 '16 23:02 syntagmatic

I like this Chroma.js tool by Gregor Aisch as discussed here: https://vis4.net/blog/posts/mastering-multi-hued-color-scales/ http://gka.github.io/palettes/#diverging|c0=darkred,deeppink,lightyellow|c1=lightyellow,lightgreen,teal|steps=13|bez0=1|bez1=1|coL0=1|coL1=1

mukhtyar avatar Feb 11 '16 02:02 mukhtyar

from the Matplotlib:

  • viridis for precip--> I like this one

  • jet for temp--> is this too bright?

    Instead of this I would favor the chroma.js that Shruti pointed out since it relied on Colorbrewer
    (eg. red-yellow-blue diverging palette) https://vis4.net/blog/wp-content/uploads/2013/09/screenshot-2013-09-08-um-14.08.10.png

mkoo avatar Feb 22 '16 18:02 mkoo

Default palettes are now configurable for each climate model. YlGnBu is the current default for precip, and YlOrRd for temperature-- but they're easily changed!

environment-default-color-palettes

syntagmatic avatar Mar 31 '16 02:03 syntagmatic