-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
64 lines (64 loc) · 1.67 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"id": 0,
"name": "RasterTransformer",
"type": "Convert and merge raster data into a specific output format.",
"path": "RasterTransformer.py",
"language": "python",
"os": "linux",
"parameters": [
{
"id": "input",
"name": "Input",
"description": "Specifies the path of the input file or folder.",
"type": "input",
"cardinality": "1..1",
"data_type": "2D multi-channel image",
"label": "-i"
},
{
"id": "output_image",
"name": "OutputImage",
"description": "Specifies the path of the output file or folder.",
"type": "output",
"cardinality": "1..1",
"data_type": "2D multi-channel image",
"label": "-o"
},
{
"id": "sensor_format",
"name": "Sensor",
"description": "Specifies the input sensor.",
"type": "argument",
"cardinality": "1..1",
"data_type": "string",
"label": "-s"
},
{
"id": "output_format",
"name": "OutputFormat",
"description": "Specifies the format of the output.",
"type": "argument",
"cardinality": "0..1",
"data_type": "string",
"label": "-f"
},
{
"id": "projection",
"name": "Projection",
"description": "Specifies the target projection.",
"type": "argument",
"cardinality": "0..1",
"data_type": "string",
"label": "-p"
},
{
"id": "local_execution",
"name": "LocalExecution",
"description": "Specifies whether the conversion should be executed in a local temp directory.",
"type": "argument",
"cardinality": "0..1",
"data_type": "boolean",
"label": "--local-execution"
}
]
}