Learn R Programming

ReadDIM (version 0.2.11)

read.dim: Import ESA SNAP .dim file

Description

Import ESA SNAP .dim file

Usage

read.dim(dim_path, noDataV = NA, stacked = FALSE)

Arguments

dim_path

Path to the .dim file.

noDataV

Value of no data used in raster.

stacked

If true create a stacked image else list

Author

Subhadip Datta

Examples

Run this code
library(raster)
library(ReadDIM)
im<-system.file("exd","td.dim",package = "ReadDIM")
read.dim(im)

Run the code above in your browser using DataLab