Skip to content

Enum: Temporal Aggregation Method (TemporalAggregationMethodEnum)

How sub-period values were aggregated. CF cell_methods aligned.

URI: envar:enum/TemporalAggregationMethodEnum

Permissible Values

Value Meaning Description
mean None Arithmetic mean over the window
maximum None Maximum over the window
minimum None Minimum over the window
sum None Sum over the window
percentile None A percentile of the values in the window
point_in_time None A point-in-time sample with no aggregation applied

Slots

Name Description
temporal_aggregation_method How the value summarises sub-period values

See Also

Identifier and Mapping Information

Schema Source

LinkML Source

name: TemporalAggregationMethodEnum
description: How sub-period values were aggregated. CF `cell_methods` aligned.
title: Temporal Aggregation Method
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://cfconventions.org/cf-conventions/cf-conventions.html#cell-methods
rank: 1000
permissible_values:
  mean:
    text: mean
    description: Arithmetic mean over the window.
  maximum:
    text: maximum
    description: 'Maximum over the window. `time: maximum` in CF.'
  minimum:
    text: minimum
    description: 'Minimum over the window. `time: minimum` in CF.'
  sum:
    text: sum
    description: Sum over the window.
  percentile:
    text: percentile
    description: A percentile of the values in the window.
  point_in_time:
    text: point_in_time
    description: A point-in-time sample with no aggregation applied.