[GRASS-SVN] r68907 - in grass/branches/releasebranch_7_2/lib/gis: . colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 9 11:01:09 PDT 2016


Author: wenzeslaus
Date: 2016-07-09 11:01:09 -0700 (Sat, 09 Jul 2016)
New Revision: 68907

Added:
   grass/branches/releasebranch_7_2/lib/gis/colors/grass
Modified:
   grass/branches/releasebranch_7_2/lib/gis/colors.desc
Log:
add GRASS green color table by Vincent Bain (see #3043 and #3055, backport r68755)

Copied: grass/branches/releasebranch_7_2/lib/gis/colors/grass (from rev 68755, grass/trunk/lib/gis/colors/grass)
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/colors/grass	                        (rev 0)
+++ grass/branches/releasebranch_7_2/lib/gis/colors/grass	2016-07-09 18:01:09 UTC (rev 68907)
@@ -0,0 +1,108 @@
+# Generic green color rule for GRASS GIS
+# designed with the help of matplotlib/viscm utility;
+# interpolated to a 0-100% proportional rule file with the help of interpln()
+# function in SciLab; aimed at providing a basic color ramp complying with
+# (i) a constant delta between adjacent tones and
+# (ii) colorblind users.
+# author: Vincent Bain
+0% 4:49:0
+1% 4:51:0
+2% 5:53:1
+3% 6:55:1
+4% 7:57:1
+5% 8:59:1
+6% 9:61:1
+7% 10:63:2
+8% 11:65:2
+9% 12:67:2
+10% 13:69:2
+11% 14:71:2
+12% 14:73:3
+13% 15:75:3
+14% 16:77:3
+15% 17:79:3
+16% 17:81:3
+17% 18:84:3
+18% 19:86:3
+19% 19:88:3
+20% 20:90:3
+21% 20:92:3
+22% 21:94:3
+23% 21:96:3
+24% 22:98:3
+25% 22:100:3
+26% 23:102:3
+27% 23:104:3
+28% 23:107:3
+29% 23:109:3
+30% 23:111:3
+31% 23:113:2
+32% 23:115:2
+33% 23:117:2
+34% 23:120:1
+35% 23:122:1
+36% 22:124:1
+37% 21:126:1
+38% 20:128:0
+39% 19:131:0
+40% 17:133:0
+41% 14:135:1
+42% 11:138:6
+43% 14:140:13
+44% 19:142:19
+45% 24:143:25
+46% 29:145:29
+47% 33:147:33
+48% 37:149:37
+49% 41:151:41
+50% 45:153:45
+51% 49:155:49
+52% 52:157:52
+53% 56:158:56
+54% 59:160:59
+55% 62:162:62
+56% 66:164:66
+57% 69:166:69
+58% 72:168:72
+59% 75:170:75
+60% 79:172:79
+61% 82:173:82
+62% 85:175:85
+63% 88:177:88
+64% 91:179:91
+65% 94:181:95
+66% 97:183:98
+67% 100:185:101
+68% 103:187:104
+69% 106:189:107
+70% 109:191:110
+71% 112:193:114
+72% 115:195:117
+73% 118:197:120
+74% 121:199:123
+75% 124:200:126
+76% 127:202:129
+77% 130:204:133
+78% 133:206:136
+79% 136:208:139
+80% 139:211:142
+81% 142:213:146
+82% 145:215:149
+83% 148:217:152
+84% 151:219:155
+85% 154:221:159
+86% 157:223:162
+87% 161:225:165
+88% 164:227:168
+89% 167:229:172
+90% 170:231:175
+91% 173:233:178
+92% 176:236:182
+93% 179:238:185
+94% 182:240:188
+95% 185:242:192
+96% 189:244:195
+97% 192:247:199
+98% 195:249:202
+99% 198:251:205
+100% 201:254:209

Modified: grass/branches/releasebranch_7_2/lib/gis/colors.desc
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/colors.desc	2016-07-09 12:48:41 UTC (rev 68906)
+++ grass/branches/releasebranch_7_2/lib/gis/colors.desc	2016-07-09 18:01:09 UTC (rev 68907)
@@ -14,6 +14,7 @@
 evi: enhanced vegetative index colors
 fahrenheit: blue to red for Fahrenheit temperature
 gdd: accumulated growing degree days
+grass: GRASS GIS green (perceptually uniform)
 greens: white to green
 grey: grey scale
 grey1.0: grey scale for raster values between 0.0-1.0



More information about the grass-commit mailing list