Hi, <div>I want to produce a set of VRTs that comprise a re-arrangement of bands of a number of individual GeoTIFF files. Say I have </div><div>file_01: band_01...band_04</div><div>file_02: band_01...band_04</div><div>file_03: band_01...band_04</div>
<div>file_04: band_01...band_04</div><div><br></div><div>And what I want to have is</div><div>vrt_01: file_01:band_01 file_02:band_01 file_03:band_01 file_04:band_01</div><div>vrt_02: file_01:band_02 file_02:band_02 file_03:band_02 file_04:band_02</div>
<div>vrt_03: file_01:band_03 file_03:band_03 file_03:band_04 file_04:band_03</div><div>vrt_03: file_01:band_04 file_04:band_04 file_03:band_04 file_04:band_04</div><div><br></div><div>I thought about using gdalbuildvrt, creating an "file of files", but I don't think you can specify a particular band. Another idea would be to use gdal_translate to create VRTs of the individual bands for each file, but that looks like far too much effort. I'd like to avoid creating the XML file myself because I find that that is quite error prone and requires quite a bit of debugging.</div>
<div><br></div><div>Any ideas appreciated!</div><div>Jose</div>