forked from potree/PotreeConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
79 lines (79 loc) · 2.8 KB
/
app.json
File metadata and controls
79 lines (79 loc) · 2.8 KB
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
{
"id": "potree-converter-publish",
"version": "2.2.0",
"description": "PotreeConverter generates an octree LOD structure for streaming and real-time rendering of massive point clouds. About 10 to 50 times faster than PotreeConverter 1.7 on SSDs. Please archive /corral/utexas/BCS24011/ckan/lidar_files/${JobName}-${JobUUID}",
"owner": "${apiUserId}",
"enabled": true,
"runtime": "SINGULARITY",
"runtimeVersion": null,
"runtimeOptions": ["SINGULARITY_RUN"],
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/potreeconverter:2.2.0-tapis",
"jobType": "BATCH",
"maxJobs": -1,
"maxJobsPerUser": -1,
"strictFileInputs": true,
"jobAttributes": {
"description": null,
"dynamicExecSystem": false,
"execSystemConstraints": null,
"execSystemId": "ls6",
"execSystemExecDir": "${JobWorkingDir}",
"execSystemInputDir": "${JobWorkingDir}",
"execSystemOutputDir": "${JobWorkingDir}/output",
"execSystemLogicalQueue": "development",
"archiveSystemId": "ls6",
"archiveSystemDir": "/corral/utexas/BCS24011/ckan/lidar_files/${JobName}-${JobUUID}",
"archiveOnAppError": true,
"isMpi": false,
"mpiCmd": null,
"cmdPrefix": "mkdir $PWD/work $PWD/home $PWD/scratch;",
"parameterSet": {
"appArgs": [],
"containerArgs": [],
"schedulerOptions": [
{
"name": "TACC Scheduler Profile",
"description": "Scheduler profile for HPC clusters at TACC",
"inputMode": "FIXED",
"arg": "--tapis-profile tacc-apptainer",
"notes": {
"isHidden": true
}
}
],
"envVariables": [],
"archiveFilter": {
"includes": [],
"excludes": [],
"includeLaunchFiles": true
}
},
"fileInputs": [
{
"name": "File/Folder to be converted",
"description": "File/Folder to be converted. Click the 'Select' button and then select the input.",
"inputMode": "REQUIRED",
"autoMountLocal": true,
"envKey": "sourcelas",
"notes": {},
"sourceUrl": null,
"targetPath": "sourcelas"
}
],
"fileInputArrays": [],
"nodeCount": 1,
"subscriptions": [],
"tags": []
},
"tags": ["portalName: ALL"],
"notes": {
"label": "PotreeConverter v2.0",
"helpUrl": "https://github.com/potree/PotreeConverter",
"helpText": "Generates an octree LOD structure for streaming and real-time rendering of massive point clouds. Results can be viewed in web browsers with Potree or as a desktop application with PotreeDesktop. Please archive /corral/utexas/BCS24011/ckan/lidar_files/${JobCreateDate}/${JobName}-${JobUUID}",
"hideNodeCountAndCoresPerNode": true,
"isInteractive": false,
"icon": "cloud",
"category": "Visualization",
"queueFilter": ["development", "normal"]
}
}