read.dim: Import ESA SNAP .dim file

View source: R/readdim.R

read.dimR Documentation

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(s)

Subhadip Datta

Examples

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

ReadDIM documentation built on May 31, 2023, 7:32 p.m.

Related to read.dim in ReadDIM...