Skip to content

Commit

Permalink
Document new composites and add credit to ESSL.
Browse files Browse the repository at this point in the history
Document the composites combining low level moisture with a cloud mask,
and add credit to ESSL for the colours.
  • Loading branch information
gerritholl committed Jan 24, 2025
1 parent b62a940 commit 480a58b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions satpy/etc/composites/fci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,12 @@ composites:
standard_name: snow

masked_colorized_low_level_moisture:
description: >
Like essl_colorized_low_level_moisture, but with clouds masked out
according to the EUMETSAT FCI L2 CLM product. Note that due to the
categorical nature of the mask, resampling this composite should
only be done with nearest neighbour. The colormap for the cloudfree
part has been developed by the European Severe Storms Laboratory (ESSL).
compositor: !!python/name:satpy.composites.MaskingCompositor
standard_name: masked_essl_colorized_low_level_moisture
prerequisites:
Expand Down Expand Up @@ -464,6 +470,13 @@ composites:
mode: LA

colorized_low_level_moisture_with_vis06:
description: >
Like essl_colorized_low_level_moisture, but with clouds shown according
to the vis_06 channel (enhanced with effective_solar_pathlength_corrected).
Note that due to the categorical nature of the mask, resampling this
composite should only be done with nearest neighbour. The colormap
for the cloudfree part has been developed by the European Severe Storms
Laboratory (ESSL)
compositor: !!python/name:satpy.composites.BackgroundCompositor
standard_name: image_ready
prerequisites:
Expand All @@ -472,6 +485,13 @@ composites:
modifiers: [effective_solar_pathlength_corrected]

colorized_low_level_moisture_with_ir105:
description: >
Like essl_colorized_low_level_moisture, but with clouds shown according
to the in_105 channel (inverted so clouds are white).
Note that due to the categorical nature of the mask, resampling this
composite should only be done with nearest neighbour. The colormap
for the cloudfree part has been developed by the European Severe Storms
Laboratory (ESSL).
compositor: !!python/name:satpy.composites.BackgroundCompositor
standard_name: image_ready
prerequisites:
Expand Down
1 change: 1 addition & 0 deletions satpy/etc/enhancements/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ enhancements:

essl_colorized_low_level_moisture:
# this enhancement is only found if using name but not standard_name
# The colormap was developed by the European Severe Storms Laboratory (ESSL).
name: essl_colorized_low_level_moisture
operations: &masked_llm
- name: colorize
Expand Down

0 comments on commit 480a58b

Please sign in to comment.