read.dim | R Documentation |
Import ESA SNAP .dim file
read.dim(dim_path, noDataV = NA, stacked = FALSE)
dim_path |
Path to the .dim file. |
noDataV |
Value of no data used in raster. |
stacked |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.