{ "id" : "RFClassify", "title" : "Random Forest Classification", "version" : "1.0.1", "jobControlOptions": [ "sync-execute" ], "outputTransmission" : [ "value" ], "description" : "This process outputs a random-forest classified image using imagery and training feature dataset", "links" : [ { "href" : "https://maps.gnosis.earth/ogcapi/processes/RFClassify/execution", "rel" : "http://www.opengis.net/def/rel/ogc/1.0/execute", "title" : "Execution endpoint" } ], "inputs" : { "data" : { "title" : "The data set", "description" : "The collection containing the imagery for the randomforest process.", "minOccurs" : 1, "maxOccurs" : 1, "schema" : { "oneOf": [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/png" } ] } } }, "outputs" : { "classification" : { "title" : "Classified image", "description" : "Classified image", "schema" : { "oneOf": [ { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/tiff; application=geotiff" }, { "type": "string", "contentEncoding": "binary", "contentMediaType": "image/png" } ] } } } }