Re: [gdal-dev] Question of file ordering in VRT

2019-03-07 Thread Stephen Woodbridge
Thanks Even and Ivan, Good idea to build to build the list and use that for gdalbuildvrt. -Steve On 3/7/2019 11:42 AM, Even Rouault wrote: On jeudi 7 mars 2019 11:30:04 CET Stephen Woodbridge wrote: Hi all, When I have multiple overlapping files in VRT which pixel takes president? I'm assumi

Re: [gdal-dev] Question of file ordering in VRT

2019-03-07 Thread Ivan Lucena
alf of Even Rouault Sent: Thursday, March 7, 2019 8:43 AM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Question of file ordering in VRT On jeudi 7 mars 2019 11:30:04 CET Stephen Woodbridge wrote: > Hi all, > > When I have multiple overlapping files in VRT which pixel takes &

Re: [gdal-dev] Question of file ordering in VRT

2019-03-07 Thread Even Rouault
On jeudi 7 mars 2019 11:30:04 CET Stephen Woodbridge wrote: > Hi all, > > When I have multiple overlapping files in VRT which pixel takes > president? I'm assuming that the later files in the VRT would be the one > presented. For example, I have multiple satellite images with names like > MMDD

[gdal-dev] Question of file ordering in VRT

2019-03-07 Thread Stephen Woodbridge
Hi all, When I have multiple overlapping files in VRT which pixel takes president? I'm assuming that the later files in the VRT would be the one presented. For example, I have multiple satellite images with names like MMDDHHMM-.tif so when I use gdalbuiltvrt MMDD.vrt MMDD*.ti