JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
8 stars 2 forks source link

augmenting OSW converter for Spire #1447

Closed smaticka closed 5 months ago

smaticka commented 5 months ago

Description

Ocean surface data of wind speed retrieval (no direction) is available from Spire as netCDF files. A converter is needed to bring the data into IODA format to be used in JEDI.

Command to test: python3 $JEDI_SRC/iodaconv/src/hdf5/spire_2ioda.py -i spire_gnss-br_L2_gbrOcn_v02.04_2024-01-09T20-47-47_FM172_G28.nc -o filename_spire.nc4 (file not on publicly accessible platforms)

Issue(s) addressed

Partial of https://github.com/JCSDA-internal/ioda-converters/issues/1452

we just going to want a single converter that forks (?) when needed for the different providers CYGNSS, Spire and Muon at this point

Checklist

PatNichols commented 5 months ago

@smaticka Need to fix coding norms.