Description Usage Arguments Value Examples
Atmospheric correction of PRISMA data using DOS1 method (see Chavez 1996)
1 | PRISMA2Dos1cor(rastList, verbose = F)
|
rastList |
list: output from PRISMA2rast function |
verbose |
logical: lot's of messages if True. Defaults to False. |
A list of terra::rast objects with values from 0 to 1 representing corrected digital numbers of surface reflectance.
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( file.path(filepath, filename), verbose=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.