|
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<odoo noupdate="1"> |
| 3 | + <!-- Sequential Color Scales --> |
| 4 | + |
| 5 | + <record id="color_scale_blues" model="spp.gis.color.scale"> |
| 6 | + <field name="name">Blues (Sequential)</field> |
| 7 | + <field name="scale_type">sequential</field> |
| 8 | + <field |
| 9 | + name="colors_json" |
| 10 | + >["#f7fbff", "#deebf7", "#c6dbef", "#9ecae1", "#6baed6", "#4292c6", "#2171b5", "#08519c", "#08306b"]</field> |
| 11 | + <field |
| 12 | + name="description" |
| 13 | + >Sequential blue color scale from light to dark. Good for showing increasing values like population density or service coverage.</field> |
| 14 | + <field name="sequence">10</field> |
| 15 | + </record> |
| 16 | + |
| 17 | + <record id="color_scale_greens" model="spp.gis.color.scale"> |
| 18 | + <field name="name">Greens (Sequential)</field> |
| 19 | + <field name="scale_type">sequential</field> |
| 20 | + <field |
| 21 | + name="colors_json" |
| 22 | + >["#f7fcf5", "#e5f5e0", "#c7e9c0", "#a1d99b", "#74c476", "#41ab5d", "#238b45", "#006d2c", "#00441b"]</field> |
| 23 | + <field |
| 24 | + name="description" |
| 25 | + >Sequential green color scale from light to dark. Good for showing environmental or health indicators.</field> |
| 26 | + <field name="sequence">20</field> |
| 27 | + </record> |
| 28 | + |
| 29 | + <record id="color_scale_reds" model="spp.gis.color.scale"> |
| 30 | + <field name="name">Reds (Sequential)</field> |
| 31 | + <field name="scale_type">sequential</field> |
| 32 | + <field |
| 33 | + name="colors_json" |
| 34 | + >["#fff5f0", "#fee0d2", "#fcbba1", "#fc9272", "#fb6a4a", "#ef3b2c", "#cb181d", "#a50f15", "#67000d"]</field> |
| 35 | + <field |
| 36 | + name="description" |
| 37 | + >Sequential red color scale from light to dark. Good for showing risk, danger, or negative indicators.</field> |
| 38 | + <field name="sequence">30</field> |
| 39 | + </record> |
| 40 | + |
| 41 | + <record id="color_scale_oranges" model="spp.gis.color.scale"> |
| 42 | + <field name="name">Oranges (Sequential)</field> |
| 43 | + <field name="scale_type">sequential</field> |
| 44 | + <field |
| 45 | + name="colors_json" |
| 46 | + >["#fff5eb", "#fee6ce", "#fdd0a2", "#fdae6b", "#fd8d3c", "#f16913", "#d94801", "#a63603", "#7f2704"]</field> |
| 47 | + <field |
| 48 | + name="description" |
| 49 | + >Sequential orange color scale from light to dark. Good for showing moderate risk or attention areas.</field> |
| 50 | + <field name="sequence">40</field> |
| 51 | + </record> |
| 52 | + |
| 53 | + <record id="color_scale_purples" model="spp.gis.color.scale"> |
| 54 | + <field name="name">Purples (Sequential)</field> |
| 55 | + <field name="scale_type">sequential</field> |
| 56 | + <field |
| 57 | + name="colors_json" |
| 58 | + >["#fcfbfd", "#efedf5", "#dadaeb", "#bcbddc", "#9e9ac8", "#807dba", "#6a51a3", "#54278f", "#3f007d"]</field> |
| 59 | + <field |
| 60 | + name="description" |
| 61 | + >Sequential purple color scale from light to dark. Good for showing education or program enrollment indicators.</field> |
| 62 | + <field name="sequence">50</field> |
| 63 | + </record> |
| 64 | + |
| 65 | + <!-- Diverging Color Scales --> |
| 66 | + |
| 67 | + <record id="color_scale_rdylgn" model="spp.gis.color.scale"> |
| 68 | + <field name="name">Red-Yellow-Green (Diverging)</field> |
| 69 | + <field name="scale_type">diverging</field> |
| 70 | + <field |
| 71 | + name="colors_json" |
| 72 | + >["#d73027", "#f46d43", "#fdae61", "#fee08b", "#ffffbf", "#d9ef8b", "#a6d96a", "#66bd63", "#1a9850"]</field> |
| 73 | + <field |
| 74 | + name="description" |
| 75 | + >Diverging scale from red (negative) through yellow to green (positive). Good for showing progress against targets or deviations from a norm.</field> |
| 76 | + <field name="sequence">60</field> |
| 77 | + </record> |
| 78 | + |
| 79 | + <record id="color_scale_rdbu" model="spp.gis.color.scale"> |
| 80 | + <field name="name">Red-Blue (Diverging)</field> |
| 81 | + <field name="scale_type">diverging</field> |
| 82 | + <field |
| 83 | + name="colors_json" |
| 84 | + >["#67001f", "#b2182b", "#d6604d", "#f4a582", "#fddbc7", "#d1e5f0", "#92c5de", "#4393c3", "#2166ac", "#053061"]</field> |
| 85 | + <field |
| 86 | + name="description" |
| 87 | + >Diverging scale from red to blue. Good for showing opposing conditions or bidirectional change.</field> |
| 88 | + <field name="sequence">70</field> |
| 89 | + </record> |
| 90 | + |
| 91 | + <record id="color_scale_spectral" model="spp.gis.color.scale"> |
| 92 | + <field name="name">Spectral (Diverging)</field> |
| 93 | + <field name="scale_type">diverging</field> |
| 94 | + <field |
| 95 | + name="colors_json" |
| 96 | + >["#9e0142", "#d53e4f", "#f46d43", "#fdae61", "#fee08b", "#e6f598", "#abdda4", "#66c2a5", "#3288bd", "#5e4fa2"]</field> |
| 97 | + <field |
| 98 | + name="description" |
| 99 | + >Spectral diverging scale across the color spectrum. Good for showing complex diverging patterns.</field> |
| 100 | + <field name="sequence">80</field> |
| 101 | + </record> |
| 102 | + |
| 103 | + <record id="color_scale_brbg" model="spp.gis.color.scale"> |
| 104 | + <field name="name">Brown-Green (Diverging)</field> |
| 105 | + <field name="scale_type">diverging</field> |
| 106 | + <field |
| 107 | + name="colors_json" |
| 108 | + >["#8c510a", "#bf812d", "#dfc27d", "#f6e8c3", "#f5f5f5", "#c7eae5", "#80cdc1", "#35978f", "#01665e"]</field> |
| 109 | + <field |
| 110 | + name="description" |
| 111 | + >Diverging scale from brown to green. Good for environmental indicators or land use changes.</field> |
| 112 | + <field name="sequence">90</field> |
| 113 | + </record> |
| 114 | + |
| 115 | + <!-- Categorical Color Scales --> |
| 116 | + |
| 117 | + <record id="color_scale_set1" model="spp.gis.color.scale"> |
| 118 | + <field name="name">Set1 (Categorical)</field> |
| 119 | + <field name="scale_type">categorical</field> |
| 120 | + <field |
| 121 | + name="colors_json" |
| 122 | + >["#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf"]</field> |
| 123 | + <field |
| 124 | + name="description" |
| 125 | + >Categorical color set with distinct colors. Good for showing different types or categories.</field> |
| 126 | + <field name="sequence">100</field> |
| 127 | + </record> |
| 128 | + |
| 129 | + <record id="color_scale_paired" model="spp.gis.color.scale"> |
| 130 | + <field name="name">Paired (Categorical)</field> |
| 131 | + <field name="scale_type">categorical</field> |
| 132 | + <field |
| 133 | + name="colors_json" |
| 134 | + >["#a6cee3", "#1f78b4", "#b2df8a", "#33a02c", "#fb9a99", "#e31a1c", "#fdbf6f", "#ff7f00"]</field> |
| 135 | + <field |
| 136 | + name="description" |
| 137 | + >Paired categorical colors with light and dark variants. Good for comparing similar categories.</field> |
| 138 | + <field name="sequence">110</field> |
| 139 | + </record> |
| 140 | +</odoo> |
0 commit comments