ONNX
The Onnx operator applies a machine learning model to a raster stack.
Parameters
Section titled “Parameters”| Name | Type | Description | Examples |
|---|---|---|---|
| model | MlModelName | "my-model" |
Sources
Section titled “Sources”| Name | Type | Description |
|---|---|---|
| raster | RasterOperator | An operator that produces raster data. |
Examples
Section titled “Examples”{ "type": "Onnx", "params": { "model": "my-model" }, "sources": { "raster": { "type": "GdalSource", "params": { "data": "example" } } }}