Commit Graph

120 Commits

Author SHA1 Message Date
8dfaef56f7 Update the README to remove the 5D links 2022-11-26 15:42:13 -06:00
d7da02deba Fix alerts not being checked properly 2022-11-15 12:00:45 -07:00
ffb98eef8f Forgot to fix CurrentObservations, whoops 2022-11-13 17:34:27 -07:00
66a769fe9f Merge pull request #6 from Open-Telecom/collectorsToAsync
Convert data collectors to async
2022-11-13 17:19:56 -07:00
4645bc5a53 Undo previous commits 2022-11-13 17:19:09 -07:00
08da432ea2 Fix syntax of previous commit 2022-11-13 17:11:55 -07:00
2936a64cff Prevent blocking when sending files to the i2 2022-11-13 17:08:26 -07:00
7727cdc23d Replace broken unicode with fixed character 2022-11-13 16:50:54 -07:00
175ab43039 Make tasks for updating from the radar server 2022-11-13 16:41:51 -07:00
ce51e37e7f Set write mode for getData() to append instead of write 2022-11-13 16:37:08 -07:00
60d6728926 Fix WateringNeeds not writing footer 2022-11-13 16:23:53 -07:00
29420a3a50 Make new tasks for converted record generators 2022-11-13 16:21:28 -07:00
e1432fd464 WateringNeeds to asynchronous 2022-11-13 16:11:31 -07:00
639db76723 TideForecast to asynchronous 2022-11-13 16:08:10 -07:00
68140eb0b2 PollenForecast to asynchronous 2022-11-13 16:05:06 -07:00
f18b52bcf5 MosquitoActivity to asynchronous 2022-11-13 16:03:08 -07:00
f1c633febc AchesAndPains to asynchronous 2022-11-13 16:00:38 -07:00
704c33201f AirportDelays to asynchronous 2022-11-13 15:56:01 -07:00
1f116850ce AirQuality to asynchronous 2022-11-13 15:52:15 -07:00
e2554e11b9 Breathing to asynchronous 2022-11-13 15:49:25 -07:00
a9aa0174d4 HeatingAndCooling to asynchronous 2022-11-13 15:46:55 -07:00
47fe9a9c47 Add national airport codes to getAirportCodes() 2022-11-13 15:41:01 -07:00
cfca3d718a Potential fix for georef on the RadarProcessor 2022-11-13 15:32:14 -07:00
0f003fee91 Make first-time run file creation asynchronous 2022-11-13 15:27:14 -07:00
95ff8dec90 Get rid of debug code in the LFRecord handler 2022-11-13 15:17:08 -07:00
b14bafa26d Comment unused code in starbundle.py 2022-11-13 15:16:42 -07:00
101b0545f3 Alerts collector task 2022-11-13 15:12:41 -07:00
ac2835e87e Use aiofiles instead of stock open() 2022-11-13 14:33:44 -07:00
204520753a await asyncio.sleep() calls in RecordTasks 2022-11-13 14:31:42 -07:00
38dc9c005c Make each record update its own task 2022-11-13 14:29:46 -07:00
9cc4633e8f __init__ file for record generators 2022-11-13 14:29:16 -07:00
f66e45ef01 Fix FileNotFound error in Alerts 2022-11-12 13:30:10 -07:00
b96bbad5d7 Temporarily remove non-async tasks from main 2022-11-12 13:25:21 -07:00
c20b48b6d9 Make alerts async 2022-11-12 13:22:25 -07:00
900cad0b9b HourlyForecast to asynchronous 2022-11-12 12:59:50 -07:00
73dbba3a65 getData() not awaited in CO and DF records. 2022-11-12 12:58:42 -07:00
e557ebcacb DailyForecast to asynchronous 2022-11-12 12:52:24 -07:00
bdbd707b32 Open CurrentObservations.i2m file asynchronously 2022-11-12 12:45:01 -07:00
60241d7c18 CurrentObservations to async 2022-11-12 12:30:12 -07:00
1c23728ec8 Fix incorrect math on LatLongProject function 2022-11-07 19:54:45 -07:00
10f328fec3 re-enable radarCollector task 2022-11-04 23:47:27 -07:00
6f297ebdd7 Fix broken paths in TWCRadarCollector 2022-11-04 23:47:00 -07:00
3c855b469d FUCKFUCKFUCKFUCKFUCKFUCKFUCK 2022-11-04 20:55:43 -07:00
3cf84b42b7 Obtain forecast information for metro map cities 2022-11-04 20:47:09 -07:00
2d2f7dc5af Add function to obtain Metro cities in the area 2022-11-04 20:45:08 -07:00
a0c142183a getAlertZones now returns the primary county in its list 2022-11-04 20:41:33 -07:00
3716287338 Temporarily comment out the radarCollector task 2022-11-04 20:40:00 -07:00
53cb875c08 Fix expired frames not deleting 2022-11-02 22:57:57 -07:00
6788cd7f1b Add mosaic/satrad check for UDP commands 2022-11-02 22:47:23 -07:00
a282b6c3a7 add satrad to radar types 2022-11-02 22:42:50 -07:00