# automatically generated by the FlatBuffers compiler, do not modify

# namespace: openmeteo_sdk

class Aggregation(object):
    none = 0
    minimum = 1
    maximum = 2
    mean = 3
    p10 = 4
    p25 = 5
    median = 6
    p75 = 7
    p90 = 8
    dominant = 9
    sum = 10
    spread = 11
    anomaly = 12
    sot10 = 13
    sot90 = 14
    efi = 15
