<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Not the whole cache, but with some effort you can read each bundle as a single raster, as long as they are V2 compact bundles.<br></div><div><br></div><div>The simplest method is to use the WMS driver.  Counter intuitive, I know.<br></div><div>With a recent GDAL, this XML WMS file reads a bundle at level 17 from my disk, as a 32768x32768 raster.<br></div><div>The default CS and coordinates are for GCS, they would have to be overwritten in the XML, via the correct DataWindow node.<br></div><div><br></div><div><GDAL_WMS></div><div>  <Service name="MRF" type="bundle"></div><div>    <ServerUrl>file://C:/RioG2/_alllayers/L17/R12100Cc100.bundle</ServerUrl><br></div><div>  </Service></div><div></GDAL_WMS></div><div><br></div><div>Lucian<br></div></div></body></html>