<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [GRASS-user] download MODIS data (MOD43B3) </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>form memory you can download tiles like this, modify it a bit to include filter for your year of interest...<BR>
<BR>
#!/bin/bash<BR>
n1=12#horizontal number(s)<BR>
n2=10#vertical number(s)<BR>
wget -rc -A*h$n1v$n2*.hdf <A HREF="ftp://e4ftl01u.ecs.nasa.gov/MOLT/MOD43B3.005">ftp://e4ftl01u.ecs.nasa.gov/MOLT/MOD43B3.005</A><BR>
<BR>
Happy download !<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: grass-user-bounces@lists.osgeo.org on behalf of Salvatore Mellino<BR>
Sent: Wed 9/28/2011 7:50 PM<BR>
To: grass-user@lists.osgeo.org<BR>
Subject: [GRASS-user] download MODIS data (MOD43B3)<BR>
<BR>
Hello I'm on a mac osx 10.7 (LION) and GRASS 6.5. I need to download&nbsp; MODIS data (MOD43B3) for a time period of one year. Does it exist some automatic procedure?<BR>
<BR>
Thanks.<BR>
<BR>
Salvatore_______________________________________________<BR>
grass-user mailing list<BR>
grass-user@lists.osgeo.org<BR>
<A HREF="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>