April
|
c20d9be311
|
Set debug messages to logged debugs instead of prints
|
2022-10-20 00:29:53 -07:00 |
|
April
|
7dbf37cd08
|
Grab county locations for alert areas
|
2022-10-20 00:25:32 -07:00 |
|
April
|
a0ac6453cf
|
Revert "Bugfix for broken TWC alerts"
This reverts commit 685f6bc451a2c45d873e55e36de2bd89a832e47a.
|
2022-10-19 19:12:36 -07:00 |
|
April
|
685f6bc451
|
Bugfix for broken TWC alerts
|
2022-10-19 19:05:55 -07:00 |
|
April
|
122b29486a
|
Merge pull request #2 from the5dcrew/needlen0se
Needlen0se
|
2022-10-19 15:27:27 -07:00 |
|
needlen0se
|
10586a41f2
|
Create folders and files if not exist
|
2022-10-19 15:25:28 -07:00 |
|
needlen0se
|
1ae86e2898
|
Error if XML is missing
|
2022-10-19 15:18:22 -07:00 |
|
April
|
43e93e7a5b
|
Merge pull request #1 from the5dcrew/needlen0se
Needlen0se Updates
|
2022-10-18 23:08:45 -07:00 |
|
needlenose
|
e65b66f73a
|
Bugfix if alertmanifest doesn't exist
|
2022-10-18 22:55:41 -07:00 |
|
needlenose
|
af80e77553
|
Move radar process to tmp
|
2022-10-18 22:07:42 -07:00 |
|
needlenose
|
6b7db53853
|
Cleanup i2m
|
2022-10-18 20:57:27 -07:00 |
|
needlenose
|
bc18b712f6
|
Bugfix in alerts
|
2022-10-18 20:55:55 -07:00 |
|
needlenose
|
e8554e81ed
|
Move data to temp directory
|
2022-10-18 20:40:28 -07:00 |
|
needlenose
|
2fcf8a033e
|
Ignore pycache
|
2022-10-18 20:36:05 -07:00 |
|
April
|
874f465c61
|
Fix MachineProductCfg.py not opening the Xml correctly
|
2022-10-18 17:43:54 -07:00 |
|
April
|
51be3229e9
|
Go back to old loop system & take Radar processing out of the loop
|
2022-10-17 23:52:07 -07:00 |
|
April
|
ab7ff6fca0
|
Fix makeRadarImages() not being awaited in main.py
|
2022-10-17 23:03:56 -07:00 |
|
April
|
b2b412722d
|
Fix RadarProcessor not importing when imported from main.py
|
2022-10-17 23:01:53 -07:00 |
|
April
|
33a044564d
|
Fix typo in Alerts.py causing an exception at runtime
|
2022-10-17 23:01:35 -07:00 |
|
April
|
61bacad672
|
Fix python not importing py2lib.bit in Alerts.py
|
2022-10-17 22:54:47 -07:00 |
|
April
|
da0f58390c
|
Cleaned up the event loop
|
2022-10-17 22:53:58 -07:00 |
|
April
|
591f189a52
|
Clean up the BERecord generator
|
2022-10-17 22:47:33 -07:00 |
|
April
|
a7f21d5c20
|
Add a requirements.txt file
|
2022-10-17 22:22:44 -07:00 |
|
April
|
ec9268deae
|
Use logging and coloredlogs instead of printing
|
2022-10-17 22:17:38 -07:00 |
|
April
|
7a32af77aa
|
Basic README
|
2022-10-17 21:54:02 -07:00 |
|
April
|
fd1b69c49b
|
getZones function for MachineProductCfg.py
|
2022-10-17 21:21:12 -07:00 |
|
April
|
f7314f286f
|
Exception handling for writing AirQuality
|
2022-10-17 21:12:07 -07:00 |
|
April
|
1ff7731501
|
Heavy optimizations using multithreading & async
|
2022-10-17 03:27:46 -07:00 |
|
April
|
52d470ad65
|
Update .gitignore
|
2022-10-17 02:34:57 -07:00 |
|
April
|
be61b145da
|
Very experimental radar processing
|
2022-10-16 00:41:11 -07:00 |
|
April
|
0285fd3679
|
Fix the tasks in main.py not looping properly
|
2022-10-13 10:48:26 -07:00 |
|
April
|
63fe0a42e2
|
py2Lib/__init__.py to make it function as a module.
|
2022-10-13 01:36:38 -07:00 |
|
April
|
a33ad33678
|
Very rudamentary implementation of async tasks in main.py
|
2022-10-13 01:36:18 -07:00 |
|
April
|
0af0b8f927
|
Add grabber functions to the LFRecord in py2Lib
|
2022-10-13 01:36:00 -07:00 |
|
April
|
3fa05f5ee2
|
Refactor MachineProductCfg
|
2022-10-13 01:35:41 -07:00 |
|
April
|
c713bc71d1
|
Hefty updates to the LFRecord DB
|
2022-10-13 01:35:26 -07:00 |
|
April
|
6537d392ac
|
Fixed up record generators + new ones from Goldblaze
|
2022-10-13 01:34:54 -07:00 |
|
April
|
532fd39d40
|
Fix typo in .gitignore
|
2022-10-13 01:34:22 -07:00 |
|
April
|
a3215e4e1c
|
Broken(?) AirQuality record generation
|
2022-10-12 20:50:57 -07:00 |
|
April
|
ad635d0141
|
Update LFRecord DB to include epaIds
|
2022-10-12 20:09:31 -07:00 |
|
April
|
5c86646fc2
|
Update .gitignore
|
2022-10-12 12:38:04 -07:00 |
|
April
|
7e07494993
|
Add the rest of Floppa's i2 scripts
|
2022-10-08 16:41:05 -07:00 |
|
April
|
8079ce09e9
|
Alerts.py --> recordGenerators/Alerts.py
|
2022-10-08 15:55:02 -07:00 |
|
April
|
499491334f
|
Floppa's i2 scripts
|
2022-10-08 14:51:20 -07:00 |
|
April
|
828247480a
|
LFRecord DB and boilerplate code for a handler.
|
2022-10-08 00:59:39 -07:00 |
|
April
|
1c9ba13401
|
Init.
|
2022-10-07 22:54:12 -07:00 |
|