Frank, it&#39;s working great. &nbsp;Thanks for pointing these functions out.<div><br></div><div><br><br><div class="gmail_quote">On Wed, Jan 28, 2009 at 11:36 AM, Frank Warmerdam <span dir="ltr">&lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">Joel Odom wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ve got a situation where I&#39;m trying to use GDAL to read image files contained within a KMZ archive. &nbsp;(My project uses both GDAL and libkml.) &nbsp;Libkml can easily read the image file into memory out of the KMZ archive, but I&#39;d like to pass it to GDAL without having to write it to a temporary file on disk. &nbsp;I haven&#39;t figured out if this can be done yet. &nbsp;Thanks for any answers.<br>

</blockquote>
<br></div>
Joel,<br>
<br>
Yes, from C/C++ you can generally utilize the VSI*L facilities to wrap<br>
a memory buffer and have it treated by GDAL as a file. &nbsp;It does not work<br>
for every image driver, but it works for most common ones. &nbsp;The documentation<br>
is available with the VSIInstallMemFileHandler() function:<br>
<br>
 &nbsp;<a href="http://www.gdal.org/cpl__vsi_8h.html#66e2e6f093fd42f8a941b962d4c8a19e" target="_blank">http://www.gdal.org/cpl__vsi_8h.html#66e2e6f093fd42f8a941b962d4c8a19e</a><br>
<br>
Best regards,<br><font color="#888888">
-- <br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up &nbsp; | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/~warmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush &nbsp; &nbsp;| Geospatial Programmer for Rent<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><a href="http://giscoder.blogspot.com/">http://giscoder.blogspot.com/</a><br>
</div>