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