datasets:
- identifier: AU-Dry/sen2
  store: stac-store
  data_id: sentinel-2-l2a
  open_params:
    time_range: &id001
    - '2020-01-01'
    - '2020-06-30'
    point:
    - 132.3706
    - -15.2588
    bbox_width: 4000
    spatial_res: 10
    asset_names:
    - B01
    - B02
    - B03
    - B04
    - B05
    - B06
    - B07
    - B08
    - B8A
    - B09
    - B11
    - B12
    - SCL
- identifier: AU-Dry/era5_land
  store: cds
  data_id: reanalysis-era5-land
  open_params:
    variable_names:
    - 2m_temperature
    - total_precipitation
    - surface_solar_radiation_downwards
    - surface_net_solar_radiation
    - 2m_dewpoint_temperature
    time_range: *id001
    point:
    - 132.3706
    - -15.2588
    spatial_res: 0.1
- identifier: AU-Dry/esa_cci_biomass
  store: esa-cci-store
  grid_mapping: AU-Dry/sen2
  data_id: esacci.BIOMASS.yr.L4.AGB.multi-sensor.multi-platform.MERGED.6-0.100m
  open_params:
    time_range: *id001
- identifier: AU-How/sen2
  store: stac-store
  data_id: sentinel-2-l2a
  open_params:
    time_range: *id001
    point:
    - 131.1523
    - -12.4943
    bbox_width: 4000
    spatial_res: 10
    asset_names:
    - B01
    - B02
    - B03
    - B04
    - B05
    - B06
    - B07
    - B08
    - B8A
    - B09
    - B11
    - B12
    - SCL
- identifier: AU-How/era5_land
  store: cds
  data_id: reanalysis-era5-land
  open_params:
    variable_names:
    - 2m_temperature
    - total_precipitation
    - surface_solar_radiation_downwards
    - surface_net_solar_radiation
    - 2m_dewpoint_temperature
    time_range: *id001
    point:
    - 131.1523
    - -12.4943
    spatial_res: 0.1
- identifier: AU-How/esa_cci_biomass
  store: esa-cci-store
  grid_mapping: AU-How/sen2
  data_id: esacci.BIOMASS.yr.L4.AGB.multi-sensor.multi-platform.MERGED.6-0.100m
  open_params:
    time_range: *id001
data_stores:
- identifier: storage
  store_id: file
  store_params:
    root: ../data
- identifier: esa-cci-store
  store_id: cciodp
- identifier: stac-store
  store_id: stac-pc-ardc
- identifier: cds
  store_id: cds
  store_params:
    endpoint_url: https://cds.climate.copernicus.eu/api
    cds_api_key: 917c02bf-1a72-468c-a3b3-482affbdfb87
    normalize_names: true
