Skip to content

ONNX

The Onnx operator applies a machine learning model to a raster stack.

Name Type Description Examples
model MlModelName "my-model"
Name Type Description
raster RasterOperator An operator that produces raster data.
{
"type": "Onnx",
"params": {
"model": "my-model"
},
"sources": {
"raster": {
"type": "GdalSource",
"params": {
"data": "example"
}
}
}
}