irie 0.0.37__py3-none-any.whl → 0.0.38__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 irie might be problematic. Click here for more details.

@@ -171,7 +171,7 @@ input[type="number"]::-webkit-outer-spin-button {
171
171
  <div id="rendering" class="card bg-white-100 border-1 rounded-0 shadow">
172
172
  <div class="card-body text-center" style="background-color: #f0f0f0;">
173
173
  <!-- Our Three.js container -->
174
- <div id="threejs-container"
174
+ <div id="veux-container"
175
175
  style="width: 100%; height: 300px; background-color: #f0f0f0; margin: 0 auto;">
176
176
  </div>
177
177
  </div>
@@ -306,9 +306,13 @@ function createArrow(origin, direction, length, color, headLength, headWidth, sh
306
306
  }
307
307
 
308
308
  document.addEventListener('DOMContentLoaded', () => {
309
- const container = document.getElementById('threejs-container');
309
+ const container = document.getElementById("veux-container");
310
310
  // Fallback or real path
311
- const modelPath = `{{ asset.rendering|default_if_none:"" }}`;
311
+ {% if asset.rendering %}
312
+ const modelPath = "{{ asset.rendering|safe }}";
313
+ {% else %}
314
+ const modelPath = "";
315
+ {% endif %}
312
316
 
313
317
  // 1) SETUP SCENE
314
318
  const scene = new THREE.Scene();
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: irie
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Summary: An infrastructure resilience engine
5
5
  Author-email: "Claudio M. Perez" <50180406+claudioperez@users.noreply.github.com>
6
6
  Project-URL: Repository, https://github.com/STAIRLab
@@ -404,7 +404,7 @@ irie/apps/templates/inventory/bridge.html,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcB
404
404
  irie/apps/templates/inventory/dashboard.html,sha256=_qhFiPP6xN-UzZj5NuM5e9NxsgDHJkQ89oXN1cBwhj0,7505
405
405
  irie/apps/templates/inventory/preamble.tex,sha256=TmRhIWg2-Pxj_e2OBctANRZPwU8RWMT3EZJFSa3R8HY,3547
406
406
  irie/apps/templates/inventory/report.tex,sha256=A1XKpwknlBrAZjFzzxVIDwypjXteqzoCQiuo1tQANfw,45228
407
- irie/apps/templates/inventory/sensor-upload.html,sha256=w-stoKgcEoonoV-_7IFJUrQ6w2Ww5DTErWNzbO5R_-g,18285
407
+ irie/apps/templates/inventory/sensor-upload.html,sha256=EhoRfPb_dPMzspgb7OLZ_YjW7uKYru5m3rZnvrjakKc,18351
408
408
  irie/apps/templates/layouts/base-fullscreen.html,sha256=q1nKewLnQ8inBxsUcHlq2Iv_s_qrw6k6bumX7mLR1mI,2579
409
409
  irie/apps/templates/layouts/base.html,sha256=phiHZX_CjuOhmkJgqyMAGTPdwm0qqrJCKZZwKLGTtQY,2387
410
410
  irie/apps/templates/layouts/json-form.html,sha256=cT6Pd2168Z3p8RODS7SulUC79LnuzSs0EVLVxkGOXAo,1333
@@ -469,8 +469,8 @@ irie/init/management/commands/init_corridors.py,sha256=EzLk0HUiFxlco-2u0rypewOc9
469
469
  irie/init/management/commands/init_predictors.py,sha256=jdD7rd8l2qxuUuR5GOYuHXp-ZQkAK477TefksBMdlOw,2362
470
470
  irie/rest/__main__.py,sha256=6Nf_-Rr9zGmMyp_wqCFDO7ls9QPnPd9UyUgN17rIGYw,3680
471
471
  irie/usgs/__main__.py,sha256=HiSvPn5IW5IqRiCk1qRRq5dCy3-7iISw7v1P_w2rLrk,5049
472
- irie-0.0.37.dist-info/METADATA,sha256=XvXazQgq6UwvY3TfdB8ymOG1UUkrkwoBNbK92HmwUOg,3207
473
- irie-0.0.37.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
474
- irie-0.0.37.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
475
- irie-0.0.37.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
476
- irie-0.0.37.dist-info/RECORD,,
472
+ irie-0.0.38.dist-info/METADATA,sha256=CjLqjK7fnBhPBGxUN_sct9Ep-tuGIQl2HgmEMvLX7as,3207
473
+ irie-0.0.38.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
474
+ irie-0.0.38.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
475
+ irie-0.0.38.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
476
+ irie-0.0.38.dist-info/RECORD,,
File without changes