I have the following problem:
I am using the reprojectHDF() function (http://r-gis.net/?q=ModisDownload
<http://l.facebook.com/l.php?u=http%3A%2F%2Fr-gis.net%2F%3Fq%3DModisDownload&h=1AQFfebGn&enc=AZM5YrD9AkE2y7Rnk6mbbkY0ZyXJ74Tw0ErhgFhwX0uZ9ComxS8l0Ap5a9oxWLUibJyzZ40-fdx0TejlaLCeB4gT47JF_ly2QHY7Z4SEuRHrCWaGxIiU9PL9jUOLCbQYnPYuwNCiVop4xVvlVN0HNeZj&s=1>
)
####
source('ModisDownload.R')
library(raster)
library(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')
####
but I find the following problem.
####
> reprojectHDF(hdfName=input,filename=outname,MRTpath="~/MRT/bin",
+ resample_type="NEAREST_NEIGHBOR",
+ proj_type="GEO",datum='WGS84')
******************************************************************************
MODIS Reprojection Tool (v4.1 March 2009)
Start Time: Tue Jul 29 00:57:18 2014
------------------------------------------------------------------
Error: ReadHDFHeader : Opening Input Header File
: Unable to open
/home/rral/R/MODIS/Data/Test//home/rral/R/MODIS/Data/Test/MOD13Q1.A2000065.h09v08.005.2008238073751.hdf
Fatal Error, Terminating...
[1] FALSE
####
All suggestions are welcome
####
PD: my variables are:
> input
[1]
"/home/rral/R/MODIS/Data/Test/MOD13Q1.A2000065.h09v08.005.2008238073751.hdf"
[2]
"/home/rral/R/MODIS/Data/Test/MOD13Q1.A2000065.h09v09.005.2008238081536.hdf"
[3]
"/home/rral/R/MODIS/Data/Test/MOD13Q1.A2000065.h10v08.005.2008238053313.hdf"
[4]
"/home/rral/R/MODIS/Data/Test/MOD13Q1.A2000065.h10v09.005.2008238061408.hdf"
and
> outname
[1] "2000065.tif

-- 
*Atte:*   *A. Robles R.*

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to