From e7c321c6c7c781fdf7b38dc7ebdff98d69eba0d1 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 24 Apr 2024 14:59:14 +0200 Subject: [PATCH] Removed an invalid url from radCor.R(d) --- R/radCor.R | 3 +-- man/radCor.Rd | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/R/radCor.R b/R/radCor.R index 6262b73..d277f2b 100644 --- a/R/radCor.R +++ b/R/radCor.R @@ -49,8 +49,7 @@ #' #' For Landsat 8, no values for extra-terrestrial irradiation (esun) are provided by NASA. These are, however, neccessary for DOS-based approaches. #' Therefore, these values were derived from a standard reference spectrum published by Thuillier et al. (2003) using the Landsat 8 OLI spectral response functions -#' (for details, see \url{http://bleutner.github.io/RStoolbox/r/2016/01/26/estimating-landsat-8-esun-values}). -#' +#' #' The implemented sun-earth distances neglect the earth's eccentricity. Instead we use a 100 year daily average (1979-2070). #' @references #' S. Goslee (2011): Analyzing Remote Sensing Data in R: The landsat Package. Journal of Statistical Software 43(4). diff --git a/man/radCor.Rd b/man/radCor.Rd index 963adb1..c38690c 100644 --- a/man/radCor.Rd +++ b/man/radCor.Rd @@ -78,7 +78,6 @@ veryHazy \tab \eqn{\lambda^{-0.5}} For Landsat 8, no values for extra-terrestrial irradiation (esun) are provided by NASA. These are, however, neccessary for DOS-based approaches. Therefore, these values were derived from a standard reference spectrum published by Thuillier et al. (2003) using the Landsat 8 OLI spectral response functions -(for details, see \url{http://bleutner.github.io/RStoolbox/r/2016/01/26/estimating-landsat-8-esun-values}). The implemented sun-earth distances neglect the earth's eccentricity. Instead we use a 100 year daily average (1979-2070). }