Graeme,<br><br>You do need to copy all bands. Also, make sure you set the correct number of bands while creating the destination dataset.<br><br>Color interpretation is useful when you have multiple bands. If you want to show your image in red, set it to GCI_PaletteIndex and set a colortable.<br>
<br><div class="gmail_quote">On Mon, Nov 28, 2011 at 6:40 AM, Graeme Merrall <span dir="ltr">&lt;<a href="mailto:graeme@inetix.com.au">graeme@inetix.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>The smallest almost working code chunk I have right now is below.  This is taaking a 40k by 40k and pulling out the top left quarter.  The original has 4 bands - RGBA</div>
<div><br></div><div>
<div>from osgeo import gdal</div><div>import numpy</div><div>img = gdal.Open(&quot;original.tif&quot;)</div><div>geotransform = img.GetGeoTransform()</div><div>band1 = img.GetRasterBand(1)</div><div><br></div><div>driver = gdal.GetDriverByName(&quot;GTiff)</div>

<div># coordinates will be calculated but hardcoded for now</div><div>dst = driver.Create(&#39;sliver.tif&#39;, 20000, 20000, 1, gdal.GDT_Byte)</div><div>dst.SetProjection(img.GetProjection())</div><div>scanline1 = band1.ReadAsArray(0, 0,  20000, 20000)</div>

<div>dst.GetRasterBand(1).WriteArray(scanline1)</div><div><br></div><div>Should I be looping through each band and reading/writing to the image? I&#39;m assuming yes</div><div><br></div><div>Also. band 1 of the original image is red but in the new image the band color is grey. I&#39;ve tried a few variations with GDALRasterBand.SetColorInterpretation() with no luck.  What have I missed?</div>

<div><br></div><div>Cheers,</div></div>
<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"><br>-- <br>Best regards,<br>Chaitanya kumar CH.<br>
<br>+91-9494447584<br>17.2416N 80.1426E<br>