Hi David,<div><br></div><div><br></div><div>I have done a similar thing in the past by using the ENVI format driver.  The ENVI format is just raw binary with a very simple text header file.  You can easily create the header and then gdal will read your data.  </div>
<div><br></div><div>You can find information on ENVI headers at <a href="http://geol.hu/data/online_help/ENVI_Header_Format.html">http://geol.hu/data/online_help/ENVI_Header_Format.html</a></div><div><br></div><div>Not all fields are required, so you only need to define the bare basics for your data set. The vrt path is probably the more rigorous solution, but this might be easier. </div>
<div><br></div><div>Thanks,</div><div>Scott</div><div><br></div><div><br><br><div class="gmail_quote">On Thu, Apr 12, 2012 at 3:39 AM, vonengel <span dir="ltr">&lt;<a href="mailto:vonengel@gmail.com">vonengel@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi folks,<br>
<br>
I am quite new with gdal, and I am using it (or to be precise gdal2tiles) to<br>
create a quadtree representation of large panoramic images (for further<br>
out-of-core rendering). I now got a large dataset (300000x30000) in a simple<br>
binary format (The 8bit RGB information is simply stored in sequential<br>
order).<br>
Is it possible to use gdal_translate to read and process the data?<br>
Thanks for your help!<br>
<br>
Cheers,<br>
David<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/gdal-translate-custom-binary-image-format-tp4851982p4851982.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/gdal-translate-custom-binary-image-format-tp4851982p4851982.html</a><br>

Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div><br><div></div><br>
</div>