sondehub-infra/lambda/ham_predict_updater
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
..
2022-04-09 15:10:06 +10:00
2022-04-09 15:10:06 +10: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
``