11sensor_name : visir/fci
22
33composites :
4- # ## L2
4+ # ## L2
55 binary_cloud_mask :
66 # This will set all clear pixels to '0', all pixels with cloudy features (meteorological/dust/ash clouds) to '1' and
77 # missing/undefined pixels to 'nan'. This can be used for the official EUMETSAT cloud mask product (CLM).
88 compositor : !!python/name:satpy.composites.CategoricalDataCompositor
99 prerequisites :
10- - name : ' cloud_state'
11- lut : [ .nan, 0, 1, 1, 1, 1, 1, 1, 0, .nan ]
10+ - name : " cloud_state"
11+ lut : [.nan, 0, 1, 1, 1, 1, 1, 1, 0, .nan]
1212 standard_name : binary_cloud_mask
1313
14- # ## Night Layers
14+ # ## Night Layers
1515 night_ir105 :
1616 compositor : !!python/name:satpy.composites.SingleBandCompositor
1717 prerequisites :
@@ -41,7 +41,7 @@ composites:
4141 - night_ir_alpha
4242 - _night_background_hires
4343
44- # ## Green Corrections
44+ # ## Green Corrections
4545 ndvi_hybrid_green :
4646 description : >
4747 The FCI green band at 0.51 µm deliberately misses the chlorophyll band, such that
@@ -58,7 +58,7 @@ composites:
5858 - name : vis_06
5959 modifiers : [sunz_corrected, rayleigh_corrected, sunz_reduced]
6060 - name : vis_08
61- modifiers : [sunz_corrected, sunz_reduced ]
61+ modifiers : [sunz_corrected, sunz_reduced]
6262 standard_name : toa_bidirectional_reflectance
6363
6464 ndvi_hybrid_green_raw :
@@ -76,18 +76,18 @@ composites:
7676 ndvi_hybrid_green_fully_sunzencorrected :
7777 description : Same as ndvi_hybrid_green, but without Sun-zenith reduction
7878 compositor : !!python/name:satpy.composites.spectral.NDVIHybridGreen
79- limits : [ 0.15, 0.05 ]
79+ limits : [0.15, 0.05]
8080 strength : 3.0
8181 prerequisites :
8282 - name : vis_05
83- modifiers : [ sunz_corrected, rayleigh_corrected ]
83+ modifiers : [sunz_corrected, rayleigh_corrected]
8484 - name : vis_06
85- modifiers : [ sunz_corrected, rayleigh_corrected ]
85+ modifiers : [sunz_corrected, rayleigh_corrected]
8686 - name : vis_08
87- modifiers : [ sunz_corrected ]
87+ modifiers : [sunz_corrected]
8888 standard_name : toa_bidirectional_reflectance
8989
90- # ## True Color
90+ # ## True Color
9191 true_color :
9292 compositor : !!python/name:satpy.composites.SelfSharpenedRGB
9393 description : >
@@ -190,7 +190,7 @@ composites:
190190 - name : vis_04
191191 standard_name : true_color_reproduction_color_stretch
192192
193- # ## True Color with LI lightning
193+ # ## True Color with LI lightning
194194
195195 true_color_with_night_ir105_acc_flash :
196196 compositor : !!python/name:satpy.composites.BackgroundCompositor
@@ -227,74 +227,81 @@ composites:
227227 - group_radiance_alpha
228228 - true_color_with_night_ir105
229229
230- # ## GeoColor
230+ true_color_with_night_ir105_flash_age :
231+ compositor : !!python/name:satpy.composites.BackgroundCompositor
232+ standard_name : imager_with_lightning
233+ prerequisites :
234+ - flash_age
235+ - true_color_with_night_ir105
236+
237+ # ## GeoColor
231238 geo_color :
232- compositor : !!python/name:satpy.composites.DayNightCompositor
233- description : >
234- GeoColor is a multi-layer blended RGB composite where the day-time part of the image is represented by true
235- color imagery and the nighttime part of the image by a three layer vertically blended stack composed of a
236- high-level cloud layer (single IR window channel), a low-level cloud layer (IR split window) and a static
237- surface terrain layer with city lights (NASA Black Marble).
238- references :
239- Research Article : https://journals.ametsoc.org/view/journals/atot/37/3/JTECH-D-19-0134.1.xml
240- lim_low : 78
241- lim_high : 88
242- standard_name : geo_color_day_night_blend
243- prerequisites :
244- - true_color
245- - geo_color_night
239+ compositor : !!python/name:satpy.composites.DayNightCompositor
240+ description : >
241+ GeoColor is a multi-layer blended RGB composite where the day-time part of the image is represented by true
242+ color imagery and the nighttime part of the image by a three layer vertically blended stack composed of a
243+ high-level cloud layer (single IR window channel), a low-level cloud layer (IR split window) and a static
244+ surface terrain layer with city lights (NASA Black Marble).
245+ references :
246+ Research Article : https://journals.ametsoc.org/view/journals/atot/37/3/JTECH-D-19-0134.1.xml
247+ lim_low : 78
248+ lim_high : 88
249+ standard_name : geo_color_day_night_blend
250+ prerequisites :
251+ - true_color
252+ - geo_color_night
246253
247254 geo_color_high_clouds :
248- standard_name : geo_color_high_clouds
249- compositor : !!python/name:satpy.composites.HighCloudCompositor
250- prerequisites :
251- - name : ir_105
255+ standard_name : geo_color_high_clouds
256+ compositor : !!python/name:satpy.composites.HighCloudCompositor
257+ prerequisites :
258+ - name : ir_105
252259
253260 geo_color_low_clouds :
254- standard_name : geo_color_low_clouds
255- compositor : !!python/name:satpy.composites.LowCloudCompositor
256- values_water : 0
257- values_land : 100
258- range_water : [0.0, 4.0]
259- range_land : [1.5, 4.0]
260- prerequisites :
261- - compositor : !!python/name:satpy.composites.DifferenceCompositor
262- prerequisites :
263- - name : ir_105
264- - name : ir_38
265- - name : ir_105
266- - compositor : !!python/name:satpy.composites.StaticImageCompositor
267- standard_name : land_water_mask
268- url : " https://zenodo.org/records/10076199/files/gshhs_land_water_mask_3km_i.tif"
269- known_hash : " sha256:96df83c57416217e191f95dde3d3c1ce0373a8fc220e929228873db246ca3569"
261+ standard_name : geo_color_low_clouds
262+ compositor : !!python/name:satpy.composites.LowCloudCompositor
263+ values_water : 0
264+ values_land : 100
265+ range_water : [0.0, 4.0]
266+ range_land : [1.5, 4.0]
267+ prerequisites :
268+ - compositor : !!python/name:satpy.composites.DifferenceCompositor
269+ prerequisites :
270+ - name : ir_105
271+ - name : ir_38
272+ - name : ir_105
273+ - compositor : !!python/name:satpy.composites.StaticImageCompositor
274+ standard_name : land_water_mask
275+ url : " https://zenodo.org/records/10076199/files/gshhs_land_water_mask_3km_i.tif"
276+ known_hash : " sha256:96df83c57416217e191f95dde3d3c1ce0373a8fc220e929228873db246ca3569"
270277
271278 geo_color_background_with_low_clouds :
272- compositor : !!python/name:satpy.composites.BackgroundCompositor
273- standard_name : night_ir_with_background
274- prerequisites :
275- - geo_color_low_clouds
276- - _night_background_hires
279+ compositor : !!python/name:satpy.composites.BackgroundCompositor
280+ standard_name : night_ir_with_background
281+ prerequisites :
282+ - geo_color_low_clouds
283+ - _night_background_hires
277284
278285 geo_color_night :
279- compositor : !!python/name:satpy.composites.BackgroundCompositor
280- standard_name : night_ir_with_background
281- prerequisites :
282- - geo_color_high_clouds
283- - geo_color_background_with_low_clouds
286+ compositor : !!python/name:satpy.composites.BackgroundCompositor
287+ standard_name : night_ir_with_background
288+ prerequisites :
289+ - geo_color_high_clouds
290+ - geo_color_background_with_low_clouds
284291
285- # ## IR-Sandwich
292+ # ## IR-Sandwich
286293 ir_sandwich :
287294 compositor : !!python/name:satpy.composites.SandwichCompositor
288295 standard_name : ir_sandwich
289296 prerequisites :
290- - name : ' vis_06'
291- modifiers : [ sunz_corrected ]
297+ - name : " vis_06"
298+ modifiers : [sunz_corrected]
292299 - name : colorized_ir_clouds
293300
294301 colorized_ir_clouds :
295302 compositor : !!python/name:satpy.composites.SingleBandCompositor
296303 prerequisites :
297- - name : ' ir_105'
304+ - name : " ir_105"
298305 standard_name : colorized_ir_clouds
299306
300307 ir_sandwich_with_night_colorized_ir_clouds :
@@ -306,7 +313,7 @@ composites:
306313 - ir_sandwich
307314 - colorized_ir_clouds
308315
309- # ## other RGBs
316+ # ## other RGBs
310317 cloud_type :
311318 description : >
312319 Equal to cimss_cloud_type recipe, but with additional sunz_reducer modifier to avoid saturation at the terminator.
@@ -316,11 +323,11 @@ composites:
316323 compositor : !!python/name:satpy.composites.GenericCompositor
317324 prerequisites :
318325 - name : nir_13
319- modifiers : [ sunz_corrected, sunz_reduced ]
326+ modifiers : [sunz_corrected, sunz_reduced]
320327 - name : vis_06
321- modifiers : [ sunz_corrected, sunz_reduced ]
328+ modifiers : [sunz_corrected, sunz_reduced]
322329 - name : nir_16
323- modifiers : [ sunz_corrected, sunz_reduced ]
330+ modifiers : [sunz_corrected, sunz_reduced]
324331 standard_name : cimss_cloud_type
325332
326333 cloud_type_with_night_ir105 :
@@ -416,10 +423,10 @@ composites:
416423 Recipe : https://resources.eumetrain.org/RGBguide/recipes/RGB_recipes.pdf
417424 compositor : !!python/name:satpy.composites.GenericCompositor
418425 prerequisites :
419- - name : vis_08
420- modifiers : [sunz_corrected]
421- - name : nir_16
422- modifiers : [sunz_corrected]
423- - name : ir_38
424- modifiers : [nir_reflectance]
426+ - name : vis_08
427+ modifiers : [sunz_corrected]
428+ - name : nir_16
429+ modifiers : [sunz_corrected]
430+ - name : ir_38
431+ modifiers : [nir_reflectance]
425432 standard_name : snow
0 commit comments