Open aulemahal opened 2 months ago
bizarre bizarre! Je ne suis pas sur de l'origine du JSON. Il a été introduit dans cette PR (https://github.com/Ouranosinc/figanos/pull/22).
Notez aussi que selon ma recherche rapide les fichiers dans categorical_colors_rgb_0-255 ne sont en fait jamais utilisés.
bon j'ai trouvé cette issue: https://github.com/Ouranosinc/figanos/issues/30 J'assume donc que le JSON est un création d'Alexis. Je ne sais pas comment/pourquoi il a fait un mapping entre RGB et hex. @sarahclaude tu te souviens ?
Sinon, je pense que ça vaudrait la peine de refaire ce mapping correctement.
Non je ne m'en rappelle pas... Je suis en train de regarder les RBG et Hex pour hvplot justement. Si ce n'est pas urgent d'avoir le bon mapping, je pourrais le refaire en même temps que dans la création de cmap pour hvplot.
Generic Issue
Description
The entries in the xlsx and txt files in https://github.com/IPCC-WG1/colormaps and the entries in the txt file that we have here are different from the hex code in the json file.
For example "ssp370", which is the 4th "cat 2" ssp has
231, 29, 37
- > "#E71D25" in the three sources above, is set to "#DF0000" in the JSON.Both color are quite similar, it is just weird that it's not exactly the same.