diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..22d642de --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,37 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Müller" + given-names: "Konstantin" + orcid: "https://orcid.org/0000-0001-6540-3124" +- family-names: "Schwalb-Willmann" + given-names: "Jakob" + orcid: "https://orcid.org/0000-0003-2665-1509" +- family-names: "Wegmann" + given-names: "Martin" + orcid: "https://orcid.org/0000-0003-0335-9601" +- family-names: "Leutner" + given-names: "Benjamin" + orcid: "https://orcid.org/0000-0002-6893-2002" +title: "RStoolbox: An R package for Remote Sensing Data Analysis" +version: 1.0.1 +doi: 10.1111/2041-210X.14451 +url: "https://github.com/bleutner/RStoolbox" +preferred-citation: + type: article + authors: + - family-names: "Müller" + given-names: "Konstantin" + orcid: "https://orcid.org/0000-0001-6540-3124" + - family-names: "Schwalb-Willmann" + given-names: "Jakob" + orcid: "https://orcid.org/0000-0003-2665-1509" + - family-names: "Wegmann" + given-names: "Martin" + orcid: "https://orcid.org/0000-0003-0335-9601" + - family-names: "Leutner" + given-names: "Benjamin" + orcid: "https://orcid.org/0000-0002-6893-2002" + doi: "10.1111/2041-210X.14451" + journal: "Methods in Ecology and Evolution" + title: "RStoolbox: An R package for Remote Sensing Data Analysis" \ No newline at end of file diff --git a/README.md b/README.md index 0b4b9b14..bfb63522 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://github.com/bleutner/RStoolbox/actions/workflows/rcmdcheck.yaml/badge.svg)](https://github.com/bleutner/RStoolbox/actions/workflows/rcmdcheck.yaml) [![CRAN version](https://www.r-pkg.org/badges/version/RStoolbox)](https://CRAN.R-project.org/package=RStoolbox) [![codecov](https://codecov.io/gh/bleutner/RStoolbox/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bleutner/RStoolbox) -[![Downloads](http://cranlogs.r-pkg.org/badges/RStoolbox)](https://www.r-pkg.org:443/pkg/RStoolbox) +[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/RStoolbox)](https://cranlogs.r-pkg.org/RStoolbox) `RStoolbox` is an R package providing a wide range of tools for your every-day remote sensing processing needs. The available tool-set covers many aspects from data import, pre-processing, data analysis, image classification and graphical display. `RStoolbox` builds upon the `terra` package, which makes it suitable for processing large data-sets even on smaller workstations.