-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGOESnoncmip.conf
203 lines (182 loc) · 6.91 KB
/
GOESnoncmip.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# EMWIN-NON-CMIP-SCRIPTS-FOR-GOESTOOLS
# CREATE A NEW FILE CALLED GOESnoncmip.conf ENTER THE SCRIPT BELOW
# SAVE THE FILE TO THE SAME DIRECTORY YOU RUN goesproc.conf FROM, USUALLY \HOME\PI\
# RUN THE COMMAND goesproc -c GOESnoncmip.conf -m packet --subscribe tcp://127.0.0.1:5004 --out /home/pi/goes
# YOU SHOULD START TO SEE TXT AND IMAGERY COMING IN.
# GOESnoncmip.conf FILE SCRIPT
#GOESnoncmip.conf
# GOES-16 LEVEL 02 & Level 03 ABI Imagery- should generate:
#Rainfall rate/QPE RRQPE
#Sea surface temperature (skin) SST
#Land surface temperature (skin) LST
#Total precipitable water TPW
#Derived stability indices DSI
#Cloud top height ACTH
#Cloud Top Temperature ACHT
# NOT ALL IMAGERY IS AVAILABLE AT ALL TIMES. NOAA SCHEDULES VARY
#
# GOES-16 ABI Non-CMIP RGB-enhanced (Black Borders)
[[handler]]
type = "image"
origin = "goes16"
products = [ "sst", "lst", "dsi-cape", "dsi-li", "tpw" ]
directory = "./goes16/non-cmip/{region:short|lower}/{product:short|lower}/{time:%Y-%m-%d}"
filename = "GOES16_{region:short}_{product:short}_{time:%Y%m%dT%H%M%SZ}"
format = "jpg"
json = false
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_0_countries_lakes.json"
color = "#000000"
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_1_states_provinces_lakes.json"
color = "#000000"
## The following gradients are rough approximations of the
## McIDAS RGB enhancements used by NOAA/NESDIS/STAR on their site..
##
## For more info:
##
## https://www.ospo.noaa.gov/data/sst/contour/global.cf.gif (SST)
## https://www.goes-r.gov/products/baseline-LST.html (LST)
## http://cimss.ssec.wisc.edu/goes/OCLOFactSheetPDFs/ABIQuickGuide_BaselineDerivedStabilityIndices.pdf (DSI)
## https://www.goes-r.gov/products/baseline-total-precipitable-water.html (TPW)
# Skin Sea Surface Temperature (Degrees K)
[handler.gradient.SST]
points = [
{ units = 180, color = "#ffffff" },
{ units = 270.65, color = "#ffffff" },
{ units = 273.25, color = "#b005c6" },
{ units = 275.5, color = "#8f06e4" },
{ units = 277.75, color = "#6c1ff7" },
{ units = 280, color = "#486afa" },
{ units = 282.25, color = "#24b4fc" },
{ units = 284.5, color = "#00ffff" },
{ units = 287.25, color = "#00e696" },
{ units = 289, color = "#00d54b" },
{ units = 291.3, color = "#0cc600" },
{ units = 293.6, color = "#59d800" },
{ units = 295.85, color = "#a5ea00" },
{ units = 298.1, color = "#f2fc00" },
{ units = 300.35, color = "#ffc900" },
{ units = 302.6, color = "#ff9400" },
{ units = 304.85, color = "#ff5500" },
{ units = 307.1, color = "#ff1500" },
{ units = 340, color = "#ffffff" }
]
# Skin Land Surface Temperature (Degrees K)
[handler.gradient.LST]
points = [
{ units = 215, color = "#102469" },
{ units = 220, color = "#0002b5" },
{ units = 240, color = "#0359fa" },
{ units = 260, color = "#03eee9" },
{ units = 280, color = "#87f36c" },
{ units = 300, color = "#fee502" },
{ units = 320, color = "#f34900" },
{ units = 342, color = "#7f1100" },
{ units = 353, color = "#ffffff" }
]
# CAPE Derived Stability Index (Joules/kg)
[handler.gradient.DSI-CAPE]
points = [
{ units = 0, color = "#543e20" },
{ units = 500, color = "#a58154" },
{ units = 750, color = "#cfa370" },
{ units = 1000, color = "#c3afc2" },
{ units = 1500, color = "#8181c5" },
{ units = 1750, color = "#6363a3" },
{ units = 2000, color = "#969656" },
{ units = 2500, color = "#fffc02" },
{ units = 2750, color = "#ffd327" },
{ units = 3000, color = "#ff9063" },
{ units = 3500, color = "#ff231e" },
{ units = 4000, color = "#b10032" },
{ units = 4250, color = "#680063" },
{ units = 4500, color = "#8d0090" },
{ units = 4961.3914, color = "#ea00ef" },
{ units = 4980.9245, color = "#000000" }
]
# Total Precipitable Water (mm)
[handler.gradient.TPW]
points = [
{ units = 0, color = "#3a290b" },
{ units = 11, color = "#d1a777" },
{ units = 12, color = "#8999ee" },
{ units = 22, color = "#584c96" },
{ units = 23, color = "#9a6a5c" },
{ units = 32, color = "#72a429" },
{ units = 33, color = "#97c03c" },
{ units = 43, color = "#f4fe00" },
{ units = 44, color = "#fd775e" },
{ units = 53, color = "#982a19" },
{ units = 54, color = "#6f0069" },
{ units = 65, color = "#fb00ee" },
{ units = 66, color = "#ffc8ff" },
{ units = 69, color = "#f0bbef" },
{ units = 99, color = "#f069ef" },
{ units = 99.6187, color = "#ffffff" },
]
# GOES-16 ABI Non-CMIP RGB-enhanced (White Borders)
[[handler]]
type = "image"
origin = "goes16"
products = [ "rrqpe", "acht", "acha" ]
directory = "./goes16/non-cmip/{region:short|lower}/{product:short|lower}/{time:%Y-%m-%d}"
filename = "GOES16_{region:short}_{product:short}_{time:%Y%m%dT%H%M%SZ}"
format = "jpg"
json = false
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_0_countries_lakes.json"
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_1_states_provinces_lakes.json"
## The following gradients are rough approximations of the
## McIDAS RGB enhancements used by NOAA/NESDIS/STAR on their site..
##
## For more info:
##
## https://www.goes-r.gov/products/baseline-rainfall-rate-qpe.html (RRQPE)
## https://cimss.ssec.wisc.edu/goes/blog/archives/32657 (ACHT)
## https://catalog.data.gov/dataset/noaa-goes-r-series-advanced-baseline-imager-abi-level-2-cloud-top-height-acha
# Rainfall Rate (mm/hr)
[handler.gradient.RRQPE]
points = [
{ units = 0, color = "#000000" },
{ units = 6.35, color = "#303030" },
{ units = 12.6, color = "#303030" },
{ units = 12.7, color = "#009cff" },
{ units = 25.3, color = "#050dc8" },
{ units = 25.4, color = "#36ef31" },
{ units = 38.1, color = "#1e8f01" },
{ units = 40.64, color = "#fff92e" },
{ units = 50.8, color = "#f23027" },
{ units = 53.34, color = "#ff00f8" },
{ units = 63.5, color = "#c168c6" },
{ units = 66.04, color = "#fcfcfc" },
{ units = 99.2279, color = "#ffffff" },
{ units = 99.6186, color = "#000000" }
]
# Cloud top Height (Degrees K)
[handler.gradient.ACHT]
points = [
{ units = 180, color = "#000000" },
{ units = 193, color = "#ffe300" },
{ units = 213, color = "#81ff00" },
{ units = 233, color = "#00ff23" },
{ units = 253, color = "#00ffbb" },
{ units = 273, color = "#00abff" },
{ units = 293, color = "#0011ff" },
{ units = 313, color = "#7500eb" },
{ units = 321, color = "#000000" },
]
# Cloud Top Height Algorithm (Meters)
[handler.gradient.ACHA]
points = [
{ units = 0, color = "#000000" },
{ units = 1500, color = "#5e10b1" },
{ units = 3000, color = "#360ae5" },
{ units = 6050, color = "#0d85e4" },
{ units = 9100, color = "#16f2b4" },
{ units = 12200, color = "#19f108" },
{ units = 15250, color = "#e4ff2b" },
{ units = 19845, color = "#ef630e" },
{ units = 19923, color = "#000000" },
]