Skip to main content

raster_stream_websocket

Function raster_stream_websocket 

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