R/oli.aws.R

Defines functions oli.aws

Documented in oli.aws

#' @title Query AWS-OLI
#' @description Query of Amazon AWS OLI-Landsat 8 cloud service
#'
#' @param ...  not used
#'    
#' @details 
#' Given the changes to AWS Registry of Open Data, using the data  
#' digest is no longer reliable. Plese use the AWS Data Exchange 
#' or a STAC API for data acccess 
#'
#' @export oli.aws
oli.aws <- function(...) {
  .Deprecated("oli.aws", package="spatialEco", 
    msg="Given the changes to AWS Registry of Open Data, using the data  
         digest is no longer reliable")
 message("Plese use the AWS Data Exchange or a STAC API for data acccess")	
}
jeffreyevans/spatialEco documentation built on April 4, 2024, 10:53 a.m.