JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 5 forks source link

update osw converter for noaa l2 product #1554

Closed BenjaminRuston closed 1 month ago

BenjaminRuston commented 1 month ago

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

BenjaminRuston commented 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

BenjaminRuston commented 1 month ago

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