powered by
Import GACOS product in R
GACOS.Import(rscFile.path, noDataAsNA = FALSE)
Path of the GACOS .ztd.rsc file
If true it convert 0 values to NA
Subhadip Datta
library(raster) library(GInSARCorW) library(circular) rscFile.path<-system.file("td","20170317.ztd.rsc",package = "GInSARCorW") noDataAsNA<-FALSE GACOS.Import(rscFile.path,noDataAsNA)
Run the code above in your browser using DataLab