piamvalidation
Tools for automated validation of IAM data
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Repository
Tools for automated validation of IAM data
Basic Info
- Host: GitHub
- Owner: pik-piam
- Language: R
- Default Branch: main
- Homepage: https://pik-piam.github.io/piamValidation/
- Size: 2.12 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
Validation Tools for PIK-PIAM
R package piamValidation, version 0.10.1
Purpose and Functionality
The piamValidation package provides validation tools for the Potsdam Integrated Assessment Modelling environment.
Installation
For installation of the most recent package version an additional repository has to be added in R:
r
options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))
The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).
After that the most recent version of the package can be installed using install.packages:
r
install.packages("piamValidation")
Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):
r
update.packages()
Tutorial
The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):
r
vignette("validateScenarios") # validateScenarios
Questions / Problems
In case of questions / problems please contact Pascal Weigmann pascal.weigmann@pik-potsdam.de.
Citation
To cite package piamValidation in publications use:
Weigmann P, Richters O, Lécuyer F (2025). "piamValidation: Validation Tools for PIK-PIAM." Version: 0.10.1, https://pik-piam.github.io/piamValidation%20https://github.com/pik-piam/piamValidation.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {piamValidation: Validation Tools for PIK-PIAM},
author = {Pascal Weigmann and Oliver Richters and Fabrice Lécuyer},
date = {2025-08-12},
year = {2025},
url = {https://pik-piam.github.io/piamValidation https://github.com/pik-piam/piamValidation},
note = {Version: 0.10.1},
}
Owner
- Name: Potsdam Integrated Assessment Modelling (PIAM)
- Login: pik-piam
- Kind: organization
- Location: Potsdam Institute for Climate Impact Research (PIK), Germany
- Website: https://www.pik-potsdam.de/
- Repositories: 50
- Profile: https://github.com/pik-piam
Tools developed for use with data and models related to PIK's research.
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'piamValidation: Validation Tools for PIK-PIAM' version: 0.10.1 date-released: '2025-08-12' abstract: The piamValidation package provides validation tools for the Potsdam Integrated Assessment Modelling environment. authors: - family-names: Weigmann given-names: Pascal email: pascal.weigmann@pik-potsdam.de - family-names: Richters given-names: Oliver - family-names: Lécuyer given-names: Fabrice license: LGPL-3.0 repository-code: https://github.com/pik-piam/piamValidation url: https://pik-piam.github.io/piamValidation
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Push event: 32
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 41
- Fork event: 2
- Create event: 3
Last Year
- Issues event: 1
- Watch event: 1
- Push event: 32
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 41
- Fork event: 2
- Create event: 3
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 20
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 1
- Total pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 1
- Pull requests: 20
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- pweigmann (2)
Pull Request Authors
- pweigmann (27)
- pre-commit-ci[bot] (2)
- robertsalzwedel (1)
- orichters (1)
- johanneskoch94 (1)