#' PRISMA2ext
#'
#' Extracts extension of PRISMA image. It can be used
#'
#' @param input character: text of the filepath to HDF PRISMA dataset
#' @param verbose logical: lot's of messages if True. Defaults to False.
#'
#' @return A numeric vector (length=4; order= xmin, xmax, ymin, ymax)
#'
#'
#' @examples
#' ### filepath<-"/archivio/shared/geodati/raster/OPTICAL/PRISMA/"
#' ### filename<-"PRS_L2D_STD_20200418101701_20200418101706_0001.he5"
#' ### fn <- PRISMA2ext( file.path(filepath, filename), verbose=T)
PRISMA2ext<-function(input, verbose=F){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.