Skip to content

Ecological forecasting challenge for Australia's Terrestrial Ecosystem Resource Network (TERN). A proof-of-concept for a forecasting challenge "in-a-box"

License

Notifications You must be signed in to change notification settings

eco4cast/tern4cast

Repository files navigation

EFI-TERN Ecological Forecasting Challenge

The following elements of a forecasting challenge workflow are included in this repo. The GitHub Action is the automation configuration.

  1. Generation of targets
  • R script: targets/terrestrial_targets.R
  • GitHub Action: .github/workflows/targets.yaml
  1. Processing of submissions:
  • R script: process_submissions.R
  • GitHub Action: .github/workflows/submissions.yaml
  1. Download of NOAA Global Ensemble Forecasting System for sites
  • R script: drivers/gefs_download.R
  • GitHub Action: .github/workflows/gefs.yaml
  1. Generation of baseline forecasts
  • R script: models/run_terrestrial_baselines.R
  • GitHub Action: .github/workflows/baselines.yaml
  1. Evaluation (scoring) of submitted forecasts:
  • R script: scoring.R
  • GitHub Action: .github/workflows/scoring.yaml
  1. Generation of dashboard:
  • Quarto files: dashboard/
  • GitHub Action: .github/workflows/dashboard.yaml
  1. Generation of catalog:
  • R script: stac/update_stac.R
  • GitHub Action: .github/workflows/catalog.yaml

See https://doi.org/10.1002/fee.2616 for more information.

About

Ecological forecasting challenge for Australia's Terrestrial Ecosystem Resource Network (TERN). A proof-of-concept for a forecasting challenge "in-a-box"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages