Skip to content

Commit

Permalink
Combine low level moisture with a cloud mask
Browse files Browse the repository at this point in the history
Combine ESSL colorized low level moisture with a cloud mask.

Work in progress.
  • Loading branch information
gerritholl committed Dec 18, 2024
1 parent 7a0dc1a commit b74cc0e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions satpy/etc/composites/fci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,49 @@ composites:
- name: ir_38
modifiers: [nir_reflectance]
standard_name: snow

masked_colorised_low_level_moisture:
compositor: !!python/name:satpy.composites.MaskingCompositor
standard_name: essl_colorised_low_level_moisture
prerequisites:
- essl_colorized_low_level_moisture
- cloud_state
conditions:
- method: equal
value: Not processed (no or corrupt data)
transparency: 100
- method: equal
value: Cloud free (no cloud, snow or ice)
transparency: 0
- method: equal
value: Cloud contaminated (partial or semitransparent cloud)
transparency: 100
- method: equal
value: Cloud filled (opaque cloud filled)
transparency: 100
- method: equal
value: Dust contaminated
transparency: 100
- method: equal
value: Dust filled (opaque)
transparency: 100
- method: equal
value: Ash contaminated
transparency: 100
- method: equal
value: Ash filled (opaque)
transparency: 100
- method: equal
value: Snow or ice contaminated
transparency: 0
- method: equal
value: Undefined
transparency: 0
mode: RGBA

colorised_low_level_moisture_with_vis06:
compositor: !!python/name:satpy.composites.BackgroundCompositor
standard_name: image_ready
prerequisites:
- masked_colorised_low_level_moisture
- dwd_vis06

0 comments on commit b74cc0e

Please sign in to comment.