From 5e5acab963d92b0a5cb4aefa4206eef21aeb6763 Mon Sep 17 00:00:00 2001 From: floriandeboissieu Date: Tue, 29 Oct 2019 01:17:14 +0100 Subject: [PATCH] update DESCRIPTION --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6764c1a..bfa8d86 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,13 +4,13 @@ Version: 1.0.2 Authors@R: c(person(given = "Jean-Baptiste", family = "Feret", email = "jb.feret@teledetection.fr", - role = c("aut", "cre"), + role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0151-1334")), person( given = "Florian", family = "de Boissieu", email = "florian.deboissieu@irstea.fr", - role = c("ctb"), - comment = c(ORCID = "0000-0002-2185-9952", "clean code, format as package, build website")) + role = c("aut"), + comment = c(ORCID = "0000-0002-2185-9952")) Description: this packages allows processing image data based on the method described in the following publication: Féret, J.-B., Asner, G.P., 2014. Mapping tropical forest canopy diversity using high-fidelity imaging spectroscopy. Ecol. Appl. 24, 1289–1296. https://doi.org/10.1890/13-1824.1 It expects an image file as input, with a specific data format. ENVI HDR image with BIL interleave required. -- GitLab