powered by
Import ESA SNAP .dim file
read.dim(dim_path, noDataV = NA, stacked = FALSE)
Path to the .dim file.
Value of no data used in raster.
If true create a stacked image else list
Subhadip Datta
library(raster) library(ReadDIM) im<-system.file("exd","td.dim",package = "ReadDIM") read.dim(im)
Run the code above in your browser using DataLab