pub fn render_vertical(
field: &VerticalField,
color_scale: &ColorScale,
options: &RenderOptions,
) -> Result<RenderResult>Expand description
Renders a VerticalField (RHI / cross-section display) to an image with metadata.
This renders vertical cross-sections where the horizontal axis represents distance from the radar and the vertical axis represents altitude.
ยงArguments
field- The vertical field to rendercolor_scale- Color scale to applyoptions- Rendering options (size, background)