sondehub-infra/predict_updater
2021-12-11 16:17:41 +11:00
..
lambda_function.py remove opensearch mirror 2021-12-11 16:17:41 +11:00
README.md add new predictor updater 2021-09-13 14:42:34 +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
``