-
Notifications
You must be signed in to change notification settings - Fork 0
/
Calculate S-57 ENC file size and Delete.pyprocess
104 lines (104 loc) · 3.92 KB
/
Calculate S-57 ENC file size and Delete.pyprocess
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"identification": {
"version": "2.0.0"
},
"processes": [
{
"definition": {
"base": {
"identification": {
"id": "PythonProcess",
"title": "Python Process",
"version": "2.0.0"
}
},
"parameters": {
"inputs": ["exported_file"],
"outputs": ["message"],
"schema": {
"properties": {
"exported_file": {
"title": "Exported File",
"type": "string"
},
"message": {
"title": "File Size",
"type": "string"
}
},
"required": ["exported_file"],
"type": "object"
}
},
"presentations": [
{
"identification": {
"id": "Model",
"version": "2.0.0"
},
"properties": {
"Category": "ENC Tools",
"Helper": true
}
},
{
"identification": {
"id": "Process",
"version": "2.0.0"
},
"widgets": [
{
"identification": {
"id": "export_path"
},
"properties": {
"optional": false,
"path": "export_path"
},
"type": "Text"
},
{
"identification": {
"id": "error_message"
},
"properties": {
"optional": false,
"path": "error_message"
},
"type": "Text"
},
{
"identification": {
"id": "message"
},
"properties": {
"optional": true,
"path": "message"
},
"type": "Text"
},
{
"identification": {
"id": "exported_file"
},
"properties": {
"optional": false,
"path": "exported_file"
},
"type": "Text"
}
]
}
]
},
"identification": {
"description": "Calculates the size of the pseudo export and deletes it",
"id": "9b36fb6b-a0d6-4305-86b1-c7dc66ad51b9",
"title": "Calculate S-57 ENC file size and Delete"
},
"parameters": {
"pythonFile": "Calculate S-57 ENC file size and Delete.py"
}
}
]
}