[gdal-dev] GDAL and ESRI Compact Cache

Helmut Kudrnovsky hellik at web.de
Wed Oct 25 00:41:58 PDT 2017


>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


More information about the gdal-dev mailing list