sondehub-infra/lambda/ham_predict_updater
Michaela Wheeler 81830c2d74
Move lambda functions to secrets manager (#126)
Co-authored-by: xss <michaela@michaela.lgbt>
2023-10-22 14:40:16 +11:00
..
__init__.py Move lambda functions to secrets manager (#126) 2023-10-22 14:40:16 +11:00
__main__.py refactor tests - fix issues with connect running multiple times 2023-10-22 08:47:26 +11:00
mock_values.py Add MQTT predictions for amateur payloads + amateur predictor tests (#124) 2023-10-22 07:44:19 +11:00
README.md OS1.2 upgrade, ham_predictor 2022-04-09 15:10:06 +10:00
test_values.py Add MQTT predictions for amateur payloads + amateur predictor tests (#124) 2023-10-22 07:44:19 +11:00

This Lambda function will execute every minute to update the predictions in the ElasticSearch database.

Dev notes

index : predict-YYYY-MM
fields :
    serial
    type
    subtype

    datetime
    position
    altitude
    
    ascent_rate
    descent_rate
    burst_altitude
    descending: bool
    landed: bool
    data: object
``