GEMPAK Data Question #169
Replies: 4 comments 2 replies
-
|
Howdy! This sounds a lot like #162 and #163 which was this past April. Is there any chance your gempak/tables/sat/imgtyp.tbl doesn't have these changes? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Yeah, it looks cool but definitely incorrect. So I was getting the processed image files from motherlode.ucar.edu that work fine via wget script. The other ones that are displaying wrong originated from Amazon Web Services bucket. I did not use a script to download or process them - just manually downloaded and renamed the file based on the channel, date, and time. I’m assuming there is another way to do this though. Sent from my iPhoneOn Jul 16, 2025, at 5:05 PM, Mike Zuranski ***@***.***> wrote:
Well that looks neat but probably not what you're going for.
What motherlode URL(s) were you using? What scripting made those images; is it the same scripting? Does any textual output appear in terminal when you run these?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Okay, I understand. Those are two rather different data sets, and what you're seeing is a result of how the netCDF data is a little more "raw." Beware that I'm going off some pretty rusty memory here... The first difference is the projections (the top is the native satellite projection, the lower is some conic projection over the CONUS). The other difference is some extra "math" was done to the IR bands; a bi-linear function that escapes me at the moment will stretch the data to replicate what we're used to from the previous GOES satellites (that processing used to be done further upstream for everybody). So the top image you see neither has been done to the netCDF data, while the processing for Motherlode has that baked in. Side-note: If you've tried visualizing the vis bands you may have noticed some color differences there too. A square-root function was applied to that data in order to brighten up the low ends and level out the high end. This too isn't natively applied to the netCDF data. You can change the projection using the proj parameter to something else. I can try to find what projection is used in the Motherlode imagery later on, but iirc it's some form of LCC with a standard lon of 100W. Come to think of it, I'm pretty sure it's what Gempak refers to as the SAT projection. As far as the stretching, I can't recall but there might be a decoder for that data that would help process it first for use in Gempak programs. Otherwise I'd have to think about how to manipulate that more... it's been a while since I've worked with satellite data in Gempak. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I was curious about something. I've been using the decoded satellite image files from the motherlode server, but wondered if there was another way to get more information. I determined that GEMPAK 7.5.1 and higher will support the display of netCDF data from the Level 2 GOES data from AWS. However, when I attempted to display this information in nMAP2, it appeared to reference the wrong table (pointing to GOES-16), despite updating the tables from the most recent build to GOES-19, and also inverted the color table (thinking that might have something to do with temperature versus brightness -- maybe?). I am wondering if there is something else I need to do to make this work? I tried to see if perhaps there was another image type number that would work, but I could not find anything. Does anyone have any solutions or thoughts on this?
Appreciate your insight! Jay
Beta Was this translation helpful? Give feedback.
All reactions