{ "_id": "", "owner": "", "createdAt": "", "updatedA": "", "label": "{{ label }}", "name": "{{ name }}", "status": "" , "progress": "", "group": "AI&Detecction", "ready": {{ ready }}, "links": [ { "source": "AOI", "target": "newFeature" }, { "source": "orthophoto" , "target": "newFeature" }, { "source": "LiDAR" , "target": "newFeature" }, { "source": "SentinelImage" , "target": "newFeature" }, { "source": "newFeature" , "target": "outoputfile" } ], "nodes": [ { "x": 50, "y": 50, "id": "AOI", "nodeLabel": "Area of interest", "argName": "newFeature:aoi", "nodeType": "CONNECTION", "status": "", "progress": "", "connectionParams": { "temporal": false, "tolocal": false, "allowedPGTypes": ["VECTOR"], "allowedFileTypes": ["KML", "SHAPE", "GeoJSON"], "allowedMapServerElementTypes": [] } }, { "x": 50, "y": 150, "id": "orthophoto", "nodeLabel": "orthophoto to extract new features", "argName": "newFeature:orthophoto", "nodeType": "CONNECTION", "status": "", "progress": "", "connectionParams": { "temporal": false, "tolocal": false, "allowedPGTypes": [], "allowedFileTypes": ["ECW","GeoTIFF"], "allowedMapServerElementTypes": [] } }, { "x": 50, "y": 250, "id": "LiDAR", "nodeLabel": "LiDAR to extract new features", "argName": "newFeature:lidar", "nodeType": "CONNECTION", "status": "", "progress": "", "connectionParams": { "temporal": false, "tolocal": false, "allowedPGTypes": [], "allowedFileTypes": ["GeoTIFF"], "allowedMapServerElementTypes": [] } }, { "x": 50, "y": 350, "id": "SentinelImage", "nodeLabel": "Sentinel Image to extract new features", "argName": "newFeature:ms", "nodeType": "CONNECTION", "status": "", "progress": "", "connectionParams": { "temporal": false, "tolocal": false, "allowedPGTypes": [], "allowedFileTypes": ["GeoTIFF"], "allowedMapServerElementTypes": [] } }, { "x": 350, "y": 200, "id": "outoputfile", "nodeLabel": "outoputfile", "argName": "newFeature:output_layer", "nodeType": "CONNECTION", "status": "", "progress": "", "connectionParams": { "temporal": false, "tolocal": false, "allowedPGTypes": ["VECTOR"], "allowedFileTypes": ["SHAPE", "KML", "GeoJSON"], "allowedMapServerElementTypes": ["WMS", "TMS", "GeoJSON"] } }, { "x": 200, "y": 200, "id": "newFeature", "nodeLabel": "newFeature", "name": "newFeature", "nodeType": "SUBTASK", "methodUrl": "/AI/skyNet/detection", "argName": "newFeature", "paramList": [ { "id": "indexes", "label": "origin_model", "type": "STRING", "multiValue": true, "options": {{ indexes_list }}, "value": "", "comments": "nuevas entidades geográficas a detectar", "required": true }, { "id": "confident", "label": "IA Parameter", "type": "NUMBER", "multiValue": false, "options": [], "value": "0.9", "comments": "nivel de confinaza para la obtención de nuevas entidades", "required": true }, { "id": "is_optimized", "label": "Optimización de formas", "type": "BOOLEAN", "multiValue": false, "options": [], "value": true, "comments": "Activar el proceso para optimizar las formas (LSMS)", "required": true }, { "id": "model", "label": "Modelo a utilizar", "type": "STRING", "multiValue": false, "options": [], "value": "{{ model }}", "comments": "Modelo de Ineligencia Artificial que lanzar. Generado automáticamente.", "required": true } ] } ] }