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 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: saidqasmi
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 96.7 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

DOI

KCC

An R package including all functions to perform kriging for climate change (KCC). A Jupyter Notebook is provided as a demonstration in this companion project: KCC_Notebook.

Content

Related Publications

Qasmi, S. and Ribes, A. (in revision): Reducing uncertainty in local climate projections in preparation DOI: 10.21203/rs.3.rs-364943/v3

Ribes, A. et al. (2021): Making climate projections conditional on historical observations. Science Advances, 7, eabc0671, DOI: 10.1126/sciadv.abc0671

Installation

KCC needs R version 3.5.3 or higher.

If needed, install the devtools package in a R console:

install.packages("devtools")

Download and install the KCC package with the following line: install_git("https://gitlab.com/saidqasmi/KCC.git")

Contributors

  • Saïd Qasmi (said.qasmi@meteo.fr)
  • Aurélien Ribes (aurelien.ribes@meteo.fr)

Acknowledgments and Reference

If you use our package, please cite us and include this sentence in the acknowledgments: "We thank Saïd Qasmi and Aurélien Ribes (CNRM) for providing the KCC package."

License

KCC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Owner

  • Login: saidqasmi
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Qasmi"
  given-names: "Saïd"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Ribes"
  given-names: "Aurélien"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "Kriging for Climate Change Package"
version: 1.0.0
doi: 10.5281/zenodo.5233947
date-released: 2021-08-23
url: "https://github.com/saidqasmi/KCC"

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • MASS * imports
  • abind * imports
  • gam * imports
  • stats * imports