Displaying 1 result from an estimated 1 matches for "nearest_neighbor".
2014 Jul 29
2
Ayuda por favor
...t;-"~/R/MODIS/Data/Test"
input<-list.files(path,"*.hdf",all.files=T,recursive=T,full.names=T)
input
outname<-paste(substr(input[1],40,45),".tif",sep='')
outname
reprojectHDF(hdfName=input,filename=outname,MRTpath="~/MRT/bin",
resample_type="NEAREST_NEIGHBOR",
proj_type="GEO",datum='WGS84')
####
Pero me resulta el siguiente mensaje de error:
####
> reprojectHDF(hdfName=input,filename=outname,MRTpath="~/MRT/bin",
+ resample_type="NEAREST_NEIGHBOR",
+ proj_type="GEO",datum='WGS84')
*********...