<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi guys</div><div><br></div><div>I am using a VRT in front of many geotif rasters, the size of the vrt could be in thousands <br></div><div><br></div><div>I am using gdaladdo on that vrt to per-calculate overviews, and I get an ovr file.</div><div><br></div><div>In the orginal vrt file I have also definition of a mask, basically each of the origin files has mask, so I am using the mask from the original geotiff files<br></div><div><br></div><div>gdalinfo on the vrt:</div><div><br></div><div>Band 1 Block=128x128 Type=UInt16, ColorInterp=Gray<br>  Overviews: 4096x6144, 2048x3072, 1024x1536, 512x768, 256x384, 128x192<br>  Mask Flags: PER_DATASET <br><br></div><div><br></div><div>gdalinfo of the ovr file:</div><div><br></div><div>Band 1 Block=128x128 Type=UInt16, ColorInterp=Gray<br>  Overviews: 2048x3072, 1024x1536, 512x768, 256x384, 128x192<br></div><div><br></div><div><br></div><div>So it seems like there are no overviews on top of the mask, and when trying to fetch the mask I can see that each of the original tifs is being accessed, <br></div><div>this is not the case if I don't read the mask<br></div><div><br></div><div>So my question is, is there a way to create overviews with mask and when accessing a vrt that has overviews on mask to use the overviews on mask?</div><div><br></div><div>Thanks, Guy<br></div></div></div></div>