Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Apr 19, 2024
1 parent cb73465 commit 03c68e7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions R/RStoolbox-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#'
#' \itemize{
#' \item \code{\link{readMeta}}: import Landsat metadata from MTL or XML files
#' \item \code{\link{stackMeta}}: load Landsat bands based on metadata
#' \item \code{\link{stackMeta}}, \code{\link{getMeta}: load Landsat bands based on metadata
#' \item \code{\link{readSLI} & \link{writeSLI}}: read and write ENVI spectral libraries
#' \item \code{\link{saveRSTBX} & \link{readRSTBX}}: save and re-import RStoolbox classification objects (model and map)
#' \item \code{\link{readEE}}: import and tidy EarthExplorer search results
#' \item \code{\link{readEE}}: import and tidy EarthExplorer search results
#' }
#'
#' @section Data Pre-Processing:
Expand All @@ -19,11 +19,15 @@
#' \item \code{\link{topCor}}: topographic illumination correction
#' \item \code{\link{cloudMask} & \link{cloudShadowMask}}: mask clouds and cloud shadows in Landsat or other imagery which comes with a thermal band
#' \item \code{\link{classifyQA}}: extract layers from Landsat 8 QA bands, e.g. cloud confidence
#' \item \code{\link{encodeQA}} & \link{decodeQA}}: encode/decode Landsat 16-bit QA bands.
#' \item \code{\link{rescaleImage}}: rescale image to match min/max from another image or a specified min/max range
#' \item \code{\link{normImage}}: normalize imagery by centering and scaling
#' \item \code{\link{normImage}}: normalize imagery by centering and scaling
#' \item \code{\link{oneHotEncode}}: one-hot encode a raster or vector
#' \item \code{\link{histMatch}}: matches the histograms of two scenes
#' \item \code{\link{pifMatch}}: matches one scene to another based on linear regression of Pseudo-Invariant Features (PIF)
#' \item \code{\link{coregisterImages}}: co-register images based on mutual information
#' \item \code{\link{panSharpen}}: sharpen a coarse resolution image with a high resolution image (typically panchromatic)
#' \item \code{\link{estimateHaze}}: estimate image haze for Dark Object Subtraction (DOS)
#' }
#'
#'@section Data Analysis:
Expand All @@ -34,9 +38,11 @@
#' \item \code{\link{sam}}: spectral angle mapper
#' \item \code{\link{rasterPCA}}: principal components transform for raster data
#' \item \code{\link{rasterCVA}}: change vector analysis
#' \item \code{\link{rasterEntropy}}: calculates shannon entropy
#' \item \code{\link{unsuperClass}}: unsupervised classification
#' \item \code{\link{superClass}}: supervised classification
#' \item \code{\link{superClass}}, \code{\link{validateMap}}, \code{\link{getValidation}}: supervised classification and validation
#' \item \code{\link{fCover}}: fractional cover of coarse resolution imagery based on high resolution classification
#' \item \code{\link{mesma}}: spectral unmixing using Multiple Endmember Spectral Mixture Analysis (MESMA)
#' }
#'
#' @section Data Display:
Expand Down

0 comments on commit 03c68e7

Please sign in to comment.