trenchfoot 0.2.3__py3-none-any.whl → 0.2.5__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 +1 -1
- trenchfoot/scenarios/S01_straight_vwalls/preview_oblique.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/preview_side.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/preview_top.png +0 -0
- trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj +28 -8
- trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json +1 -1
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_oblique.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_side.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/preview_top.png +0 -0
- trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj +334 -314
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json +1 -1
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_oblique.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_side.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_top.png +0 -0
- trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj +656 -636
- trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json +1 -1
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_oblique.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_side.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/preview_top.png +0 -0
- trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj +1037 -1017
- trenchfoot/scenarios/S05_wide_slope_pair/metrics.json +1 -1
- trenchfoot/scenarios/S05_wide_slope_pair/preview_oblique.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/preview_side.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/preview_top.png +0 -0
- trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj +656 -636
- trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json +1 -1
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_oblique.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_side.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/preview_top.png +0 -0
- trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj +739 -719
- trenchfoot/scenarios/S07_circular_well/metrics.json +8 -8
- trenchfoot/scenarios/S07_circular_well/preview_oblique.png +0 -0
- trenchfoot/scenarios/S07_circular_well/preview_side.png +0 -0
- trenchfoot/scenarios/S07_circular_well/preview_top.png +0 -0
- trenchfoot/scenarios/S07_circular_well/trench_scene.obj +1894 -1958
- trenchfoot/scenarios/SUMMARY.json +26 -312
- trenchfoot/trench_scene_generator_v3.py +55 -3
- {trenchfoot-0.2.3.dist-info → trenchfoot-0.2.5.dist-info}/METADATA +1 -1
- {trenchfoot-0.2.3.dist-info → trenchfoot-0.2.5.dist-info}/RECORD +42 -42
- {trenchfoot-0.2.3.dist-info → trenchfoot-0.2.5.dist-info}/WHEEL +0 -0
- {trenchfoot-0.2.3.dist-info → trenchfoot-0.2.5.dist-info}/entry_points.txt +0 -0
- {trenchfoot-0.2.3.dist-info → trenchfoot-0.2.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"out_root": "/home/liam/projects/chiark/trenchfoot/packages/trenchfoot/scenarios",
|
|
3
3
|
"preview_enabled": true,
|
|
4
|
-
"volumetric_requested":
|
|
5
|
-
"volumetric_available":
|
|
6
|
-
"mesh_characteristic_length": 0.
|
|
4
|
+
"volumetric_requested": false,
|
|
5
|
+
"volumetric_available": false,
|
|
6
|
+
"mesh_characteristic_length": 0.3,
|
|
7
7
|
"scenarios": [
|
|
8
8
|
{
|
|
9
9
|
"name": "S01_straight_vwalls",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"footprint_top": 5.0,
|
|
26
26
|
"footprint_bottom": 5.0,
|
|
27
27
|
"trench_from_surface": -1.0,
|
|
28
|
-
"volumetric_path":
|
|
29
|
-
"volumetric_lc":
|
|
28
|
+
"volumetric_path": null,
|
|
29
|
+
"volumetric_lc": null,
|
|
30
30
|
"volumetric_error": null,
|
|
31
31
|
"pipe_clearances": []
|
|
32
32
|
},
|
|
@@ -50,31 +50,10 @@
|
|
|
50
50
|
"footprint_top": 7.199999999999999,
|
|
51
51
|
"footprint_bottom": 5.039999999999999,
|
|
52
52
|
"trench_from_surface": -2.484000000000001,
|
|
53
|
-
"volumetric_path":
|
|
54
|
-
"volumetric_lc":
|
|
53
|
+
"volumetric_path": null,
|
|
54
|
+
"volumetric_lc": null,
|
|
55
55
|
"volumetric_error": null,
|
|
56
|
-
"pipe_clearances": [
|
|
57
|
-
{
|
|
58
|
-
"pipe_index": 0,
|
|
59
|
-
"radius": 0.15,
|
|
60
|
-
"length": 5.5938,
|
|
61
|
-
"s_center": 0.5,
|
|
62
|
-
"axis_margin_poly": 0.0,
|
|
63
|
-
"axis_margin_lat": 306897.2031,
|
|
64
|
-
"axis_margin_path": 0.0,
|
|
65
|
-
"lateral_gap": 0.36,
|
|
66
|
-
"lateral_margin": 0.3069,
|
|
67
|
-
"min_margin": 0.0,
|
|
68
|
-
"clearance": 0.0531,
|
|
69
|
-
"warn_threshold": 0.02655,
|
|
70
|
-
"clearance_scale": 1.0,
|
|
71
|
-
"center_xy": [
|
|
72
|
-
3.0,
|
|
73
|
-
0.0
|
|
74
|
-
],
|
|
75
|
-
"offset_u": 0.0
|
|
76
|
-
}
|
|
77
|
-
]
|
|
56
|
+
"pipe_clearances": []
|
|
78
57
|
},
|
|
79
58
|
{
|
|
80
59
|
"name": "S03_L_slope_two_pipes_box",
|
|
@@ -96,51 +75,10 @@
|
|
|
96
75
|
"footprint_top": 11.999999999999995,
|
|
97
76
|
"footprint_bottom": 8.700070386125077,
|
|
98
77
|
"trench_from_surface": -5.0179228990454625,
|
|
99
|
-
"volumetric_path":
|
|
100
|
-
"volumetric_lc":
|
|
78
|
+
"volumetric_path": null,
|
|
79
|
+
"volumetric_lc": null,
|
|
101
80
|
"volumetric_error": null,
|
|
102
|
-
"pipe_clearances": [
|
|
103
|
-
{
|
|
104
|
-
"pipe_index": 0,
|
|
105
|
-
"radius": 0.15,
|
|
106
|
-
"length": 5.794099999999999,
|
|
107
|
-
"s_center": 0.35,
|
|
108
|
-
"axis_margin_poly": 0.0,
|
|
109
|
-
"axis_margin_lat": 307047.10295000003,
|
|
110
|
-
"axis_margin_path": 0.40000000000000036,
|
|
111
|
-
"lateral_gap": 0.36,
|
|
112
|
-
"lateral_margin": 0.30705,
|
|
113
|
-
"min_margin": 0.0,
|
|
114
|
-
"clearance": 0.05295,
|
|
115
|
-
"warn_threshold": 0.026475,
|
|
116
|
-
"clearance_scale": 1.0,
|
|
117
|
-
"center_xy": [
|
|
118
|
-
3.5,
|
|
119
|
-
0.0
|
|
120
|
-
],
|
|
121
|
-
"offset_u": 0.0
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"pipe_index": 1,
|
|
125
|
-
"radius": 0.1,
|
|
126
|
-
"length": 0.4999999999999989,
|
|
127
|
-
"s_center": 0.75,
|
|
128
|
-
"axis_margin_poly": 0.0,
|
|
129
|
-
"axis_margin_lat": 0.11750000000000049,
|
|
130
|
-
"axis_margin_path": 2349999.75,
|
|
131
|
-
"lateral_gap": 0.21749999999999994,
|
|
132
|
-
"lateral_margin": 0.16749999999999993,
|
|
133
|
-
"min_margin": 0.0,
|
|
134
|
-
"clearance": 0.05,
|
|
135
|
-
"warn_threshold": 0.025,
|
|
136
|
-
"clearance_scale": 1.0,
|
|
137
|
-
"center_xy": [
|
|
138
|
-
5.8,
|
|
139
|
-
1.5
|
|
140
|
-
],
|
|
141
|
-
"offset_u": 0.2
|
|
142
|
-
}
|
|
143
|
-
]
|
|
81
|
+
"pipe_clearances": []
|
|
144
82
|
},
|
|
145
83
|
{
|
|
146
84
|
"name": "S04_U_slope_multi_noise",
|
|
@@ -162,71 +100,10 @@
|
|
|
162
100
|
"footprint_top": 22.400000000000006,
|
|
163
101
|
"footprint_bottom": 12.80127074424757,
|
|
164
102
|
"trench_from_surface": -11.011702905355754,
|
|
165
|
-
"volumetric_path":
|
|
166
|
-
"volumetric_lc":
|
|
103
|
+
"volumetric_path": null,
|
|
104
|
+
"volumetric_lc": null,
|
|
167
105
|
"volumetric_error": null,
|
|
168
|
-
"pipe_clearances": [
|
|
169
|
-
{
|
|
170
|
-
"pipe_index": 0,
|
|
171
|
-
"radius": 0.18,
|
|
172
|
-
"length": 4.9122,
|
|
173
|
-
"s_center": 0.25,
|
|
174
|
-
"axis_margin_poly": 0.0,
|
|
175
|
-
"axis_margin_lat": 306097.54389999993,
|
|
176
|
-
"axis_margin_path": 1.2999999999999998,
|
|
177
|
-
"lateral_gap": 0.36999999999999994,
|
|
178
|
-
"lateral_margin": 0.3060999999999999,
|
|
179
|
-
"min_margin": 0.0,
|
|
180
|
-
"clearance": 0.0639,
|
|
181
|
-
"warn_threshold": 0.03195,
|
|
182
|
-
"clearance_scale": 1.0,
|
|
183
|
-
"center_xy": [
|
|
184
|
-
4.0,
|
|
185
|
-
0.0
|
|
186
|
-
],
|
|
187
|
-
"offset_u": 0.0
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"pipe_index": 1,
|
|
191
|
-
"radius": 0.1,
|
|
192
|
-
"length": 1.0960155108391487,
|
|
193
|
-
"s_center": 0.55,
|
|
194
|
-
"axis_margin_poly": 0.009099025766972968,
|
|
195
|
-
"axis_margin_lat": 0.0,
|
|
196
|
-
"axis_margin_path": 9.422197859310744,
|
|
197
|
-
"lateral_gap": 0.23749999999999996,
|
|
198
|
-
"lateral_margin": 0.18749999999999994,
|
|
199
|
-
"min_margin": 0.0,
|
|
200
|
-
"clearance": 0.05,
|
|
201
|
-
"warn_threshold": 0.025,
|
|
202
|
-
"clearance_scale": 1.0,
|
|
203
|
-
"center_xy": [
|
|
204
|
-
6.2,
|
|
205
|
-
2.8000000000000007
|
|
206
|
-
],
|
|
207
|
-
"offset_u": -0.2
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"pipe_index": 2,
|
|
211
|
-
"radius": 0.08,
|
|
212
|
-
"length": 0.7792304845413269,
|
|
213
|
-
"s_center": 0.75,
|
|
214
|
-
"axis_margin_poly": 0.0,
|
|
215
|
-
"axis_margin_lat": 0.03762395692965953,
|
|
216
|
-
"axis_margin_path": 7.350384757729335,
|
|
217
|
-
"lateral_gap": 0.16999999999999993,
|
|
218
|
-
"lateral_margin": 0.11999999999999993,
|
|
219
|
-
"min_margin": 0.0,
|
|
220
|
-
"clearance": 0.05,
|
|
221
|
-
"warn_threshold": 0.025,
|
|
222
|
-
"clearance_scale": 1.0,
|
|
223
|
-
"center_xy": [
|
|
224
|
-
4.0,
|
|
225
|
-
3.75
|
|
226
|
-
],
|
|
227
|
-
"offset_u": 0.25
|
|
228
|
-
}
|
|
229
|
-
]
|
|
106
|
+
"pipe_clearances": []
|
|
230
107
|
},
|
|
231
108
|
{
|
|
232
109
|
"name": "S05_wide_slope_pair",
|
|
@@ -248,51 +125,10 @@
|
|
|
248
125
|
"footprint_top": 28.808998594189276,
|
|
249
126
|
"footprint_bottom": 27.46494373197848,
|
|
250
127
|
"trench_from_surface": -6.858764294895576,
|
|
251
|
-
"volumetric_path":
|
|
252
|
-
"volumetric_lc":
|
|
128
|
+
"volumetric_path": null,
|
|
129
|
+
"volumetric_lc": null,
|
|
253
130
|
"volumetric_error": null,
|
|
254
|
-
"pipe_clearances": [
|
|
255
|
-
{
|
|
256
|
-
"pipe_index": 0,
|
|
257
|
-
"radius": 0.2,
|
|
258
|
-
"length": 5.5,
|
|
259
|
-
"s_center": 0.35,
|
|
260
|
-
"axis_margin_poly": 1.2515037699201281,
|
|
261
|
-
"axis_margin_lat": 2.443115482787669,
|
|
262
|
-
"axis_margin_path": 1.2474421281299537,
|
|
263
|
-
"lateral_gap": 0.6650630399999999,
|
|
264
|
-
"lateral_margin": 0.6017750399999999,
|
|
265
|
-
"min_margin": 0.6017750399999999,
|
|
266
|
-
"clearance": 0.063288,
|
|
267
|
-
"warn_threshold": 0.031644,
|
|
268
|
-
"clearance_scale": 0.9,
|
|
269
|
-
"center_xy": [
|
|
270
|
-
4.199999999999999,
|
|
271
|
-
0.3
|
|
272
|
-
],
|
|
273
|
-
"offset_u": 0.3
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"pipe_index": 1,
|
|
277
|
-
"radius": 0.16,
|
|
278
|
-
"length": 3.2832310494763,
|
|
279
|
-
"s_center": 0.7,
|
|
280
|
-
"axis_margin_poly": 0.0,
|
|
281
|
-
"axis_margin_lat": 1.9897591587891337,
|
|
282
|
-
"axis_margin_path": 1.8556699893868722,
|
|
283
|
-
"lateral_gap": 0.601750528,
|
|
284
|
-
"lateral_margin": 0.539868928,
|
|
285
|
-
"min_margin": 0.0,
|
|
286
|
-
"clearance": 0.061881599999999995,
|
|
287
|
-
"warn_threshold": 0.030940799999999997,
|
|
288
|
-
"clearance_scale": 1.1,
|
|
289
|
-
"center_xy": [
|
|
290
|
-
8.399999999999999,
|
|
291
|
-
-0.4
|
|
292
|
-
],
|
|
293
|
-
"offset_u": -0.4
|
|
294
|
-
}
|
|
295
|
-
]
|
|
131
|
+
"pipe_clearances": []
|
|
296
132
|
},
|
|
297
133
|
{
|
|
298
134
|
"name": "S06_bumpy_wide_loop",
|
|
@@ -314,51 +150,10 @@
|
|
|
314
150
|
"footprint_top": 61.10535782948724,
|
|
315
151
|
"footprint_bottom": 56.3121473979779,
|
|
316
152
|
"trench_from_surface": -17.122161702529255,
|
|
317
|
-
"volumetric_path":
|
|
318
|
-
"volumetric_lc":
|
|
153
|
+
"volumetric_path": null,
|
|
154
|
+
"volumetric_lc": null,
|
|
319
155
|
"volumetric_error": null,
|
|
320
|
-
"pipe_clearances": [
|
|
321
|
-
{
|
|
322
|
-
"pipe_index": 0,
|
|
323
|
-
"radius": 0.18,
|
|
324
|
-
"length": 3.4303356192892736,
|
|
325
|
-
"s_center": 0.3,
|
|
326
|
-
"axis_margin_poly": 0.9180874031301758,
|
|
327
|
-
"axis_margin_lat": 0.0,
|
|
328
|
-
"axis_margin_path": 6.590034660321056,
|
|
329
|
-
"lateral_gap": 0.69721184,
|
|
330
|
-
"lateral_margin": 0.63377984,
|
|
331
|
-
"min_margin": 0.0,
|
|
332
|
-
"clearance": 0.063432,
|
|
333
|
-
"warn_threshold": 0.031716,
|
|
334
|
-
"clearance_scale": 1.0,
|
|
335
|
-
"center_xy": [
|
|
336
|
-
6.751372594742942,
|
|
337
|
-
0.04861489092728094
|
|
338
|
-
],
|
|
339
|
-
"offset_u": 0.35
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"pipe_index": 1,
|
|
343
|
-
"radius": 0.14,
|
|
344
|
-
"length": 2.2797305056626995,
|
|
345
|
-
"s_center": 0.6,
|
|
346
|
-
"axis_margin_poly": 0.0,
|
|
347
|
-
"axis_margin_lat": 0.4740426451536417,
|
|
348
|
-
"axis_margin_path": 10.8869053322154,
|
|
349
|
-
"lateral_gap": 0.6299,
|
|
350
|
-
"lateral_margin": 0.5874,
|
|
351
|
-
"min_margin": 0.0,
|
|
352
|
-
"clearance": 0.0425,
|
|
353
|
-
"warn_threshold": 0.02125,
|
|
354
|
-
"clearance_scale": 0.85,
|
|
355
|
-
"center_xy": [
|
|
356
|
-
7.152900088222557,
|
|
357
|
-
5.45
|
|
358
|
-
],
|
|
359
|
-
"offset_u": -0.45
|
|
360
|
-
}
|
|
361
|
-
]
|
|
156
|
+
"pipe_clearances": []
|
|
362
157
|
},
|
|
363
158
|
{
|
|
364
159
|
"name": "S07_circular_well",
|
|
@@ -377,94 +172,13 @@
|
|
|
377
172
|
"boxes": 0,
|
|
378
173
|
"spheres": 1
|
|
379
174
|
},
|
|
380
|
-
"footprint_top": 22.
|
|
381
|
-
"footprint_bottom": 18.
|
|
382
|
-
"trench_from_surface": -
|
|
383
|
-
"volumetric_path":
|
|
384
|
-
"volumetric_lc":
|
|
175
|
+
"footprint_top": 22.056405162254812,
|
|
176
|
+
"footprint_bottom": 18.826708706545926,
|
|
177
|
+
"trench_from_surface": -19.832030917053125,
|
|
178
|
+
"volumetric_path": null,
|
|
179
|
+
"volumetric_lc": null,
|
|
385
180
|
"volumetric_error": null,
|
|
386
|
-
"pipe_clearances": [
|
|
387
|
-
{
|
|
388
|
-
"pipe_index": 0,
|
|
389
|
-
"radius": 0.2,
|
|
390
|
-
"length": 4.0,
|
|
391
|
-
"s_center": 0.25,
|
|
392
|
-
"axis_margin_poly": null,
|
|
393
|
-
"axis_margin_lat": 704798.0,
|
|
394
|
-
"axis_margin_path": 0.08221136790945316,
|
|
395
|
-
"lateral_gap": 0.7749999999999999,
|
|
396
|
-
"lateral_margin": 0.7047999999999999,
|
|
397
|
-
"min_margin": 0.08221136790945316,
|
|
398
|
-
"clearance": 0.0702,
|
|
399
|
-
"warn_threshold": 0.0351,
|
|
400
|
-
"clearance_scale": 1.0,
|
|
401
|
-
"center_xy": [
|
|
402
|
-
1.0340313980557629e-15,
|
|
403
|
-
1.4999999999999998
|
|
404
|
-
],
|
|
405
|
-
"offset_u": 0.0
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"pipe_index": 1,
|
|
409
|
-
"radius": 0.15,
|
|
410
|
-
"length": 2.085540740431603,
|
|
411
|
-
"s_center": 0.5,
|
|
412
|
-
"axis_margin_poly": null,
|
|
413
|
-
"axis_margin_lat": 0.0,
|
|
414
|
-
"axis_margin_path": 5.324263372925678,
|
|
415
|
-
"lateral_gap": 0.69,
|
|
416
|
-
"lateral_margin": 0.63735,
|
|
417
|
-
"min_margin": 0.0,
|
|
418
|
-
"clearance": 0.052649999999999995,
|
|
419
|
-
"warn_threshold": 0.026324999999999998,
|
|
420
|
-
"clearance_scale": 1.0,
|
|
421
|
-
"center_xy": [
|
|
422
|
-
-1.4004815273327802,
|
|
423
|
-
-0.009801714032953731
|
|
424
|
-
],
|
|
425
|
-
"offset_u": 0.1
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"pipe_index": 2,
|
|
429
|
-
"radius": 0.1,
|
|
430
|
-
"length": 1.7551448183364624,
|
|
431
|
-
"s_center": 0.75,
|
|
432
|
-
"axis_margin_poly": null,
|
|
433
|
-
"axis_margin_lat": 0.0,
|
|
434
|
-
"axis_margin_path": 3.5272503266506745,
|
|
435
|
-
"lateral_gap": 0.66,
|
|
436
|
-
"lateral_margin": 0.61,
|
|
437
|
-
"min_margin": 0.0,
|
|
438
|
-
"clearance": 0.05,
|
|
439
|
-
"warn_threshold": 0.025,
|
|
440
|
-
"clearance_scale": 1.0,
|
|
441
|
-
"center_xy": [
|
|
442
|
-
-0.01470257104943662,
|
|
443
|
-
-1.6492777090008293
|
|
444
|
-
],
|
|
445
|
-
"offset_u": -0.15
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"pipe_index": 3,
|
|
449
|
-
"radius": 0.12,
|
|
450
|
-
"length": 1.44,
|
|
451
|
-
"s_center": 0.0,
|
|
452
|
-
"axis_margin_poly": null,
|
|
453
|
-
"axis_margin_lat": 0.0,
|
|
454
|
-
"axis_margin_path": null,
|
|
455
|
-
"lateral_gap": 0.77,
|
|
456
|
-
"lateral_margin": 0.72,
|
|
457
|
-
"min_margin": 0.0,
|
|
458
|
-
"clearance": 0.05,
|
|
459
|
-
"warn_threshold": 0.025,
|
|
460
|
-
"clearance_scale": 1.0,
|
|
461
|
-
"center_xy": [
|
|
462
|
-
1.5,
|
|
463
|
-
0.0
|
|
464
|
-
],
|
|
465
|
-
"offset_u": 0.0
|
|
466
|
-
}
|
|
467
|
-
]
|
|
181
|
+
"pipe_clearances": []
|
|
468
182
|
}
|
|
469
183
|
]
|
|
470
184
|
}
|
|
@@ -547,6 +547,56 @@ def make_sphere(center: np.ndarray, radius: float, n_theta: int=48, n_phi: int=2
|
|
|
547
547
|
def _ring_from_LR(L: List[np.ndarray], R: List[np.ndarray]) -> np.ndarray:
|
|
548
548
|
return np.array(L + list(R[::-1]), float)
|
|
549
549
|
|
|
550
|
+
|
|
551
|
+
def _ring_from_LR_with_end_caps(
|
|
552
|
+
L: List[np.ndarray], R: List[np.ndarray],
|
|
553
|
+
path_xy: List[Tuple[float, float]], n_cap_points: int = 5
|
|
554
|
+
) -> np.ndarray:
|
|
555
|
+
"""Create a ring from L/R offsets with semicircular end caps.
|
|
556
|
+
|
|
557
|
+
The caps are semicircles centered at the path endpoints, with radius equal
|
|
558
|
+
to the offset distance. This creates a "stadium" (discorectangle) shape that
|
|
559
|
+
extends past the trench endpoints to provide ground buffer.
|
|
560
|
+
"""
|
|
561
|
+
P = np.array(path_xy, float)
|
|
562
|
+
|
|
563
|
+
# Start cap: semicircle from R[0] around to L[0], centered at path start
|
|
564
|
+
cap_center_start = P[0]
|
|
565
|
+
radius_start = np.linalg.norm(np.array(L[0]) - cap_center_start)
|
|
566
|
+
|
|
567
|
+
vec_r = np.array(R[0]) - cap_center_start
|
|
568
|
+
vec_l = np.array(L[0]) - cap_center_start
|
|
569
|
+
theta_r = np.arctan2(vec_r[1], vec_r[0])
|
|
570
|
+
theta_l = np.arctan2(vec_l[1], vec_l[0])
|
|
571
|
+
|
|
572
|
+
# Go around the back (away from trench direction) from R[0] to L[0]
|
|
573
|
+
if theta_l > theta_r:
|
|
574
|
+
theta_l -= 2 * np.pi
|
|
575
|
+
|
|
576
|
+
angles_start = np.linspace(theta_r, theta_l, n_cap_points + 2)[1:-1]
|
|
577
|
+
cap_start = [cap_center_start + radius_start * np.array([np.cos(a), np.sin(a)]) for a in angles_start]
|
|
578
|
+
|
|
579
|
+
# End cap: semicircle from L[-1] around to R[-1], centered at path end
|
|
580
|
+
cap_center_end = P[-1]
|
|
581
|
+
radius_end = np.linalg.norm(np.array(L[-1]) - cap_center_end)
|
|
582
|
+
|
|
583
|
+
vec_l_end = np.array(L[-1]) - cap_center_end
|
|
584
|
+
vec_r_end = np.array(R[-1]) - cap_center_end
|
|
585
|
+
theta_l_end = np.arctan2(vec_l_end[1], vec_l_end[0])
|
|
586
|
+
theta_r_end = np.arctan2(vec_r_end[1], vec_r_end[0])
|
|
587
|
+
|
|
588
|
+
# Go around the back from L[-1] to R[-1]
|
|
589
|
+
if theta_r_end > theta_l_end:
|
|
590
|
+
theta_r_end -= 2 * np.pi
|
|
591
|
+
|
|
592
|
+
angles_end = np.linspace(theta_l_end, theta_r_end, n_cap_points + 2)[1:-1]
|
|
593
|
+
cap_end = [cap_center_end + radius_end * np.array([np.cos(a), np.sin(a)]) for a in angles_end]
|
|
594
|
+
|
|
595
|
+
# Build the full ring: L + end_cap + R_reversed + start_cap
|
|
596
|
+
ring_points = list(L) + cap_end + list(R[::-1]) + cap_start
|
|
597
|
+
|
|
598
|
+
return np.array(ring_points, float)
|
|
599
|
+
|
|
550
600
|
def make_trench_from_path_sloped(path_xy: List[Tuple[float,float]], width_top: float, depth: float, wall_slope: float, ground) -> Tuple[Dict,str,str,dict]:
|
|
551
601
|
# Build top and bottom rings by offsetting centerline
|
|
552
602
|
half_top = width_top/2.0
|
|
@@ -793,14 +843,16 @@ def make_ground_surface_plane(path_xy: List[Tuple[float,float]], width_top: floa
|
|
|
793
843
|
|
|
794
844
|
return {"ground_surface": (Vg, tris)}
|
|
795
845
|
else:
|
|
796
|
-
#
|
|
846
|
+
# Open paths: ground forms annulus with end caps extending past trench endpoints
|
|
797
847
|
# Inner boundary: the trench opening (same as trench top ring)
|
|
798
848
|
L_inner, R_inner = _offset_polyline(path_xy, half_top)
|
|
799
849
|
inner_ring = _ensure_ccw(_ring_from_LR(L_inner, R_inner))
|
|
800
850
|
|
|
801
|
-
# Outer boundary: offset by additional margin
|
|
851
|
+
# Outer boundary: offset by additional margin, with semicircular end caps
|
|
802
852
|
L_outer, R_outer = _offset_polyline(path_xy, half_top + m)
|
|
803
|
-
outer_ring = _ensure_ccw(
|
|
853
|
+
outer_ring = _ensure_ccw(_ring_from_LR_with_end_caps(
|
|
854
|
+
L_outer, R_outer, path_xy
|
|
855
|
+
))
|
|
804
856
|
|
|
805
857
|
# Triangulate the annular region (leaves hole open)
|
|
806
858
|
combined_xy, tris = _triangulate_annulus(outer_ring, inner_ring)
|
|
@@ -6,73 +6,73 @@ trenchfoot/gmsh_sloped_trench_mesher.py,sha256=D7EL6V0wkE6tvDARmm006yZE6KEzCl25O
|
|
|
6
6
|
trenchfoot/plot_mesh.py,sha256=26dOlVfaM1WsUfr_sXVqA7axtY9qjY3WCNM7cUBTS7Q,3810
|
|
7
7
|
trenchfoot/render_colors.py,sha256=EfldvoshgaZ6iZFk-UDL67-tvwGYaiZFS2NQZBMwhDM,1596
|
|
8
8
|
trenchfoot/scene_spec_example.json,sha256=UcV25ku422UO0ZZPDrJwrT1zwmjoOIpnBdLuEdh-AZA,1028
|
|
9
|
-
trenchfoot/trench_scene_generator_v3.py,sha256=
|
|
10
|
-
trenchfoot/scenarios/SUMMARY.json,sha256=
|
|
11
|
-
trenchfoot/scenarios/S01_straight_vwalls/metrics.json,sha256=
|
|
9
|
+
trenchfoot/trench_scene_generator_v3.py,sha256=ztaO_ayq4BzXrPN2-pfNq8O4LF7C_KYYD46lfmSEstE,45156
|
|
10
|
+
trenchfoot/scenarios/SUMMARY.json,sha256=uylEzgzIqk5pGBfWVchVFnwwIDGBjNTDY_E23L_iakI,9372
|
|
11
|
+
trenchfoot/scenarios/S01_straight_vwalls/metrics.json,sha256=4izOy2XqJ1smMtml--ENGW3GxoETmS59c_347-FfJaE,692
|
|
12
12
|
trenchfoot/scenarios/S01_straight_vwalls/preview.png,sha256=adsx3-6oMu9WaixggXRhuXi_KM-q5s2RNSBLR_stq80,199624
|
|
13
|
-
trenchfoot/scenarios/S01_straight_vwalls/preview_oblique.png,sha256=
|
|
14
|
-
trenchfoot/scenarios/S01_straight_vwalls/preview_side.png,sha256=
|
|
15
|
-
trenchfoot/scenarios/S01_straight_vwalls/preview_top.png,sha256=
|
|
13
|
+
trenchfoot/scenarios/S01_straight_vwalls/preview_oblique.png,sha256=OpJH0CzSQCaNNULgSkDcDsSJA4Kdj6xVD7MKq2SJhDo,140862
|
|
14
|
+
trenchfoot/scenarios/S01_straight_vwalls/preview_side.png,sha256=PiCbQsPj6HUosDmiysSNFGYod-D86Q1zlq0XeBaC98I,34045
|
|
15
|
+
trenchfoot/scenarios/S01_straight_vwalls/preview_top.png,sha256=_TXQIiU06dV4lo8NviBr3z1jwNDVgXg6utzpMxII-h0,51976
|
|
16
16
|
trenchfoot/scenarios/S01_straight_vwalls/scene.json,sha256=kbHRC9zMVDGHbuLh2wRsvchfVfcbdDEVvxsMwHHBoHw,343
|
|
17
|
-
trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj,sha256=
|
|
17
|
+
trenchfoot/scenarios/S01_straight_vwalls/trench_scene.obj,sha256=ddeX-3MsyU8bZfoJUusgtMgg1exIH-ga2aBkLFZsv2k,873
|
|
18
18
|
trenchfoot/scenarios/S01_straight_vwalls/meshes/trench_scene_culled.obj,sha256=6-usCEpAfhhZcdCxAy7NcXrkBwv-mEh40A6zN50k0Jo,519
|
|
19
19
|
trenchfoot/scenarios/S01_straight_vwalls/point_clouds/culled/resolution0p050.pth,sha256=w4AKFbud2V0NhAtudGXXheLynAq-NLxUFSPxLczK3T0,1352093
|
|
20
20
|
trenchfoot/scenarios/S01_straight_vwalls/point_clouds/full/resolution0p050.pth,sha256=w4AKFbud2V0NhAtudGXXheLynAq-NLxUFSPxLczK3T0,1352093
|
|
21
21
|
trenchfoot/scenarios/S01_straight_vwalls/volumetric/trench_volume.msh,sha256=mpKNhdAPEogyDQrE9IGTgg535ZBNYXiLpIcmvl6QYPA,15007
|
|
22
|
-
trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json,sha256=
|
|
22
|
+
trenchfoot/scenarios/S02_straight_slope_pipe/metrics.json,sha256=Ee5D43LK2DEpxn24MgQ9CLZP1LYkLujz09ztxfzz_BM,954
|
|
23
23
|
trenchfoot/scenarios/S02_straight_slope_pipe/preview.png,sha256=Aj5XpJMSdRNqnrPzL4oe-d0RjLdFT2V7OFrrZxwlsx8,251134
|
|
24
|
-
trenchfoot/scenarios/S02_straight_slope_pipe/preview_oblique.png,sha256=
|
|
25
|
-
trenchfoot/scenarios/S02_straight_slope_pipe/preview_side.png,sha256=
|
|
26
|
-
trenchfoot/scenarios/S02_straight_slope_pipe/preview_top.png,sha256=
|
|
24
|
+
trenchfoot/scenarios/S02_straight_slope_pipe/preview_oblique.png,sha256=_TxMPS-WeExq13fhP73EmhZwQ_AIKmD__VKDge_GFJM,179389
|
|
25
|
+
trenchfoot/scenarios/S02_straight_slope_pipe/preview_side.png,sha256=xdL_P4UO-ngMOY70_pVeL9dYasBCtWMTGz_kEVtonUk,58889
|
|
26
|
+
trenchfoot/scenarios/S02_straight_slope_pipe/preview_top.png,sha256=FykJAFMEOzjDYYMq2mo8v4TvZeRvY4rgBnl-yG-p2k8,70796
|
|
27
27
|
trenchfoot/scenarios/S02_straight_slope_pipe/scene.json,sha256=W1ApzLHEnHQn-7AdWxh2xiEinj6Yb7830sQXNxmmmDw,486
|
|
28
|
-
trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj,sha256=
|
|
28
|
+
trenchfoot/scenarios/S02_straight_slope_pipe/trench_scene.obj,sha256=SdY45U052FthmFlCVXtB2mvpVxZpmDc3t9bfMquUlL4,333440
|
|
29
29
|
trenchfoot/scenarios/S02_straight_slope_pipe/meshes/trench_scene_culled.obj,sha256=OOiw80NuCBejzeN3MWAip9Haw8yQsLZEdlMQdDIgEMU,847
|
|
30
30
|
trenchfoot/scenarios/S02_straight_slope_pipe/point_clouds/culled/resolution0p050.pth,sha256=Ug9hTIsm6iQKRs9cucXJyJpxpSvQ5f2GS1ytZmxi1mE,1623389
|
|
31
31
|
trenchfoot/scenarios/S02_straight_slope_pipe/point_clouds/full/resolution0p050.pth,sha256=JgIRni8xWKtz2mm0gpSdmavGe-FF71mDervavM4Rqw8,1718877
|
|
32
32
|
trenchfoot/scenarios/S02_straight_slope_pipe/volumetric/trench_volume.msh,sha256=kNFAqjr7dM-KX4JQV1u5GbHbWWFIfiEur1wV1fJCePA,47084
|
|
33
|
-
trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json,sha256=
|
|
33
|
+
trenchfoot/scenarios/S03_L_slope_two_pipes_box/metrics.json,sha256=3K2Wju4ExrPapotlBtQmDACXFuc9XfpW5YxOGjo0gnw,1123
|
|
34
34
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview.png,sha256=q0V_2HSLUl2ovWLc4INKV87aLVh3vzqabMyKr8XEWEg,224248
|
|
35
|
-
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_oblique.png,sha256=
|
|
36
|
-
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_side.png,sha256=
|
|
37
|
-
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_top.png,sha256=
|
|
35
|
+
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_oblique.png,sha256=qEyW6OT96AMtFw6JEGTIPpZ9c-TQdVRldXemuuGV18c,154147
|
|
36
|
+
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_side.png,sha256=u9P7x2cLRUP1m675DWo1bpynXn7U1nlJwqrozBZ4uMM,50266
|
|
37
|
+
trenchfoot/scenarios/S03_L_slope_two_pipes_box/preview_top.png,sha256=EueyLnWEJogW7jYnXS0T6RD9oU7bZluqd3e1U-RCzr8,55087
|
|
38
38
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/scene.json,sha256=10azlgelNGCDG6dyWsAKVviXXZaoYnAMvJxvvj-HyS8,940
|
|
39
|
-
trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj,sha256=
|
|
39
|
+
trenchfoot/scenarios/S03_L_slope_two_pipes_box/trench_scene.obj,sha256=vGEjbxsQ6vmEMVGShbxQjKqSe121AD2w-2ly60L11G4,656240
|
|
40
40
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/meshes/trench_scene_culled.obj,sha256=At4lipowr_3MY1rxmcKa479F_mQ-jJDVQJe0yHTrFSc,1835
|
|
41
41
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/point_clouds/culled/resolution0p050.pth,sha256=KqbuoZ1tUPDhlnDgmhd-7WBb92TABsEmOzEsB__KtlA,2456029
|
|
42
42
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/point_clouds/full/resolution0p050.pth,sha256=4fXvfu0TMO9FJaoqYrW21SCGe3eKuSLkSUl9CdE14rw,2622685
|
|
43
43
|
trenchfoot/scenarios/S03_L_slope_two_pipes_box/volumetric/trench_volume.msh,sha256=cPgHKHlzPPtWX8H1yaxAYsEgYba3fr2JjfPvgg2a000,87383
|
|
44
|
-
trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json,sha256=
|
|
44
|
+
trenchfoot/scenarios/S04_U_slope_multi_noise/metrics.json,sha256=36JKP9YoxW-phdhbRkzRKUZH4ZF-0fWhQxpYSiPe-0k,1282
|
|
45
45
|
trenchfoot/scenarios/S04_U_slope_multi_noise/preview.png,sha256=ZbLgrL0nRtUX1y77i7b3LCxw4w_j5Ivmmh0i2YzrBDs,238958
|
|
46
|
-
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_oblique.png,sha256=
|
|
47
|
-
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_side.png,sha256=
|
|
48
|
-
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_top.png,sha256=
|
|
46
|
+
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_oblique.png,sha256=kiYm2ut9KHRCWM8_caZTfUexrjngnw9rJI--0Vk0rX0,164183
|
|
47
|
+
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_side.png,sha256=nFZ93vMrex3mhGMYjNv6s9j4ExZflg5qLPW-4_auqGA,79495
|
|
48
|
+
trenchfoot/scenarios/S04_U_slope_multi_noise/preview_top.png,sha256=f3uUBkGOvVLAXbVOZ9xhaHvPj-e2bfzqDVUX8SSPI0o,69705
|
|
49
49
|
trenchfoot/scenarios/S04_U_slope_multi_noise/scene.json,sha256=ePFijY2uoZt6P5bVW2GSI8GKSA3CUMupIiQ1RnJkLxM,1119
|
|
50
|
-
trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj,sha256=
|
|
50
|
+
trenchfoot/scenarios/S04_U_slope_multi_noise/trench_scene.obj,sha256=rWUUr1aWrHfLcomN-YwyLOayF4ms30WOBmwMv9qPJHI,1188588
|
|
51
51
|
trenchfoot/scenarios/S04_U_slope_multi_noise/meshes/trench_scene_culled.obj,sha256=ykw_tzhXknXt3DbmSk3cBzbOL91Jm4zxjthp799YkWw,3206
|
|
52
52
|
trenchfoot/scenarios/S04_U_slope_multi_noise/volumetric/trench_volume.msh,sha256=7KfGkJAlv19rzbaPhzbmy9UWo42Db_4VhAtisn6aMak,144623
|
|
53
|
-
trenchfoot/scenarios/S05_wide_slope_pair/metrics.json,sha256=
|
|
54
|
-
trenchfoot/scenarios/S05_wide_slope_pair/preview_oblique.png,sha256=
|
|
55
|
-
trenchfoot/scenarios/S05_wide_slope_pair/preview_side.png,sha256=
|
|
56
|
-
trenchfoot/scenarios/S05_wide_slope_pair/preview_top.png,sha256=
|
|
53
|
+
trenchfoot/scenarios/S05_wide_slope_pair/metrics.json,sha256=M7hOnOcnrt6s_k42TsB2uhqe19cbxjQ0IZL6z_Vp4r4,1113
|
|
54
|
+
trenchfoot/scenarios/S05_wide_slope_pair/preview_oblique.png,sha256=wApk_gMFvigdyqWHqMl5WaXlCZPEnNBIlMZrKZdmYGs,145375
|
|
55
|
+
trenchfoot/scenarios/S05_wide_slope_pair/preview_side.png,sha256=rX9vc_dAJ4zkpUyXs1p0qGnaORcJpZY1SNh-Sl12shE,68352
|
|
56
|
+
trenchfoot/scenarios/S05_wide_slope_pair/preview_top.png,sha256=Zk98ddRkQG5_bSedtVpIe9W0PSacj9f1LnCkdAXBoqk,62789
|
|
57
57
|
trenchfoot/scenarios/S05_wide_slope_pair/scene.json,sha256=5JMFXLxjjkT3_xrmJU7SX3FYSHM2rgL63nehik0c_JY,1030
|
|
58
|
-
trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj,sha256=
|
|
58
|
+
trenchfoot/scenarios/S05_wide_slope_pair/trench_scene.obj,sha256=zpN4UItj_LbLh8byAaomjuXY9TXbETZA5QoVIQ6_fTI,691592
|
|
59
59
|
trenchfoot/scenarios/S05_wide_slope_pair/volumetric/trench_volume.msh,sha256=pHrj2dJgpSklpxiHHThiZINJQWpUdvkfhUnVBpKASEM,123235
|
|
60
|
-
trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json,sha256=
|
|
61
|
-
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_oblique.png,sha256=
|
|
62
|
-
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_side.png,sha256
|
|
63
|
-
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_top.png,sha256=
|
|
60
|
+
trenchfoot/scenarios/S06_bumpy_wide_loop/metrics.json,sha256=mFxLgt5zE0dAyp8pyGYbh3P8kLjJ9N5IMCvZOg1eBjI,1136
|
|
61
|
+
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_oblique.png,sha256=fh-_6__18EbnlBLzr-9ycIYIJVPX_SpPQKeLRZKZ31s,174793
|
|
62
|
+
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_side.png,sha256=luauVZjb5mjgAdieLOiDNTmhyQR_BxIdpx-7zrRY5YM,87668
|
|
63
|
+
trenchfoot/scenarios/S06_bumpy_wide_loop/preview_top.png,sha256=q7lHZJkKiaSJaZqfd1e7mcD73IUucGre3qRo6p-kkTU,81347
|
|
64
64
|
trenchfoot/scenarios/S06_bumpy_wide_loop/scene.json,sha256=SzjQgccYU1KRIiXVp-LwnLpf7pLkBotQ9_baHljd46g,1105
|
|
65
|
-
trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj,sha256=
|
|
65
|
+
trenchfoot/scenarios/S06_bumpy_wide_loop/trench_scene.obj,sha256=0q-MCKoPX9QuitvoTXVQF23UZCqEVBSyYX8Jr3wfaSE,847413
|
|
66
66
|
trenchfoot/scenarios/S06_bumpy_wide_loop/volumetric/trench_volume.msh,sha256=r8KJMR5TxykP1_oeYbPnsckStGZDZ2-7e8KCAHPBh5I,279971
|
|
67
|
-
trenchfoot/scenarios/S07_circular_well/metrics.json,sha256
|
|
68
|
-
trenchfoot/scenarios/S07_circular_well/preview_oblique.png,sha256=
|
|
69
|
-
trenchfoot/scenarios/S07_circular_well/preview_side.png,sha256=
|
|
70
|
-
trenchfoot/scenarios/S07_circular_well/preview_top.png,sha256=
|
|
67
|
+
trenchfoot/scenarios/S07_circular_well/metrics.json,sha256=RLjk54Ho5cRVB-aZ7F2x6PBXkycp4pLKlN3bVgbuagE,1390
|
|
68
|
+
trenchfoot/scenarios/S07_circular_well/preview_oblique.png,sha256=ogcl8HnszT6otoZuRu_P5J_wbzuwA54FL1lOPAEBv3M,201455
|
|
69
|
+
trenchfoot/scenarios/S07_circular_well/preview_side.png,sha256=wg6Blso1DHaswjwgQ8A2wakoAf7Iry-OCWUdFH46ALg,80971
|
|
70
|
+
trenchfoot/scenarios/S07_circular_well/preview_top.png,sha256=X1P0g8kblJLsxOpYiZXKG1uIn4Bt52jvp2spLX-7554,123007
|
|
71
71
|
trenchfoot/scenarios/S07_circular_well/scene.json,sha256=bvror2YX6aNbsEc25-N7JO3ysH2dTLGyEE6zGzZysXQ,3146
|
|
72
|
-
trenchfoot/scenarios/S07_circular_well/trench_scene.obj,sha256=
|
|
72
|
+
trenchfoot/scenarios/S07_circular_well/trench_scene.obj,sha256=leTTT0i5xE-fvFSzHLNf_JBsU0AN3YqadDx4HmNmFhU,1618101
|
|
73
73
|
trenchfoot/scenarios/S07_circular_well/volumetric/trench_volume.msh,sha256=dqhtd3SFKj5RLT_BcWIIvVGCbAqvOx7RX25-K7NKX10,615212
|
|
74
|
-
trenchfoot-0.2.
|
|
75
|
-
trenchfoot-0.2.
|
|
76
|
-
trenchfoot-0.2.
|
|
77
|
-
trenchfoot-0.2.
|
|
78
|
-
trenchfoot-0.2.
|
|
74
|
+
trenchfoot-0.2.5.dist-info/METADATA,sha256=yA2wUah11S0a4TrYtNMqTBwb5CP8VRCUj7VYD8X6s-4,5292
|
|
75
|
+
trenchfoot-0.2.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
76
|
+
trenchfoot-0.2.5.dist-info/entry_points.txt,sha256=5TejAGmc4GnNYLn7MhhLtSCNz9240RvzcNaetF4IHfg,119
|
|
77
|
+
trenchfoot-0.2.5.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
78
|
+
trenchfoot-0.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|