pub async fn raster_stream_websocket(
configuration: &Configuration,
id: &str,
spatial_bounds: SpatialPartition2D,
time_interval: &str,
attributes: &str,
result_type: RasterStreamWebsocketResultType,
) -> Result<(), Error<RasterStreamWebsocketError>>