Skip to content

Commit 6293766

Browse files
author
rr70wedu
committed
new release
1 parent 10a46b5 commit 6293766

10 files changed

+14
-13
lines changed

CRAN-RELEASE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2020-06-01.
2-
Once it is accepted, delete this file and tag the release (commit 037494d57f).
1+
This package was submitted to CRAN on 2020-06-02.
2+
Once it is accepted, delete this file and tag the release (commit 10a46b59d9).

R/moveCloud.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @title moveCloud
22
#'
33
#' @description {Provides historical information on cloud cover for a set of coordinate
4-
#' pairs. The temporal information is adjusted to the sample observation date}.
4+
#' pairs. The temporal information is adjusted to the sample observation date.}
55
#' @param x Object of class \emph{Date} with observation dates of \emph{y}.
66
#' @param y Object of class \emph{SpatialPoints} or \emph{SpatialPointsDataFrame}.
77
#' @param data.path Output data path for downloaded data.

R/rsMove.R

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#' rsMove.
22
#'
33
#' @name rsMove
4+
#' @description Example datasets of the rsMove package
45
#' @docType package
56
#' @import raster sp
67
NULL

R/specVar.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#' @title specVar
22
#'
3-
#' @description {Tool to support the selection of adequate satellite spatial resolution. Evaluates
4-
#' how the spectral variability within a pixel change with the change in spatial resolution.}
3+
#' @description Tool to support the selection of adequate satellite spatial resolution. Evaluates how the spectral variability within a pixel change with the change in spatial resolution.
54
#' @param x Object of class \emph{RasterLayer}.
65
#' @param y Spatial resolution (unit depends on the spatial projection).
76
#' @importFrom raster extent xyFromCell crs aggregate crop disaggregate getValues setValues res extract

R/tMoveRes.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#'
2626
#' # reference data
2727
#' data(longMove)
28-
#'
28+
#' longMove <- longMove[1:1000,]
2929
#' # test function for intervals of 1, 8 and 16 days (e.g. of MODIS data)
3030
#' obs.date <- as.Date(longMove@data$timestamp)
3131
#' a.res <- tMoveRes(longMove, obs.date, c(1,8,16), 0.1)

man/imgInt.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/moveCloud.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rsMove.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/specVar.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tMoveRes.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)