Nothing
#' Get rasters object from parameters
#' See host object in [get_parameters()] or [load_parameters()].
#' @param host SpatRaster. It is synonym to Hosts object in parameters.
#' This is a wrapper to [terra::rast()] and generates a raster object if provided with a TIF file.
#' @return List of SpatRaster.
#' @examples
#' # Get default raster
#' get_rasters(terra::rast())
#' @seealso [load_parameters()], [get_parameters()]
get_rasters <- function(host) {
return(terra::rast(host))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.