Langeraert, Ward123 Dove, Shawn14 Van Daele, Toon13 Research Institute for Nature and Forest (INBO)5 European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)6
keywords: uncertainty quantification; uncertainty visualisation; biodiversity indicators; data cubes
Scripts to explore calculation, interpretation and visualisation of uncertainty related to indicators based on biodiversity data cubes.
This code is developed in context of T5.4 of the B-Cubed project.
├── source ├ R markdown files
│ └── R ├ R scripts
├── data
│ ├── raw ├ store raw data
│ ├── intermediate ├ store intermediate data
│ └── processed ├ store processed data
├── checklist.yml ├ options checklist package (https://github.com/inbo/checklist)
├── organisation.yml ├ organisation info (https://inbo.github.io/checklist/articles/organisation.html)
├── inst
│ └── en_gb.dic ├ dictionary with words that should not be checked by the checklist package
├── .github │
│ ├── workflows │
│ │ └── checklist_project.yml ├ GitHub repo settings
│ ├── CODE_OF_CONDUCT.md │
│ └── CONTRIBUTING.md │
├── indicator-uncertainty.Rproj ├ R project
├── README.md ├ project description
├── LICENSE.md ├ licence
├── LICENSE │
├── CITATION.cff ├ citation info
├── .zenodo.json ├ zenodo metadata
└── .gitignore ├ files to ignore