pub fn render_cartesian(
field: &CartesianField,
color_scale: &ColorScale,
options: &RenderOptions,
) -> Result<RenderResult>Expand description
Renders a CartesianField (geographic grid) to an image with metadata.
This renders volume-derived products like composite reflectivity, echo tops, and VIL — data that is already projected onto a geographic grid.
§Arguments
field- The Cartesian field to rendercolor_scale- Color scale to applyoptions- Rendering options (size, background)