GACOS.Import {GInSARCorW}R Documentation

Import GACOS product in R

Description

Import GACOS product in R

Usage

GACOS.Import(rscFile.path, noDataAsNA = FALSE)

Arguments

rscFile.path

Path of the GACOS .ztd.rsc file

noDataAsNA

If true it convert 0 values to NA

Author(s)

Subhadip Datta

Examples

library(raster)
library(GInSARCorW)
library(circular)
rscFile.path<-system.file("td","20170317.ztd.rsc",package = "GInSARCorW")
noDataAsNA<-FALSE
GACOS.Import(rscFile.path,noDataAsNA)

[Package GInSARCorW version 1.15.8 Index]