An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/b-cubed-eu/comp-unstructured-data)
[![Release](https://img.shields.io/github/release/b-cubed-eu/indicator-uncertainty.svg)](https://github.com/b-cubed-eu/indicator-uncertainty/releases)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub repo size](https://img.shields.io/github/repo-size/b-cubed-eu/comp-unstructured-data)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14754768.svg)](https://doi.org/10.5281/zenodo.14754768)

# Investigate indicator uncertainty

[Langeraert, Ward![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0002-5900-8109)[^aut][^cre][^INBO]
[Dove, Shawn![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0001-9465-5638)[^aut][^JLU]
[Van Daele, Toon![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](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
```