Closed BenjaminRuston closed 1 month ago
@smaticka can you have a look at this one, it's an update that is allowing a NOAA produced Level-2 product of the Spire OSW to be decoded as well
thanks @smaticka
note that this:
osw_source in ('CYGNSS')
is equivalent to this:
osw_source == 'CYGNSS'
to check for a substring this would work:
'CYGNSS' in osw_source
Description
Provide a detailed description of what this PR does. What problem does it fix? What new capability does it add?
Issue(s) addressed
Resolves #1553
Impact
converter augmented to decode another wind product
Checklist