[GRASS-SVN] r64283 - in grass/trunk/lib/gis: . colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 22 07:54:50 PST 2015
Author: mlennert
Date: 2015-01-22 07:54:50 -0800 (Thu, 22 Jan 2015)
New Revision: 64283
Added:
grass/trunk/lib/gis/colors/blues
grass/trunk/lib/gis/colors/greens
grass/trunk/lib/gis/colors/oranges
grass/trunk/lib/gis/colors/reds
Modified:
grass/trunk/lib/gis/colors.desc
Log:
adding some very simple mononchrome color tables for general usage
Added: grass/trunk/lib/gis/colors/blues
===================================================================
--- grass/trunk/lib/gis/colors/blues (rev 0)
+++ grass/trunk/lib/gis/colors/blues 2015-01-22 15:54:50 UTC (rev 64283)
@@ -0,0 +1,2 @@
+0% white
+100% blue
Added: grass/trunk/lib/gis/colors/greens
===================================================================
--- grass/trunk/lib/gis/colors/greens (rev 0)
+++ grass/trunk/lib/gis/colors/greens 2015-01-22 15:54:50 UTC (rev 64283)
@@ -0,0 +1,2 @@
+0% white
+100% green
Added: grass/trunk/lib/gis/colors/oranges
===================================================================
--- grass/trunk/lib/gis/colors/oranges (rev 0)
+++ grass/trunk/lib/gis/colors/oranges 2015-01-22 15:54:50 UTC (rev 64283)
@@ -0,0 +1,2 @@
+0% white
+100% orange
Added: grass/trunk/lib/gis/colors/reds
===================================================================
--- grass/trunk/lib/gis/colors/reds (rev 0)
+++ grass/trunk/lib/gis/colors/reds 2015-01-22 15:54:50 UTC (rev 64283)
@@ -0,0 +1,2 @@
+0% white
+100% red
Modified: grass/trunk/lib/gis/colors.desc
===================================================================
--- grass/trunk/lib/gis/colors.desc 2015-01-22 11:02:11 UTC (rev 64282)
+++ grass/trunk/lib/gis/colors.desc 2015-01-22 15:54:50 UTC (rev 64283)
@@ -2,6 +2,7 @@
aspectcolr: aspect oriented rainbow colors
bcyr: blue through cyan through yellow to red
bgyr: blue through green through yellow to red
+blues: white to blue
byg: blue through yellow to green
byr: blue through yellow to red
celsius: blue to red for degree Celsius temperature
@@ -13,6 +14,7 @@
evi: enhanced vegetative index colors
fahrenheit: blue to red for Fahrenheit temperature
gdd: accumulated growing degree days
+greens: white to green
grey: grey scale
grey1.0: grey scale for raster values between 0.0-1.0
grey255: grey scale for raster values between 0-255
@@ -23,6 +25,7 @@
kelvin: blue to red for temperature in Kelvin scale
ndvi: Normalized Difference Vegetation Index colors
ndwi: Normalized Difference Water Index colors
+oranges: white to orange
population: color table covering human population classification breaks
population_dens: color table covering human population density classification breaks
precipitation: precipitation color table (0..2000mm)
@@ -31,6 +34,7 @@
rainbow: rainbow color table
ramp: color ramp
random: random color table
+reds: white to red
rstcurv: terrain curvature (from r.resamp.rst)
ryb: red through yellow to blue
ryg: red through yellow to green
More information about the grass-commit
mailing list