pub fn linear_interpolate_sounding(
    snd: &Sounding,
    target_p: f64
) -> Result<DataRow>
Expand description

Interpolate values from the vertical sounding using pressure as the primary coordinate.

Returns a DataRow struct with interpolated values.