R/get_cloudcov_supported.R

Defines functions get_cloudcov_supported

Documented in get_cloudcov_supported

#' Returns product names supported by \code{calc_cloudcov}
#' 
#' @description \code{get_cloudcov_supported} provides all product names supported by \link{calc_cloudcov}.
#' Note that among the Sentinel-3 sensors only OLCI products are supported.
#' 
#' @return character vector of product names supported by \link{calc_cloudcov}.
#' @author Henrik Fisser, 2020
#' @export
get_cloudcov_supported <- function() {
  return(.cloudcov_products())
}
16EAGLE/getSpatialData documentation built on June 9, 2022, 11:28 a.m.