[prev in list] [next in list] [prev in thread] [next in thread] 

List:       r-sig-geo
Subject:    [R-sig-Geo] Antw: Re:  Antw: Re:  MODIS download
From:       Matteo Mattiuzzi <matteo.mattiuzzi () boku ! ac ! at>
Date:       2011-10-27 21:23:37
Message-ID: 4EA9E7F90200002700010DFF () gwia2 ! boku ! ac ! at
[Download RAW message or body]

Thanks for the the info!

if you look at the ftp the tilesV for h10 are going up to 11...so I have
to inplement a handling fot this!
I'll look for it tomorrow (I'll try to fix it in version 0.2-11)
If you want to run it in the mean time do it row by row or col by col
... http://remotesensing.unh.edu/modis/modis.shtml

thanks, Matteo


> > > Thiago Veloso  27.10.11 21.35 Uhr >>>
  Matteo,

  Thanks for the tip. The problem was in my connection. After probing
the ftp again, behind a proxy, all the contents were shown (including
hdf and xml files). I reported it to the IT guys and everything is fine
now.
 
  However, I received an error after trying to reproduce your
suggestion:

> library(getMODIS)
Loading required package: RCurl
Loading required package: bitops
> 
getHDF('/Users/thiago/Downloads/MODIS/images/',product="MOD17A2",tileH=10:14,tileV=7:14,startdate="2005.01.01",enddate="2006.12.31")
 Loading required package: audio
No Collection spezified used the newest for MOD17A2 : 005 
 
  (it successfully download tiles V from 7 to 11 inside "first" tile H
(which is 10)). Then, the error message:

  Error in dates[[z]][i, j + 1] <- HDF : replacement has length zero

  I'm running latest R version and updated packages in Mac. Below is my
sessio info:

> sessionInfo()
R version 2.13.2 (2011-09-30)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base    


other attached packages:
[1] audio_0.1-4    getMODIS_0.2-9 RCurl_1.6-10   bitops_1.0-4.1

loaded via a namespace (and not attached):
[1] tools_2.13.2


  Any tip on what might be causing this error?

  Best wishes,

  Thiago.
  

--- On Thu, 27/10/11, Matteo Mattiuzzi  wrote:

> From: Matteo Mattiuzzi 
> Subject: [R-sig-Geo] Antw: Re:  MODIS download
> To: "Matteo Mattiuzzi" , r-sig-geo@r-project.org
> Cc: "Babak Naimi" 
> Date: Thursday, 27 October, 2011, 13:41
> Hi, I don't know which files
> (dates/tiles) you are looking for but in:
> ftp://e4ftl01.cr.usgs.gov/MOLT/MOD15A2.005/2000.05.24/
> there are hdf
> files?
> try run:
> library(getMODIS)
> x <-
> 
getHDF(product="MxD15A2",tileH=19,tileV=4,startdate="2005.01.01",enddate="2005.02.01")

> x
> 
> (In ftp folders sometimes there are missing or double hdf
> files (same
> tile/date, other processing dates)...I think they are
> corrected in the
> weekly server maintenance.)
> 
> Note: Scheduled downtime every Wednesday from 8 a.m. to 12
> p.m. Central
> time.
> 
> I hope it helps.
> Matteo
> 
> 
> 
> > > > Thiago Veloso 
> 27.10.2011 15:13 >>>
> Dear Matteo, dear Barak and dear R-colleagues,
> 
> I am trying to use the scripts, but I am facing
> troubles to find the
> products I need - LAI (MOD15A2) and GPP (MOD17A2).
> 
> At the "ftp://e4ftl01.cr.usgs.gov" repository,
> subdirectories
> /MOLT/MOD15A2.005/date and /MOLT/MOD17A2.005/date only show
> me .jpg
> files. No HDF images are available.
> 
> Is there any trick to access the images or am I
> using the wrong url?
> 
> Thanks in advance and best wishes,
> 
> Thiago.
> 
> --- On Thu, 27/10/11, Matteo Mattiuzzi 
> wrote:
> 
> > From: Matteo Mattiuzzi 
> > Subject: [R-sig-Geo] MODIS download
> > To: r-sig-geo@r-project.org
> > Date: Thursday, 27 October, 2011, 9:37
> > 
> > Dear list, dear Babak
> > 
> > I recently created a package that also downloads
> Modis-grid
> > data. I was
> > waiting for the communication to the list until more
> tests
> > have been
> > absolved. But now test could now be made by
> interested
> > people. The
> > package works slightly different than the script of
> Babak,
> > so I hope
> > that we didn't do the work totally twice. 
> > The origin of the "getMODIS package is also in
> Hengels
> > (great thanks)
> > code but the capabilities have been enhanced. 
> > 
> > The package has been tested with Linux and Windows 7
> and it
> > the files so probably you have to install it first on
> your
> > machine
> > (thanks Pieter Beck for reminding me that)
> > If you wish to use MRT capabilities you need to
> install it
> > as well (+
> > set the path to MRT!) 
> > 
> > > install.packages("getMODIS", repos="http://R-Forge.R-project.org")
> > 
> > The purpose of teh package is:
> > - to get a local MODIS data archive (so only parts of
> the
> > online pool)
> > by simple subst. Everything what is available locally
> is
> > not downloaded
> > again! The main sub setting information is: Product,
> period
> > and extent.
> > The package can use objects from raster package, all
> > raster* objects or
> > the extent(raster*), or the "national boundaries"
> file
> > (worldHires) from
> > the mapdata package as extent information.
> > 
> > - to use MRT capabilites  
> > 
> > MRT is not fully implemented yet (tested only with
> > geographic LatLon
> > and UTM projection as output. My personal priority
> list can
> > be modified
> > by tester whishes).
> > The manual can be downloaded here:
> > http://www.wuala.com/MatteoMattiuzzi/getMODIS/
> > A stepwise how to is missing yet, as soon as my time
> allows
> > I'll create
> > it. 
> > I'm happy for any feedback!
> > Matteo Mattiuzzi
> > 
> > [[alternative HTML version
> deleted]]
> > 
> > 
> > -----Inline Attachment Follows-----
> > 
> > _______________________________________________
> > R-sig-Geo mailing list
> > R-sig-Geo@r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> > 
> 
> [[alternative HTML version deleted]]
> 
> 
> -----Inline Attachment Follows-----
> 
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> 


	[[alternative HTML version deleted]]



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic