ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
46 stars 14 forks source link

Fix GOES-18 platform not being recognized properly #326

Closed djhoese closed 2 years ago

djhoese commented 2 years ago

Closes #325

Satpy has a bug in it that doesn't properly assign platform_name in the metadata it returns for GOES-18 data. SIFT was solely using this metadata to determine its internal representation of the platform. Since it wasn't setup properly it was resulting in an "UNKNOWN" platform ("???" in the UI) being assigned to all GOES-18 data.

This PR fixes this by also looking at platform_shortname. This means that it should recognize G18 data immediately without the future Satpy fix that I'm working on.