Re: [gdal-dev] GDAL 3.4.2: gdalbuildvrt band selection bug

2022-03-30 Thread Pete Bunting via gdal-dev
band > selection on the VRT generated by gdalbuildvrt (without band selection) to > extract only the band(s) you're interested in, but obviously that creates one > more file > > (do not hesitate to file an issue in github for obvious regressions like > that. emails tend to be

[gdal-dev] GDAL 3.4.2: gdalbuildvrt band selection bug

2022-03-30 Thread Pete Bunting via gdal-dev
Hi, With the release of gdal 3.4.2, gdalbuildvrt seems to have a bug when selecting image bands. It works OK when band 1 is specified but if other band(s) in the image are used without band 1 then it seg faults. I noticed there were some changes around checking bands in the release notes "chan