sondehub-infra/predict_updater
2021-10-09 14:53:50 +10:30
..
lambda_function.py Added reverse prediction 2021-10-09 14:53:50 +10:30
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
``