Skip to content
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

Differentiate between DSI-CAPE and DSI-LI #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JVital2013
Copy link

Starting on June 30, 2023, NOAA started downlinking two DSI files on the HRIT downlink: DSI CAPE, and DSI Lifted Index. Before, only DSI CAPE was downlinked. You can read about DSI types at http://cimss.ssec.wisc.edu/goes/OCLOFactSheetPDFs/ABIQuickGuide_BaselineDerivedStabilityIndices.pdf?fbclid=IwAR1T5jTfYOtjZ3S8LWRbK8aDdZH2TGW_-UdK0ePc30LJSbq4tqKLQFAzCfQ.

Unlike other GOES-R products, this product is not differentiated in the file name. Both DSI files have the same name, and even the same timestamp. The only differentiating factor is _NAME in the ImageDataFunctionHeader. As such, the current version of goestools cannot differentiate and save both images.

This PR fixes the problem by parsing the ImageDataFunctionHeader if the product is DSI. It then updates the product name to DSI-CAPE or DSI-LI, depending on the _NAME value. If a DSI image is downlinked without the header, or if it has a different _NAME, the product will stay as DSI.

Users' goesproc.conf files will need to be updated to handle the distinction. Here are some LRIT files for testing: zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant