Skip to content

Commit

Permalink
Merge branch 'hotfix-doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Dec 4, 2014
2 parents fa4bc6f + 90fa836 commit bbcf3fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bfastSpatial
Type: Package
Title: Utilities to monitor for change on satellite image time-series
Version: 0.6.0
Date: 2014-04-06
Version: 0.6.1
Date: 2014-12-04
Author: Loic Dutrieux, Ben DeVries, Jan Verbesselt
Maintainer: <[email protected]>
Description: Pre-process gridded time-series data in order for them to be
Expand All @@ -18,5 +18,6 @@ Depends:
stringr,
rgdal,
bitops,
zoo
zoo,
sp
License: tbd
2 changes: 1 addition & 1 deletion R/cleanMODIS.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param bit Logical. Is QC information provided bitwise?
#' @param QC_val Numeric or vector of numerics. Quality control values to \bold{keep} in the data. If \code{bit} is set to \code{TRUE} \code{QC_val} is a BYTE (hexadecimal or decimal) where each bit refers to a bit in the QC layer element (i.e.: bitpos = 0xA1 targets bits 7, 5 and 0 --- 1010 0001). When bits targetted by \code{QC_val} are activated, the corresponding observation in the data layer is filtered out.
#' @param fill (vector of) Numeric or NULL. Fill values in the data layer to be filtered out. (important to do before reprojection with resampling method other than Nearest Neighbours)
#' @param ... Arguments to be passed to \link{\code{writeRaster}}.
#' @param ... Arguments to be passed to \code{\link{writeRaster}}.
#'
#' @return A rasterLayer
#'
Expand Down
2 changes: 1 addition & 1 deletion R/timeStackMODIS.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title Creates a time stack of Landsat layers
#'
#' @description Creates a stack of MODIS layers, with time written to z dimension. Works in anolog way to \link{\code{timeStack}}
#' @description Creates a stack of MODIS layers, with time written to z dimension. Works in anolog way to \code{\link{timeStack}}
#'
#' @param x character. dir containing the files to be stacked or character list (the files). IN the former case, it is recommended to use the \code{pattern} argument
#' @param pattern See \link{list.files}
Expand Down
2 changes: 1 addition & 1 deletion man/cleanMODIS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cleanMODIS(x, data_SDS, QC_SDS, bit = FALSE, QC_val, fill = NULL, ...)

\item{fill}{(vector of) Numeric or NULL. Fill values in the data layer to be filtered out. (important to do before reprojection with resampling method other than Nearest Neighbours)}

\item{...}{Arguments to be passed to \link{\code{writeRaster}}.}
\item{...}{Arguments to be passed to \code{\link{writeRaster}}.}
}
\value{
A rasterLayer
Expand Down
2 changes: 1 addition & 1 deletion man/timeStackMODIS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timeStackMODIS(x, pattern = NULL, ...)
\item{...}{Arguments to be passed to \link{writeRaster}. If specifying a filename, it is strongly recommended to also set a datatype.}
}
\description{
Creates a stack of MODIS layers, with time written to z dimension. Works in anolog way to \link{\code{timeStack}}
Creates a stack of MODIS layers, with time written to z dimension. Works in anolog way to \code{\link{timeStack}}
}
\author{
Loic Dutrieux
Expand Down

0 comments on commit bbcf3fd

Please sign in to comment.