Description Usage Arguments Value Examples
Reads PRISMA data and returns a terra::rast object
1 | PRISMA2rast(input, verbose = F)
|
input |
character: text of the filepath to HDF PRISMA dataset |
verbose |
logical: lot's of messages if True. Defaults to False. |
A list of terra::rast objects
swir data cube
vnir data cube
1 2 3 | ### filepath<-"/archivio/shared/geodati/raster/OPTICAL/PRISMA/"
### filename<-"PRS_L2D_STD_20200418101701_20200418101706_0001.he5"
### fn <- PRISMA2rast( input=file.path(filepath, filename), verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.