Skip to content

Enum: Temporal Resolution (TemporalResolutionEnum)

Native temporal grain of the source product.

URI: envar:enum/TemporalResolutionEnum

Permissible Values

Value Meaning Description Additional Info
instantaneous None Instantaneous snapshot at a timestamp
hourly None One value per hour
three_hourly None One value per 3-hour window (NARR sub-daily) Title: 3-hourly
daily None One value per day
monthly None One value per calendar month
seasonal None One value per season (3-month window)
annual None One value per year

Slots

Name Description
temporal_resolution Native temporal grain of the values

Identifier and Mapping Information

Schema Source

LinkML Source

name: TemporalResolutionEnum
description: Native temporal grain of the source product.
title: Temporal Resolution
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  instantaneous:
    text: instantaneous
    description: Instantaneous snapshot at a timestamp.
  hourly:
    text: hourly
    description: One value per hour.
  three_hourly:
    text: three_hourly
    description: One value per 3-hour window (NARR sub-daily).
    title: 3-hourly
  daily:
    text: daily
    description: One value per day.
  monthly:
    text: monthly
    description: One value per calendar month.
  seasonal:
    text: seasonal
    description: One value per season (3-month window).
  annual:
    text: annual
    description: One value per year.