irie 0.0.35__py3-none-any.whl → 0.0.37__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.
- irie/apps/context_processors.py +8 -0
- irie/apps/inventory/admin.py +4 -1
- irie/apps/inventory/forms.py +30 -1
- irie/apps/inventory/migrations/0004_datum_sensorgroup_sensor.py +43 -0
- irie/apps/inventory/migrations/0005_alter_sensor_group.py +19 -0
- irie/apps/inventory/migrations/0006_datum_asset_datum_locate_x_datum_locate_y_and_more.py +56 -0
- irie/apps/inventory/migrations/0007_sensor_name.py +19 -0
- irie/apps/inventory/migrations/0008_alter_sensor_dx_alter_sensor_dy_alter_sensor_dz_and_more.py +43 -0
- irie/apps/inventory/models.py +47 -17
- irie/apps/inventory/urls.py +4 -2
- irie/apps/inventory/views.py +55 -2
- irie/apps/templates/includes/sidebar.html +29 -10
- irie/apps/templates/inventory/asset-event-summary.html +17 -7
- irie/apps/templates/inventory/asset-profile.html +10 -2
- irie/apps/templates/inventory/asset-sensors.html +69 -0
- irie/apps/templates/inventory/sensor-upload.html +452 -0
- irie/apps/templates/layouts/base-fullscreen.html +3 -4
- irie/apps/templates/site/index.html +2 -2
- irie/core/settings.py +1 -0
- irie/init/data/nbi_definitions.json +1 -0
- irie/init/getNBIData.py +12 -0
- irie/init/management/commands/init_assets.py +11 -7
- irie/init/management/commands/init_cesmd.py +11 -8
- {irie-0.0.35.dist-info → irie-0.0.37.dist-info}/METADATA +1 -1
- {irie-0.0.35.dist-info → irie-0.0.37.dist-info}/RECORD +28 -20
- {irie-0.0.35.dist-info → irie-0.0.37.dist-info}/WHEEL +1 -1
- {irie-0.0.35.dist-info → irie-0.0.37.dist-info}/entry_points.txt +0 -0
- {irie-0.0.35.dist-info → irie-0.0.37.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@ irie/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
irie/__main__.py,sha256=JTbP1tFc8z2e_wXuurYT9MBe3pLt9UwY_HHnuEZvI2c,501
|
|
3
3
|
irie/apps/__init__.py,sha256=0HD7vRzfFqSPsnJF15Hts06RR-MBlJcUMHaipYEkYYk,229
|
|
4
4
|
irie/apps/config.py,sha256=VJW1NKjouIMBejJDbMYqmIUzZsnORQk02tuYO7bxo4s,399
|
|
5
|
-
irie/apps/context_processors.py,sha256=
|
|
5
|
+
irie/apps/context_processors.py,sha256=iBloyvMODcI86mQFnW0OS_rDEMSy8zNW3f_O1OQzQ2o,375
|
|
6
6
|
irie/apps/sitemaps.py,sha256=yYjh_IXH2wBcIaSBG9-3BA8H_ijgkP0BWEFJAPpIoWc,572
|
|
7
7
|
irie/apps/admin_dash/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
8
|
irie/apps/admin_dash/admin.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -57,22 +57,27 @@ irie/apps/events/migrations/0003_hazardevent.py,sha256=TEaMSJz16BpDXeMXo4jwD6LAL
|
|
|
57
57
|
irie/apps/events/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
58
|
irie/apps/inventory/CESMD.py,sha256=cLtuBhSK14M1VwirCs-oeSOoB4CFFYcTnh38egQqPYg,2549
|
|
59
59
|
irie/apps/inventory/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
|
|
60
|
-
irie/apps/inventory/admin.py,sha256=
|
|
60
|
+
irie/apps/inventory/admin.py,sha256=e_W8ls_ARLLf8rn3oJd-YkPdTGMIrcN-mRrxk2BcY3c,472
|
|
61
61
|
irie/apps/inventory/apps.py,sha256=bZ6qYIwPMG4_4IeLfg9N4WuZAEgEVj84oOswV-7_MAI,424
|
|
62
62
|
irie/apps/inventory/calid.py,sha256=3L8MbPIGOE3kzDnqeyY055pRBiF2O2l0cmpuDbTsdTg,3014
|
|
63
63
|
irie/apps/inventory/fields.py,sha256=J3nTImPsuCeiOWBizSL4tnuKs36sPfXALNTKEZY-wVg,79
|
|
64
64
|
irie/apps/inventory/filters.py,sha256=8ge94J5OlGhLRIo6EtBYVe2c9QxW7YCBLxJzfoFHzSg,2185
|
|
65
|
-
irie/apps/inventory/forms.py,sha256=
|
|
66
|
-
irie/apps/inventory/models.py,sha256=
|
|
65
|
+
irie/apps/inventory/forms.py,sha256=y8tcIGInXDg7KCf1OWd1jtc4umJsm8rf8-4O8nDhNd4,1244
|
|
66
|
+
irie/apps/inventory/models.py,sha256=sYDGpFK41Ga7JXvD5kV6hLc4zr77XFqu7t9IHHO86dQ,5424
|
|
67
67
|
irie/apps/inventory/sitemaps.py,sha256=Nha1MTsIH_ad7JyoxwonPytp7MNuEhDNszkEUOmlN0o,826
|
|
68
68
|
irie/apps/inventory/tables.py,sha256=vZdPOcbN1ibuWXqLwbBUoQw9iavwa1GJ5fd83k8bu7Y,27874
|
|
69
69
|
irie/apps/inventory/traffic.py,sha256=B3PHqn2Pm4AEdUZ_tuA16fuFruo2rm5waMBwLQyF-9g,4490337
|
|
70
|
-
irie/apps/inventory/urls.py,sha256=
|
|
71
|
-
irie/apps/inventory/views.py,sha256=
|
|
70
|
+
irie/apps/inventory/urls.py,sha256=bH63Y2jk-DzDDTiFdCDb5YLXFvq3sRyJrMAz0z_niKs,1476
|
|
71
|
+
irie/apps/inventory/views.py,sha256=riKKJjTWBJScn_VAvh2krvbZgNHZv0lDdY5GJQ1A3Zk,19396
|
|
72
72
|
irie/apps/inventory/archive/arcGIS.py,sha256=vcfsy1be4edOXD1Z3rkUnq9QmCTol7dypdF816Q3B_w,34893
|
|
73
73
|
irie/apps/inventory/migrations/0001_initial.py,sha256=PwTHv4Q3gqWFha--8Zp9kUOh-cYalB14jXj7RVJUVnw,1786
|
|
74
74
|
irie/apps/inventory/migrations/0002_alter_asset_bridge_sensors_and_more.py,sha256=rPzWHkjg-ZCorVA_gv6MVb5F6LTLHcwlPwhBR1PxVr0,842
|
|
75
75
|
irie/apps/inventory/migrations/0003_asset_notes.py,sha256=N3p8PdRlwlED7z5gPAVVcDVsAjSLx-e0D4bx5eEwGlQ,436
|
|
76
|
+
irie/apps/inventory/migrations/0004_datum_sensorgroup_sensor.py,sha256=Jk_GdHN33ymWM6As1K95WC5JPdMg4bLNdWunVw6vEm4,1712
|
|
77
|
+
irie/apps/inventory/migrations/0005_alter_sensor_group.py,sha256=fW_qIR78n0UkxKmCFpQIPhOtXUgXeBax9drZTzIiwJ0,530
|
|
78
|
+
irie/apps/inventory/migrations/0006_datum_asset_datum_locate_x_datum_locate_y_and_more.py,sha256=yCjupVpwQ1qof3grjCo7wL3wIRJWWnMatlPPR1wrMXA,1738
|
|
79
|
+
irie/apps/inventory/migrations/0007_sensor_name.py,sha256=b98wYN1XApHniMkTvrgvTjtxiSlzt966QMMftMzpNZA,474
|
|
80
|
+
irie/apps/inventory/migrations/0008_alter_sensor_dx_alter_sensor_dy_alter_sensor_dz_and_more.py,sha256=y99Ro9cTl9UphgVeILO7YIEVQ1wi0k2RhXqYnBg_ZzY,1255
|
|
76
81
|
irie/apps/inventory/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
82
|
irie/apps/inventory/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
83
|
irie/apps/inventory/templatetags/get.py,sha256=ZVjFYv1uhjhcOQ8I5ukz7DuR6TXnbYuijPWKkgxacOM,134
|
|
@@ -388,17 +393,19 @@ irie/apps/templates/includes/navigation.html,sha256=iUblmqRGBT0GRCsvOUKy6a1O1buq
|
|
|
388
393
|
irie/apps/templates/includes/paginate.js,sha256=dAaL4uFQzEIbm61c_USEHlQLFkKc2ndJdR3bGzELtNc,3991
|
|
389
394
|
irie/apps/templates/includes/scripts.html,sha256=1Up6xJJSTpdLTJp0tDAa3JubevvSlicOE4_j1vEOkek,1190
|
|
390
395
|
irie/apps/templates/includes/settings-box.html,sha256=_YubYOyAJ8IldTgVlXP2wLLXpKpInp8hJ88FN6i6rmw,2488
|
|
391
|
-
irie/apps/templates/includes/sidebar.html,sha256=
|
|
396
|
+
irie/apps/templates/includes/sidebar.html,sha256=m2TahYwFnysqcLkK4ANYZhUf8xGVId_tiJFBKrQD4Cw,12386
|
|
392
397
|
irie/apps/templates/inventory/asset-evals.html,sha256=KzbdJJ7ildMpfO4IQDuXqGBcPzUTlYpJ_Y3Wg4payVc,2700
|
|
393
|
-
irie/apps/templates/inventory/asset-event-summary.html,sha256=
|
|
394
|
-
irie/apps/templates/inventory/asset-profile.html,sha256=
|
|
398
|
+
irie/apps/templates/inventory/asset-event-summary.html,sha256=5G7uZVf7kVL0wBaAfsEtTEEA5HRuBCzx8NrgDFheWI4,51357
|
|
399
|
+
irie/apps/templates/inventory/asset-profile.html,sha256=K7D1D-ApjyEV05AyYxGnGs6B0sNq11jKusdPDwubmFA,14135
|
|
400
|
+
irie/apps/templates/inventory/asset-sensors.html,sha256=Ugfdc79WqrHDvzAPi2o8HkjYz5nD7w5S5wZSknQNjxA,2184
|
|
395
401
|
irie/apps/templates/inventory/asset-table.html,sha256=Ak_N_QDUgWzyffBBidJ8H0wLR3zX3wNHQm6MnZYbruQ,12589
|
|
396
402
|
irie/apps/templates/inventory/bridge-dashboard.html,sha256=67zrDlih3LOi9xFVwPVZZkgRT3DO-lE_qRL7q8Uz9GY,45472
|
|
397
403
|
irie/apps/templates/inventory/bridge.html,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
398
404
|
irie/apps/templates/inventory/dashboard.html,sha256=_qhFiPP6xN-UzZj5NuM5e9NxsgDHJkQ89oXN1cBwhj0,7505
|
|
399
405
|
irie/apps/templates/inventory/preamble.tex,sha256=TmRhIWg2-Pxj_e2OBctANRZPwU8RWMT3EZJFSa3R8HY,3547
|
|
400
406
|
irie/apps/templates/inventory/report.tex,sha256=A1XKpwknlBrAZjFzzxVIDwypjXteqzoCQiuo1tQANfw,45228
|
|
401
|
-
irie/apps/templates/
|
|
407
|
+
irie/apps/templates/inventory/sensor-upload.html,sha256=w-stoKgcEoonoV-_7IFJUrQ6w2Ww5DTErWNzbO5R_-g,18285
|
|
408
|
+
irie/apps/templates/layouts/base-fullscreen.html,sha256=q1nKewLnQ8inBxsUcHlq2Iv_s_qrw6k6bumX7mLR1mI,2579
|
|
402
409
|
irie/apps/templates/layouts/base.html,sha256=phiHZX_CjuOhmkJgqyMAGTPdwm0qqrJCKZZwKLGTtQY,2387
|
|
403
410
|
irie/apps/templates/layouts/json-form.html,sha256=cT6Pd2168Z3p8RODS7SulUC79LnuzSs0EVLVxkGOXAo,1333
|
|
404
411
|
irie/apps/templates/networks/corridor_table.html,sha256=SW6WMmxGsw2li1BXqvCRj1CFJ3IPUulfk-KHJBIMFx0,876
|
|
@@ -416,7 +423,7 @@ irie/apps/templates/prediction/hazus/history.js,sha256=blHRXzlEfMBCezPE-2dZCpt2r
|
|
|
416
423
|
irie/apps/templates/site/about.html,sha256=5hS5taj3XF-F8z-uIn53ZFXVHVS4apLRMg39OyvMvRs,610
|
|
417
424
|
irie/apps/templates/site/asset_map.html,sha256=rnTjeYMc8NESIo6Uuq8fgZ_xcKNuKdt4zcqoUTDI8Xg,387
|
|
418
425
|
irie/apps/templates/site/components-forms.html,sha256=FKOiR-3e9iw-xOHeaP2RB3O2gP10R-Mt8wdXfb1rDBQ,13865
|
|
419
|
-
irie/apps/templates/site/index.html,sha256=
|
|
426
|
+
irie/apps/templates/site/index.html,sha256=Sat1nNPmc1lR4qxpiMnYyPBHI3h1K7PN8GDg901Eiew,16980
|
|
420
427
|
irie/apps/templates/site/json-form.html,sha256=ZrRWy5xnGBOqG51b6mdVGI0Io5X1z47DTFB9wW6ZQYA,1785
|
|
421
428
|
irie/apps/templates/site/page-403.html,sha256=caU6t3fsCJiAIuZvRQekK2UemdZSNxc3l80ceSz0mp0,1289
|
|
422
429
|
irie/apps/templates/site/page-404-sidebar.html,sha256=krMA-iYHaJNfXSwY7H_epZycWLiIb_bBbuWTmqC4ca4,1581
|
|
@@ -438,7 +445,7 @@ irie/apps/templates/site/transactions.html,sha256=-heynHR8PTt_C4P3IWmYG_VE1aGH68
|
|
|
438
445
|
irie/apps/templates/site/unused-dashboard-cards.html,sha256=DDNWrnIf4o0wj06WYH8YitTfemzARRcVafZ2iNFdJZM,14715
|
|
439
446
|
irie/core/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
|
|
440
447
|
irie/core/asgi.py,sha256=3lVQKFRA4bznM2mWu5Cv24a5H9pfb6YU07q-I_TN0DM,395
|
|
441
|
-
irie/core/settings.py,sha256=
|
|
448
|
+
irie/core/settings.py,sha256=NQioOh_sdXa-_KsxsZaut5cDBh58kqR3laaUT_B11fE,6574
|
|
442
449
|
irie/core/urls.py,sha256=5_35Rh6LtnE_5TrHgsIZtVJeWpNXWwvqRfawYEWZCeE,1968
|
|
443
450
|
irie/core/wsgi.py,sha256=8dxK789vOoRWm0IatEhNqMgZhov9TlspjM6hOUbjg24,395
|
|
444
451
|
irie/init/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -447,22 +454,23 @@ irie/init/bridges.py,sha256=OBBKnLx2lmMKDfeR0C8CBSbnpnzO0lfokBypD2nEFcM,74198
|
|
|
447
454
|
irie/init/calid.py,sha256=Nmmv5e4rX-6_Uoo7FGRdU23p1NHKOWzPgUGoIulJMGk,8267
|
|
448
455
|
irie/init/getCGSData.py,sha256=iZG3Ab1Y_rhiliKCPNy0MZrKBsfEe6ShgSFz2ttvTUU,2916
|
|
449
456
|
irie/init/getCGSevents.py,sha256=4dBkFFJQrUs6gfl1Nj-_R2UOZj0B_T017a6tC7fUHOw,421
|
|
450
|
-
irie/init/getNBIData.py,sha256=
|
|
457
|
+
irie/init/getNBIData.py,sha256=WuconVGj-DyiOCFHWCYSt7PEVsVzFf_3XHjzWKuUWjg,8292
|
|
451
458
|
irie/init/hayward.zip,sha256=WECOnYLP_3EeKHQzdxm17MHTncF2QdgXI28Vm6Iopt0,124675
|
|
452
459
|
irie/init/data/cgs-stations.json,sha256=h-KKF-u31j_OQnQZQlmFzDjqgi0AcsPNzohn7bCNq0Q,105563
|
|
453
460
|
irie/init/data/cgs_data.json,sha256=l2lADALMXVLKY6jn-rvEZjYWcZjGHLk22ZudocdR81Q,27752
|
|
454
461
|
irie/init/data/nbi_codes-california.json,sha256=UPFbBzxY2NshREecsP4evCA8vdvXFRvG4rYT4_KHmQs,2398694
|
|
455
462
|
irie/init/data/nbi_data-california.json,sha256=nyslZbMf30WrtdyqCpMvxd-NNxNzFHtZX_TDWRZFob0,8534365
|
|
463
|
+
irie/init/data/nbi_definitions.json,sha256=NS3yNP1i1E_JXfGW_I_xOoNRsfeljDA5BZ_1h0Cu_1I,4301
|
|
456
464
|
irie/init/data/nbi/04.tar,sha256=ubRgxWBshe0cNKxftbEVyFeh1HcUmFarVL2BBHo9Tyk,1884160
|
|
457
465
|
irie/init/data/networks/soga_corridors.json,sha256=AQOUaKGNWkQxQKLfqphE9Qb_-NRmjN9IwK59SGjutxE,45496
|
|
458
|
-
irie/init/management/commands/init_assets.py,sha256=
|
|
459
|
-
irie/init/management/commands/init_cesmd.py,sha256=
|
|
466
|
+
irie/init/management/commands/init_assets.py,sha256=CGbB7eLlctfusbHal3v1LOs1y02ugJITrqhK7qE4XSs,5894
|
|
467
|
+
irie/init/management/commands/init_cesmd.py,sha256=IPuKYtrQEDb8C-TyUKpjbdjlLUrUkATW5dmtqEd7SVQ,1183
|
|
460
468
|
irie/init/management/commands/init_corridors.py,sha256=EzLk0HUiFxlco-2u0rypewOc9mAo_raqXC2_UCG8a_w,1241
|
|
461
469
|
irie/init/management/commands/init_predictors.py,sha256=jdD7rd8l2qxuUuR5GOYuHXp-ZQkAK477TefksBMdlOw,2362
|
|
462
470
|
irie/rest/__main__.py,sha256=6Nf_-Rr9zGmMyp_wqCFDO7ls9QPnPd9UyUgN17rIGYw,3680
|
|
463
471
|
irie/usgs/__main__.py,sha256=HiSvPn5IW5IqRiCk1qRRq5dCy3-7iISw7v1P_w2rLrk,5049
|
|
464
|
-
irie-0.0.
|
|
465
|
-
irie-0.0.
|
|
466
|
-
irie-0.0.
|
|
467
|
-
irie-0.0.
|
|
468
|
-
irie-0.0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|