Appeears

# SPDX-FileCopyrightText: 2023 Springtime authors
#
# SPDX-License-Identifier: Apache-2.0

datasets:
  appeears_points_from_area:
    dataset: appeears_points_from_area
    area:
      name: eastfrankfurt
      bbox:
        - 9.0
        - 49.0
        - 10.0
        - 50.0
    points: 
      - [9.1, 49.1]
      - [9.6, 49.6]
      - [9.9, 49.9]
    years: [2000, 2016]
    product: MCD15A2H
    version: '061'
    layers:
      - Fpar_500m
      - Lai_500m
    resample:
      frequency: month
      operator: median
  appeears_points_from_big_area:
    dataset: appeears_points_from_area
    area:
      name: germany
      bbox:
        - 7.083984
        - 47.282959
        - 14.888672
        - 53.611084
    points: 
      - [8.14, 52.04]
      - [10.14, 48.04]
      - [12.14, 53.04]
    years: [2000, 2016]
    product: MCD15A2H
    version: '061'
    layers:
      - Fpar_500m
      - Lai_500m
    resample:
      frequency: month
      operator: median
  appeears_points:
    dataset: appeears_points
    points: 
      - [8.13, 52.04]
      - [10.14, 48.04]
      - [12.14, 53.04]
    years: [2000, 2016]
    product: MOD15A2H
    version: '061'
    layers:
      - Fpar_500m
      - Lai_500m
    resample:
      frequency: month
      operator: median