GACOS.Import: Import GACOS product in R

View source: R/gacos_import.R

GACOS.ImportR 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)

GInSARCorW documentation built on May 31, 2023, 9:12 p.m.