pub fn linear_interpolate_sounding(
snd: &Sounding,
tgt_p: HectoPascal,
) -> Result<DataRow>
Expand description
Interpolate values from the vertical sounding using pressure as the primary coordinate.
Returns a DataRow
struct with interpolated values.