Science Score: 67.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
Found 7 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Repository
R package | Landuse Scaling Tools
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: other
- Language: R
- Default Branch: master
- Size: 272 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
- Releases: 1
Metadata Files
README.md
PIK Landuse Group Data Scaling Tools
R package luscale, version 3.1.4
Purpose and Functionality
A collection of tools which allow to aggregate and disaggregate data in various ways.
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("luscale")
Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):
r
update.packages()
Questions / Problems
In case of questions / problems please contact Jan Philipp Dietrich dietrich@pik-potsdam.de.
Citation
To cite package luscale in publications use:
Dietrich J, Bodirsky B, Bonsch M, Kreidenweiss U, Hennig R, Humpenoeder F (2025). "luscale: PIK Landuse Group Data Scaling Tools." doi:10.5281/zenodo.1158584 https://doi.org/10.5281/zenodo.1158584, Version: 3.1.4, https://github.com/pik-piam/luscale.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {luscale: PIK Landuse Group Data Scaling Tools},
author = {Jan Philipp Dietrich and Benjamin Leon Bodirsky and Markus Bonsch and Ulrich Kreidenweiss and Roman Julius Hennig and Florian Humpenoeder},
doi = {10.5281/zenodo.1158584},
date = {2025-05-14},
year = {2025},
url = {https://github.com/pik-piam/luscale},
note = {Version: 3.1.4},
}
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: 'luscale: PIK Landuse Group Data Scaling Tools' version: 3.1.4 date-released: '2025-05-14' abstract: A collection of tools which allow to aggregate and disaggregate data in various ways. authors: - family-names: Dietrich given-names: Jan Philipp email: dietrich@pik-potsdam.de - family-names: Bodirsky given-names: Benjamin Leon email: bodirsky@pik-potsdam.de - family-names: Bonsch given-names: Markus - name: Patrick, von Jeetze - family-names: Kreidenweiss given-names: Ulrich - family-names: Hennig given-names: Roman Julius - family-names: Humpenoeder given-names: Florian email: humpenoeder@pik-potsdam.de license: BSD-2-Clause repository-code: https://github.com/pik-piam/luscale doi: 10.5281/zenodo.1158584
GitHub Events
Total
- Push event: 5
- Pull request event: 1
- Fork event: 2
Last Year
- Push event: 5
- Pull request event: 1
- Fork event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| pvjeetze | v****e@p****e | 26 |
| Jan Philipp Dietrich | d****h@p****e | 19 |
| Marcos Alves | m****s@g****m | 11 |
| Pascal Führlich | p****h@p****e | 4 |
| Kristine Karstens | k****s@p****e | 2 |
| Abhijeet | m****a@p****e | 1 |
| Benjamin Leon Bodirsky | b****y@p****e | 1 |
| Michaja Pehl | p****l@p****e | 1 |
| giannou | g****u@p****e | 1 |
| FelicitasBeier | 3****r | 1 |
| David Chen | d****h@l****e | 1 |
| florianh | h****r@p****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 1
- Total pull requests: 3
- Average time to close issues: 7 minutes
- Average time to close pull requests: 5 months
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- orichters (1)
Pull Request Authors
- pre-commit-ci[bot] (4)
- pascal-sauer (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 2.10.0 depends
- magclass * depends
- methods * depends
- lpSolve * imports
- madrat * imports
- spam * imports
- stats * imports
- utils * imports
- covr * suggests
- digest * suggests
- raster * suggests
- sp * suggests
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v2 composite