Re: [gdal-dev] gdalbuildvrt, gdal_translate, and MODIS HDF files

2011-04-30 Thread Even Rouault
Le samedi 30 avril 2011 23:01:18, Jonathan Greenberg a écrit : > Even: > > Thanks: how would I "wildcard" this into a gdalbuildvrt? The files all > follow the pattern MCD15A2.A2002185.h14v10.005* On Linux, you could try : for i in MCD15A2.A2002185.h14v10.005*; do echo HDF4_EOS:EOS_GRID: \"$i\":

Re: [gdal-dev] gdalbuildvrt, gdal_translate, and MODIS HDF files

2011-04-30 Thread Jonathan Greenberg
Even: Thanks: how would I "wildcard" this into a gdalbuildvrt? The files all follow the pattern MCD15A2.A2002185.h14v10.005* --j On Sat, Apr 30, 2011 at 11:26 AM, Even Rouault wrote: > Le samedi 30 avril 2011 17:34:28, Jonathan Greenberg a écrit : > > GDALers: > > > > I have recently come acr

Re: [gdal-dev] gdalbuildvrt, gdal_translate, and MODIS HDF files

2011-04-30 Thread Even Rouault
Le samedi 30 avril 2011 17:34:28, Jonathan Greenberg a écrit : > GDALers: > > I have recently come across the mosaicking magic that is 1) build a vrt > usin gdalbuildvrt and then 2) gdal_translate the vrt to whatever format I > want -- I'm noticing this is a crazy-fast way to do mosaicking compare

[gdal-dev] gdalbuildvrt, gdal_translate, and MODIS HDF files

2011-04-30 Thread Jonathan Greenberg
GDALers: I have recently come across the mosaicking magic that is 1) build a vrt usin gdalbuildvrt and then 2) gdal_translate the vrt to whatever format I want -- I'm noticing this is a crazy-fast way to do mosaicking compared to some other techniques. My current issue is that I have a set of MOD