Commit Graph

129 Commits

Author SHA1 Message Date
xss
ef53e123a0 remove some error logging - we send it to the client anyway 2022-11-16 13:37:16 +11:00
xss
ce981593ec Logging reduction 2022-11-16 13:27:34 +11:00
xss
b36c6f6ab6 fix regexp and make testing easier 2022-11-16 11:20:47 +11:00
Mark Jessop
afe35aac03 Remove MRZ entry 2022-11-12 20:55:22 +10:30
Mark Jessop
3ef8c21e2d Add MTS01, wrap vaisala check 2022-11-12 20:41:43 +10:30
xss
a8ad0bffd0 enable comma seperated searches 2022-11-04 21:24:52 +11:00
xss
6cc3804bb2 Add redirect ham, fix ws, switch to weeks for query 2022-11-04 19:51:41 +11:00
xss
a16e076cb6 Update PayPal donation URL 2022-10-05 13:42:26 +11:00
xss
32a95dd95a seperate batch topic per mqtt processor 2022-10-03 22:05:32 +11:00
xss
422956c8e7 hack in burst calc, add listeners to mqtt 2022-09-18 12:05:21 +10:00
Mark Jessop
fa651b2f2f
Fix issues with flight doc + floats (#84)
Co-authored-by: Mark Jessop <darkside@Marks-MacBook-Pro.local>
2022-09-11 10:09:12 +10:00
Mark Jessop
4e12def90f
AMSL + Float check, to not run predictions for payload that haven't launched, or have landed. (#82)
* Restructure ham predictions

* Add additional check for no_flight_doc

* Add AMSL check

Co-authored-by: Mark Jessop <darkside@Marks-MacBook-Pro.local>
2022-09-10 21:51:02 +10:00
Mark Jessop
5f5b84dd0c
Restructure of ham prediction algorithm (#81)
* Restructure ham predictions

* Add additional check for no_flight_doc

Co-authored-by: Mark Jessop <darkside@Marks-MacBook-Pro.local>
2022-09-10 14:49:59 +10:00
xss
06cfbffc8f Add filename 2022-07-02 18:40:36 +10:00
xss
1c1173ccf4 add kml output 2022-07-02 17:06:13 +10:00
xss
6a62101fad fixes to ham talm 2022-06-30 16:59:50 +10:00
xss
a70f7aac4c add type check for lat,lon,alt 2022-05-18 08:41:52 +10:00
xss
e3e19f029e fix float bugs 2022-05-14 12:34:35 +10:00
xss
6aa5bbfcb2 add flight doc query 2022-05-11 19:50:25 +10:00
xss
6e636fd2f5 add full ham telm dump endpoints 2022-05-11 13:34:57 +10:00
xss
e4218a65e4 add flight doc updates 2022-05-11 10:44:06 +10:00
Michaela Wheeler
2923f30654
Use flightdoc if avaliable (#73)
* Use flightdoc if avaliable

* Terraform fmt [skip ci]

Co-authored-by: xss <michaela@michaela.lgbt>
Co-authored-by: TheSkorm <TheSkorm@users.noreply.github.com>
2022-05-05 18:06:02 +10:00
xss
c6d5ea17f8 fix race condition, ham predict tweaks and es disk space size 2022-04-26 19:46:45 +10:00
xss
97bbffad5b sats fix. full rate on mqtt 2022-04-13 12:50:51 +10:00
xss
7b99bcb94e 3d too slow 2022-04-10 15:25:49 +10:00
xss
7080e6c70d add listener endpoints for amateur 2022-04-10 15:18:28 +10:00
xss
2bbcefb203 tweaks to the ham predictor 2022-04-10 13:15:04 +10:00
xss
9f7641e327 OS1.2 upgrade, ham_predictor 2022-04-09 15:10:06 +10:00
xss
a23bc0d87c more agressive ascent rate drops 2022-03-17 15:15:08 +11:00
xss
44e10ef9f3 higher thresold for running a prediction 2022-03-17 14:52:43 +11:00
xss
73b0da6069 lower async amount 2022-03-17 12:56:37 +11:00
xss
9f02d1eece async semaphore fix 2022-03-13 07:35:08 +11:00
xss
67e47ab0fe USE CORRECT SERIAL NUMBER FOR SAVING DATA! 2022-03-12 18:01:31 +11:00
xss
4d19dad750 roll back asyncing reverse predictions 2022-03-12 17:44:26 +11:00
xss
3d4595131c async imrpvoements 2022-03-12 14:16:15 +11:00
xss
d7fb710ad3 fix reverse prediction 2022-03-12 14:01:24 +11:00
xss
380b3bec1e predictor improvements 2022-03-12 13:03:16 +11:00
xss
9689b1d068 old sondes had altitude as a string :| 2022-03-07 08:40:02 +11:00
xss
309e3dcc1c Fix quotes on historic 2022-03-07 07:37:41 +11:00
xss
a1d304457f History hacks 2022-03-06 10:17:35 +11:00
xss
f2622844fc forgot to add the ham listner folder 2022-02-27 13:44:15 +11:00
xss
2ee38c5a89 add totals for stats 2022-02-27 12:57:24 +11:00
xss
1ffeef2cab Implementing imet blocking 2022-02-27 12:29:43 +11:00
xss
0affb308fc Add basic amateur endpoints 2022-02-27 10:55:34 +11:00
xss
0a92625de3 add gzip compression to payloads 2022-02-13 11:08:45 +11:00
xss
4ae8678a5e don't send to sns if empty 2022-02-12 18:59:57 +11:00
xss
d358655a93 revert filtering back to 3 packets 2022-02-12 09:18:23 +11:00
xss
dd14a3a350 switch to moving the sns to mqtt into vpc to reduce data usages 2022-02-12 09:08:07 +11:00
xss
001fc6c5ca Add DFM filter 2022-02-03 18:27:22 +11:00
xss
d327519d2f use gzip compression for receiving data from ES 2022-02-01 21:12:20 +11:00
Luke Prior
f7736d4008
fix env 2022-01-28 21:31:27 +11:00
Luke Prior
a9c66410d0
Ingest Updates (#54)
* Matching improvements, new format

* Switch to 2 hours

* Support DFM serials directly

* Remove debugging print statement

* Remove unused debugging statement

* Update pr.yml

Co-authored-by: Michaela Wheeler <git@michael-wheeler.org>
2022-01-28 21:18:08 +11:00
xss
f2514c033b add recovery ingestion 2022-01-26 17:44:10 +11:00
Luke Prior
194af293b1
Add files via upload 2022-01-26 16:04:37 +11:00
Luke Prior
112e21f701
Add files via upload 2022-01-26 16:02:26 +11:00
Luke Prior
693e5f064e
Add files via upload 2022-01-26 15:26:34 +11:00
Luke Prior
c21c549778
Add files via upload 2022-01-26 15:21:51 +11:00
Luke Prior
97b5541d17
Add files via upload 2022-01-26 15:21:18 +11:00
Luke Prior
66f1cca26c
Delete __init__.py.py 2022-01-26 15:21:09 +11:00
Luke Prior
04edbf0e00
Add files via upload 2022-01-26 15:20:37 +11:00
Luke Prior
e6a65a74d4
Create __init__.py 2022-01-26 15:19:53 +11:00
Michaela Wheeler
bfeda317bf add listener stats 2022-01-17 11:34:56 +11:00
Michaela Wheeler
a058f17464 add amateur put api 2022-01-17 10:20:15 +11:00
Michaela Wheeler
dd28947833 fix websockets and add amateur 2022-01-17 10:19:56 +11:00
Michaela Wheeler
b291a74993 block changeme callsigns 2022-01-17 08:53:19 +11:00
Michaela Wheeler
2a56b3810a fix for latln in aprs 2022-01-17 08:49:52 +11:00
Michaela Wheeler
b613968da7 APRS importing of ham balloons 2022-01-12 21:00:42 +11:00
Michaela Wheeler
28646db615 fix serials 2022-01-09 10:10:01 +11:00
Michaela Wheeler
3c20be8697 lat / lon are strings now for some reason so cast to float first 2022-01-07 16:12:59 +11:00
Michaela Wheeler
a4bbb83b62 resolve issue of people sending negative numbers in the last field 2022-01-02 18:10:04 +11:00
Michaela Wheeler
30f1cea3de add debugging for failing request 2022-01-02 17:33:59 +11:00
Michaela Wheeler
224ce5c792 Move redirect to python 2022-01-01 18:42:38 +11:00
Michaela Wheeler
9d2ae9b7e1 support older callsigns 2022-01-01 17:38:00 +11:00
Mark Jessop
a0883f3467 Removed already-recovered check. 2022-01-01 13:14:31 +10:30
Michaela Wheeler
35bb4b9e4a correct to show warning in logs, but not error out on mapper exceptions 2021-12-31 07:53:00 +11:00
Michaela Wheeler
94b695e907 Resolve uploader none error for data going into elk 2021-12-30 15:04:17 +11:00
Michaela Wheeler
f52ae68389 missing size=0 likely causing more traffic from ES than required 2021-12-23 07:14:29 +11:00
Michaela Wheeler
ae77f0e933 refactor 2021-12-20 18:13:24 +11:00
Michaela Wheeler
512e366607 refactor 2021-12-20 17:02:02 +11:00