Skip to content

Add ABI Day Cloud Type ("cloud_type") RGB #3089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions satpy/etc/composites/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,3 +824,19 @@ composites:
- name: C07
- name: C13
standard_name: blowing_snow

day_cloud_type:
description: >
Day Cloud Type, for GOES-R: NASA/NOAA
references:
Quick Guide: http://cimss.ssec.wisc.edu/goes/OCLOFactSheetPDFs/ABIQuickGuide_Day_Cloud_Type_RGB.pdf
EUMeTrain Guide: https://resources.eumetrain.org/data/7/736/navmenu.php?tab=3&page=1.0.0
compositor: !!python/name:satpy.composites.GenericCompositor
prerequisites:
- name: C04
modifiers: [effective_solar_pathlength_corrected]
- name: C02
modifiers: [effective_solar_pathlength_corrected]
- name: C05
modifiers: [effective_solar_pathlength_corrected]
standard_name: day_cloud_type
16 changes: 16 additions & 0 deletions satpy/etc/enhancements/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,19 @@ enhancements:
method: !!python/name:satpy.enhancements.gamma
kwargs:
gamma: [0.7, 1.0, 0.7]
day_cloud_type:
# Recipe PDF: http://cimss.ssec.wisc.edu/goes/OCLOFactSheetPDFs/ABIQuickGuide_Day_Cloud_Type_RGB.pdf
standard_name: day_cloud_type
sensor: abi
operations:
- name: stretch
method: !!python/name:satpy.enhancements.stretch
kwargs:
stretch: crude
# limits taken from AWIPS. Quick Guide PDF is missing stretch limits
min_stretch: [0.0, 0.0, 0.0]
max_stretch: [10.0, 78.0, 59.0]
- name: gamma
method: !!python/name:satpy.enhancements.gamma
kwargs:
gamma: [1.5, 1, 1]
Loading