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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords from Contributors
Repository
MAgPIE water preprocessing
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: lgpl-3.0
- Language: R
- Default Branch: master
- Size: 6.74 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 9
- Open Issues: 1
- Releases: 3
Metadata Files
README.md
madrat based MAgPIE water Input Data Library
R package mrwater, version 1.13.8
Purpose and Functionality
Provides functions for MAgPIE cellular input data generation and stand-alone water calculations.
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("mrwater")
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 vignettes describing the basic functionality of the package and how to use it. You can load them with the following command (the package needs to be installed):
r
vignette("assumptions") # mrwater Assumptions
vignette("available_settings") # Available argument settings in mrwater
vignette("mrwater") # mrwater Documentation
vignette("riverstructure") # mrwater River Structure
Questions / Problems
In case of questions / problems please contact Felicitas Beier beier@pik-potsdam.de.
Citation
To cite package mrwater in publications use:
Beier F, Heinke J, Karstens K, Bodirsky B, Dietrich J (2025). "mrwater: madrat based MAgPIE water Input Data Library." Version: 1.13.8, https://github.com/pik-piam/mrwater.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {mrwater: madrat based MAgPIE water Input Data Library},
author = {Felicitas Beier and Jens Heinke and Kristine Karstens and Benjamin Leon Bodirsky and Jan Philipp Dietrich},
date = {2025-08-26},
year = {2025},
url = {https://github.com/pik-piam/mrwater},
note = {Version: 1.13.8},
}
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: 'mrwater: madrat based MAgPIE water Input Data Library' version: 1.13.8 date-released: '2025-08-26' abstract: Provides functions for MAgPIE cellular input data generation and stand-alone water calculations. authors: - family-names: Beier given-names: Felicitas email: beier@pik-potsdam.de - family-names: Heinke given-names: Jens email: heinke@pik-potsdam.de - family-names: Karstens given-names: Kristine email: karstens@pik-potsdam.de - family-names: Bodirsky given-names: Benjamin Leon email: bodirsky@pik-potsdam.de - family-names: Dietrich given-names: Jan Philipp email: dietrich@pik-potsdam.de license: LGPL-3.0 repository-code: https://github.com/pik-piam/mrwater
GitHub Events
Total
- Issue comment event: 4
- Push event: 5
- Pull request event: 3
- Fork event: 3
- Create event: 1
Last Year
- Issue comment event: 4
- Push event: 5
- Pull request event: 3
- Fork event: 3
- Create event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Felicitas | b****r@p****e | 756 |
| Kristine Karstens | k****s@p****e | 42 |
| Jan Philipp Dietrich | d****h@p****e | 41 |
| david chen | c****n@g****m | 39 |
| mppalves | m****s@g****m | 31 |
| abhimishr | m****8@g****m | 14 |
| mikewin-climsci | m****h@g****m | 6 |
| emolinab | m****a@p****e | 5 |
| pvjeetze | v****e@p****e | 4 |
| pre-commit-ci[bot] | 6****] | 3 |
| Pascal Führlich | p****h@p****e | 2 |
| Baseer Ahmad Baheer | b****r@p****e | 1 |
| Vartika Singh | 5****7 | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 5 days
- Total issue authors: 0
- Total pull request authors: 5
- Average comments per issue: 0
- Average comments per pull request: 0.2
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- pre-commit-ci[bot] (3)
- pfuehrlich-pik (3)
- whitehacker (1)
- codeZeilen (1)
- vartika271987 (1)
- tscheypidi (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 2.10.0 depends
- madrat >= 1.72 depends
- magclass >= 6.0.0 depends
- mrcommons * depends
- mrland * depends
- magpiesets * imports
- raster * imports
- stats * imports
- stringr * imports
- utils * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v2 composite