Skip to main content

get_plot_handler

Function get_plot_handler 

Source
pub async fn get_plot_handler(
    configuration: &Configuration,
    bbox: &str,
    time: &str,
    spatial_resolution: &str,
    id: &str,
    crs: Option<&str>,
) -> Result<WrappedPlotOutput, Error<GetPlotHandlerError>>
Expand description

ยงExample 1. Upload the file plain_data.csv with the following content: csv a 1 2 2. Create a dataset from it using the "Plain Data" example at /dataset. 3. Create a statistics workflow using the "Statistics Plot" example at /workflow. 4. Generate the plot with this handler.