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 (13.0%) to scientific vocabulary

Keywords from Contributors

energy-system-model gams land magpie pik
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • Language: R
  • Default Branch: main
  • Size: 20.6 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 5
  • Open Issues: 2
  • Releases: 0
Created about 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Citation

README.md

Downscale and harmonize land use data

R package mrdownscale, version 0.41.3

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

Downscale and harmonize land use data (e.g. MAgPIE or WITCH) using high resolution reference data (e.g. LUH2v2h or LUH3).

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("mrdownscale")

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("basicUsage") # Basic Usage of mrdownscale

Questions / Problems

In case of questions / problems please contact Pascal Sauer pascal.sauer@pik-potsdam.de.

Citation

To cite package mrdownscale in publications use:

Sauer P, Dietrich J (2025). "mrdownscale: Downscale and harmonize land use data." doi:10.5281/zenodo.11244475 https://doi.org/10.5281/zenodo.11244475, Version: 0.41.3, https://github.com/pik-piam/mrdownscale.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {mrdownscale: Downscale and harmonize land use data}, author = {Pascal Sauer and Jan Philipp Dietrich}, doi = {10.5281/zenodo.11244475}, date = {2025-08-18}, year = {2025}, url = {https://github.com/pik-piam/mrdownscale}, note = {Version: 0.41.3}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

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: 'mrdownscale: Downscale and harmonize land use data'
version: 0.41.3
date-released: '2025-08-18'
abstract: Downscale and harmonize land use data (e.g. MAgPIE or WITCH) using high
  resolution reference data (e.g. LUH2v2h or LUH3).
authors:
- family-names: Sauer
  given-names: Pascal
  email: pascal.sauer@pik-potsdam.de
  orcid: https://orcid.org/0000-0002-6856-8239
  affiliation: Potsdam Institute for Climate Impact Research
- family-names: Dietrich
  given-names: Jan Philipp
  email: dietrich@pik-potsdam.de
  orcid: https://orcid.org/0000-0002-4309-6431
  affiliation: Potsdam Institute for Climate Impact Research
license: LGPL (>= 3)
repository-code: https://github.com/pik-piam/mrdownscale
doi: 10.5281/zenodo.11244475

GitHub Events

Total
  • Delete event: 1
  • Push event: 17
  • Pull request review comment event: 6
  • Pull request review event: 15
  • Pull request event: 34
  • Fork event: 1
  • Create event: 2
Last Year
  • Delete event: 1
  • Push event: 17
  • Pull request review comment event: 6
  • Pull request review event: 15
  • Pull request event: 34
  • Fork event: 1
  • Create event: 2

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 251
  • Total Committers: 4
  • Avg Commits per committer: 62.75
  • Development Distribution Score (DDS): 0.351
Past Year
  • Commits: 251
  • Committers: 4
  • Avg Commits per committer: 62.75
  • Development Distribution Score (DDS): 0.351
Top Committers
Name Email Commits
Pascal Führlich p****h@p****e 163
Jan Philipp Dietrich d****h@p****e 86
Pascal Sauer 1****r 1
pre-commit-ci[bot] 6****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 26
  • Average time to close issues: 2 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 20
  • Average time to close issues: N/A
  • Average time to close pull requests: about 14 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • pfuehrlich-pik (6)
Pull Request Authors
  • pascal-sauer (20)
  • pre-commit-ci[bot] (6)
  • pfuehrlich-pik (4)
  • tscheypidi (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • testthat * suggests
.github/workflows/check.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite