search for: resample_typ

Displaying 1 result from an estimated 1 matches for "resample_typ".

Did you mean: resample_type
2014 Jul 29
2
Ayuda por favor
...ibrary(RCurl) path<-"~/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=...