Commit Graph

67 Commits

Author SHA1 Message Date
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