// cpt-city: wkp/precip/wiki-precip-in (cpt) // // A scheme for global precipitation by Wikipedia contributor PZmaps // // author: PZmaps // copyright: Creative commons attribution share-alike 3.0 unported // year: 2012 // url: https://phillips.shef.ac.uk/pub/cpt-city/wkp/precip #declare wiki_precip_in = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.03571 color rgbf <0.7098,0.9608,0.7137,0.0000>] [0.07143 color rgbf <0.5216,0.9333,0.5216,0.0000>] [0.10714 color rgbf <0.3255,0.9059,0.3294,0.0000>] [0.14286 color rgbf <0.1020,0.8784,0.1216,0.0000>] [0.17857 color rgbf <0.0196,0.8196,0.5451,0.0000>] [0.21429 color rgbf <0.0275,0.7686,0.8039,0.0000>] [0.25000 color rgbf <0.0118,0.7294,0.7843,0.0000>] [0.28571 color rgbf <0.0118,0.6941,0.7686,0.0000>] [0.32143 color rgbf <0.0353,0.6549,0.7529,0.0000>] [0.35714 color rgbf <0.0157,0.6157,0.7333,0.0000>] [0.39286 color rgbf <0.0235,0.5804,0.7255,0.0000>] [0.42857 color rgbf <0.0000,0.5373,0.7098,0.0000>] [0.46429 color rgbf <0.0078,0.5020,0.6941,0.0000>] [0.50000 color rgbf <0.0196,0.4588,0.6784,0.0000>] [0.53571 color rgbf <0.0196,0.4196,0.6627,0.0000>] [0.57143 color rgbf <0.0039,0.3843,0.6549,0.0000>] [0.60714 color rgbf <0.0000,0.3451,0.6353,0.0000>] [0.64286 color rgbf <0.0000,0.3059,0.6235,0.0000>] [0.67857 color rgbf <0.0000,0.2667,0.6078,0.0000>] [0.71429 color rgbf <0.0039,0.2275,0.5882,0.0000>] [0.75000 color rgbf <0.0039,0.1882,0.5765,0.0000>] [0.78571 color rgbf <0.0118,0.1490,0.5647,0.0000>] [0.82143 color rgbf <0.0078,0.1137,0.5490,0.0000>] [0.85714 color rgbf <0.0157,0.0667,0.5255,0.0000>] [0.89286 color rgbf <0.0353,0.0314,0.5098,0.0000>] [0.92857 color rgbf <0.0078,0.0078,0.5137,0.0000>] [0.96429 color rgbf <0.0000,0.0000,0.5098,0.0000>] [1.00000 color rgbf <0.0000,0.0000,0.5098,0.0000>] }