Open-Source-Spatial-Clean-Cooking-Tool / OnStove

This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
MIT License
7 stars 8 forks source link

Create a standard color map for the technologies #173

Closed babakkhavari closed 2 years ago

babakkhavari commented 2 years ago

map_colors = { "ICS": '#57365A', "LPG": '#6987B7', "Traditional biomass": '#673139', "Electricity": '#D0DF53', "Biogas": '#3BE2C5', "Charcoal": '#B6195E', "Biogas and ICS": "#F6029E", "Biogas and LPG": "#C021C0", "Biogas and Traditional biomass": "#266AA6", "Electricity and Biogas": "#484673", "Biogas and Charcoal": "#3B05DF", "Electricity and ICS": "#4D7126", "Electricity and LPG": "#004D40", "Electricity and Traditional biomass": "#FFC107", "Electricity and Charcoal": "#1E88E5", }