<div dir="ltr"><p>Hi,</p><p>
When a GeoTIFF has an associated auxiliary <code>*.aux.xml</code> file, running <code>gdalinfo</code> lists both the TIFF and the XML file:</p>
<pre><code>$ gdalinfo test.tif
Driver: GTiff/GeoTIFF
Files: test.tif
test.tif.aux.xml
</code></pre>
<p>However, if there's a <code>*.vat.dbf</code> file, <code>gdalinfo</code> includes the RAT information in the output, but the <code>.vat.dbf</code> file itself doesn't appear in the "Files" section. Why is that?</p></div>