trenchfoot 0.4.1__py3-none-any.whl → 0.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of trenchfoot might be problematic. Click here for more details.
- trenchfoot/scenarios/S01_straight_vwalls/metrics.json +2 -2
- trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj +2 -2
- trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json +2 -2
- trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj +2 -2
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json +8 -8
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/scene.json +3 -3
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj +9718 -9718
- trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json +12 -12
- trenchfoot/scenarios/S04_U_slope_multi_noise/scene.json +1 -1
- trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj +14662 -14662
- trenchfoot/scenarios/S05_wide_slope_pair/metrics.json +6 -6
- trenchfoot/scenarios/S05_wide_slope_pair/scene.json +3 -3
- trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj +9912 -9912
- trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json +15 -13
- trenchfoot/scenarios/S06_bumpy_wide_loop/scene.json +6 -1
- trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj +12825 -12841
- trenchfoot/scenarios/S07_circular_well/metrics.json +21 -20
- trenchfoot/scenarios/S07_circular_well/scene.json +14 -14
- trenchfoot/scenarios/S07_circular_well/trench_scene.obj +21450 -21470
- trenchfoot/scenarios/SUMMARY.json +26 -54
- trenchfoot/trench_scene_generator_v3.py +677 -37
- {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/METADATA +1 -1
- {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/RECORD +26 -26
- {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/WHEEL +0 -0
- {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/entry_points.txt +0 -0
- {trenchfoot-0.4.1.dist-info → trenchfoot-0.4.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -11,12 +11,8 @@
|
|
|
11
11
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S01_straight_vwalls/scene.json",
|
|
12
12
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj",
|
|
13
13
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S01_straight_vwalls/metrics.json",
|
|
14
|
-
"preview_paths": [
|
|
15
|
-
|
|
16
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S01_straight_vwalls/preview_side.png",
|
|
17
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S01_straight_vwalls/preview_oblique.png"
|
|
18
|
-
],
|
|
19
|
-
"preview_count": 3,
|
|
14
|
+
"preview_paths": [],
|
|
15
|
+
"preview_count": 0,
|
|
20
16
|
"object_counts": {
|
|
21
17
|
"pipes": 0,
|
|
22
18
|
"boxes": 0,
|
|
@@ -24,7 +20,7 @@
|
|
|
24
20
|
},
|
|
25
21
|
"footprint_top": 5.0,
|
|
26
22
|
"footprint_bottom": 5.0,
|
|
27
|
-
"trench_from_surface": -
|
|
23
|
+
"trench_from_surface": -3.0,
|
|
28
24
|
"volumetric_path": null,
|
|
29
25
|
"volumetric_lc": null,
|
|
30
26
|
"volumetric_error": null,
|
|
@@ -36,12 +32,8 @@
|
|
|
36
32
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S02_straight_slope_pipe/scene.json",
|
|
37
33
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj",
|
|
38
34
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json",
|
|
39
|
-
"preview_paths": [
|
|
40
|
-
|
|
41
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S02_straight_slope_pipe/preview_side.png",
|
|
42
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S02_straight_slope_pipe/preview_oblique.png"
|
|
43
|
-
],
|
|
44
|
-
"preview_count": 3,
|
|
35
|
+
"preview_paths": [],
|
|
36
|
+
"preview_count": 0,
|
|
45
37
|
"object_counts": {
|
|
46
38
|
"pipes": 1,
|
|
47
39
|
"boxes": 0,
|
|
@@ -49,7 +41,7 @@
|
|
|
49
41
|
},
|
|
50
42
|
"footprint_top": 7.199999999999999,
|
|
51
43
|
"footprint_bottom": 5.039999999999999,
|
|
52
|
-
"trench_from_surface": -
|
|
44
|
+
"trench_from_surface": -5.508,
|
|
53
45
|
"volumetric_path": null,
|
|
54
46
|
"volumetric_lc": null,
|
|
55
47
|
"volumetric_error": null,
|
|
@@ -61,12 +53,8 @@
|
|
|
61
53
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S03_L_slope_two_pipes_box/scene.json",
|
|
62
54
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj",
|
|
63
55
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json",
|
|
64
|
-
"preview_paths": [
|
|
65
|
-
|
|
66
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_side.png",
|
|
67
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_oblique.png"
|
|
68
|
-
],
|
|
69
|
-
"preview_count": 3,
|
|
56
|
+
"preview_paths": [],
|
|
57
|
+
"preview_count": 0,
|
|
70
58
|
"object_counts": {
|
|
71
59
|
"pipes": 2,
|
|
72
60
|
"boxes": 1,
|
|
@@ -74,7 +62,7 @@
|
|
|
74
62
|
},
|
|
75
63
|
"footprint_top": 11.999999999999995,
|
|
76
64
|
"footprint_bottom": 8.700070386125077,
|
|
77
|
-
"trench_from_surface": -
|
|
65
|
+
"trench_from_surface": -11.39792289904546,
|
|
78
66
|
"volumetric_path": null,
|
|
79
67
|
"volumetric_lc": null,
|
|
80
68
|
"volumetric_error": null,
|
|
@@ -86,20 +74,16 @@
|
|
|
86
74
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S04_U_slope_multi_noise/scene.json",
|
|
87
75
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj",
|
|
88
76
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json",
|
|
89
|
-
"preview_paths": [
|
|
90
|
-
|
|
91
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S04_U_slope_multi_noise/preview_side.png",
|
|
92
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S04_U_slope_multi_noise/preview_oblique.png"
|
|
93
|
-
],
|
|
94
|
-
"preview_count": 3,
|
|
77
|
+
"preview_paths": [],
|
|
78
|
+
"preview_count": 0,
|
|
95
79
|
"object_counts": {
|
|
96
80
|
"pipes": 3,
|
|
97
81
|
"boxes": 0,
|
|
98
82
|
"spheres": 1
|
|
99
83
|
},
|
|
100
84
|
"footprint_top": 22.400000000000006,
|
|
101
|
-
"footprint_bottom": 12.
|
|
102
|
-
"trench_from_surface": -
|
|
85
|
+
"footprint_bottom": 12.801270744247573,
|
|
86
|
+
"trench_from_surface": -21.25170290535576,
|
|
103
87
|
"volumetric_path": null,
|
|
104
88
|
"volumetric_lc": null,
|
|
105
89
|
"volumetric_error": null,
|
|
@@ -111,12 +95,8 @@
|
|
|
111
95
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S05_wide_slope_pair/scene.json",
|
|
112
96
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj",
|
|
113
97
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S05_wide_slope_pair/metrics.json",
|
|
114
|
-
"preview_paths": [
|
|
115
|
-
|
|
116
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S05_wide_slope_pair/preview_side.png",
|
|
117
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S05_wide_slope_pair/preview_oblique.png"
|
|
118
|
-
],
|
|
119
|
-
"preview_count": 3,
|
|
98
|
+
"preview_paths": [],
|
|
99
|
+
"preview_count": 0,
|
|
120
100
|
"object_counts": {
|
|
121
101
|
"pipes": 2,
|
|
122
102
|
"boxes": 1,
|
|
@@ -124,7 +104,7 @@
|
|
|
124
104
|
},
|
|
125
105
|
"footprint_top": 28.808998594189276,
|
|
126
106
|
"footprint_bottom": 27.46494373197848,
|
|
127
|
-
"trench_from_surface": -
|
|
107
|
+
"trench_from_surface": -19.67156429489558,
|
|
128
108
|
"volumetric_path": null,
|
|
129
109
|
"volumetric_lc": null,
|
|
130
110
|
"volumetric_error": null,
|
|
@@ -136,20 +116,16 @@
|
|
|
136
116
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S06_bumpy_wide_loop/scene.json",
|
|
137
117
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj",
|
|
138
118
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json",
|
|
139
|
-
"preview_paths": [
|
|
140
|
-
|
|
141
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S06_bumpy_wide_loop/preview_side.png",
|
|
142
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S06_bumpy_wide_loop/preview_oblique.png"
|
|
143
|
-
],
|
|
144
|
-
"preview_count": 3,
|
|
119
|
+
"preview_paths": [],
|
|
120
|
+
"preview_count": 0,
|
|
145
121
|
"object_counts": {
|
|
146
122
|
"pipes": 2,
|
|
147
123
|
"boxes": 0,
|
|
148
124
|
"spheres": 1
|
|
149
125
|
},
|
|
150
|
-
"footprint_top":
|
|
151
|
-
"footprint_bottom":
|
|
152
|
-
"trench_from_surface": -
|
|
126
|
+
"footprint_top": 66.92240390116315,
|
|
127
|
+
"footprint_bottom": 61.67228672101475,
|
|
128
|
+
"trench_from_surface": -64.57410868962761,
|
|
153
129
|
"volumetric_path": null,
|
|
154
130
|
"volumetric_lc": null,
|
|
155
131
|
"volumetric_error": null,
|
|
@@ -161,20 +137,16 @@
|
|
|
161
137
|
"spec_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S07_circular_well/scene.json",
|
|
162
138
|
"surface_obj": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S07_circular_well/trench_scene.obj",
|
|
163
139
|
"metrics_path": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S07_circular_well/metrics.json",
|
|
164
|
-
"preview_paths": [
|
|
165
|
-
|
|
166
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S07_circular_well/preview_side.png",
|
|
167
|
-
"/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios/S07_circular_well/preview_oblique.png"
|
|
168
|
-
],
|
|
169
|
-
"preview_count": 3,
|
|
140
|
+
"preview_paths": [],
|
|
141
|
+
"preview_count": 0,
|
|
170
142
|
"object_counts": {
|
|
171
143
|
"pipes": 4,
|
|
172
144
|
"boxes": 0,
|
|
173
145
|
"spheres": 1
|
|
174
146
|
},
|
|
175
|
-
"footprint_top":
|
|
176
|
-
"footprint_bottom":
|
|
177
|
-
"trench_from_surface": -
|
|
147
|
+
"footprint_top": 18.819290943275632,
|
|
148
|
+
"footprint_bottom": 16.473997911050567,
|
|
149
|
+
"trench_from_surface": -46.96345389726256,
|
|
178
150
|
"volumetric_path": null,
|
|
179
151
|
"volumetric_lc": null,
|
|
180
152
|
"volumetric_error": null,
|