https://github.com/b-cubed-eu/indicator-uncertainty
Scripts to explore calculation, interpretation and visualisation of uncertainty related to indicators based on biodiversity data cubes
https://github.com/b-cubed-eu/indicator-uncertainty
biodiversity-indicators data-cubes r rstats uncertainty-quantification uncertainty-visualisation
Last synced: about 2 months ago
JSON representation
Scripts to explore calculation, interpretation and visualisation of uncertainty related to indicators based on biodiversity data cubes
- Host: GitHub
- URL: https://github.com/b-cubed-eu/indicator-uncertainty
- Owner: b-cubed-eu
- License: mit
- Created: 2024-07-03T08:24:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T17:03:14.000Z (4 months ago)
- Last Synced: 2025-01-29T17:37:15.280Z (4 months ago)
- Topics: biodiversity-indicators, data-cubes, r, rstats, uncertainty-quantification, uncertainty-visualisation
- Language: R
- Homepage:
- Size: 263 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README

[](https://github.com/b-cubed-eu/indicator-uncertainty/releases)
[](https://www.repostatus.org/#active)

[](https://doi.org/10.5281/zenodo.14754768)# Investigate indicator uncertainty
[Langeraert, Ward](https://orcid.org/0000-0002-5900-8109)[^aut][^cre][^INBO]
[Dove, Shawn](https://orcid.org/0000-0001-9465-5638)[^aut][^JLU]
[Van Daele, Toon](https://orcid.org/0000-0002-1362-853X)[^aut][^INBO]
Research Institute for Nature and Forest (INBO)[^cph]
European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)[^fnd][^cph]: copyright holder
[^fnd]: funder
[^aut]: author
[^cre]: contact person
[^INBO]: Research Institute for Nature and Forest (INBO), Herman Teirlinckgebouw, Havenlaan 88 PO Box 73, B-1000 Brussels, Belgium
[^JLU]: Justus-Liebig-Universitaet Giessen (JLU), Ludwigstrasse 23, 35390 Giessen, Germany**keywords**: uncertainty quantification; uncertainty visualisation; biodiversity indicators; data cubes
### Description
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](https://b-cubed.eu/).
### Repo structure
```
├── source ├ R markdown files
│ └── R ├ R scripts
├── data
│ └── cache ├ store cached data
├── output
│ ├── figures ├ save rendered figures
│ └── reports ├ save rendered reports
├── 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
```