>Gesendet: Mittwoch, 25. Oktober 2017 um 01:17 Uhr >Von: "Lucian Plesea" >Betreff: RE: GDAL and ESRI Compact Cache > >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. > >The simplest method is to use the WMS driver. Counter intuitive, I know. >With a recent GDAL, this XML WMS file reads a bundle at level 17 from my disk, >as a 32768x32768 raster. >The default CS and coordinates are for GCS, they would have to be overwritten >in the XML, via the correct DataWindow node. > ><GDAL_WMS> > <Service name="MRF" type="bundle"> > <ServerUrl>file://C:/RioG2/_alllayers/L17/R12100Cc100.bundle</ServerUrl> > </Service> ></GDAL_WMS> > >Lucian
thanks, I'll give it a try Helmut _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev