<div dir="ltr"><div><div>Thanks Hermann for your explaination.<br><br></div>I probably made a typo because now the pixels have different colors/values as I would expect.<br><br></div>Thanks,<br><div class="gmail_extra"><br>

<div>
<br>
Paul<br>
<br>
<div style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><div style="border:1px solid #e5e5e5;background-color:#f8f8f8;padding:0.8em 0.8em 0.3em 0.8em"><div style="margin:0 0 8px 0"><p style="margin:0">

<span><b><img style="float:left;margin-left:5px;margin-right:5px" src="http://www.bontepaarden.nl/bontepaarden/images/newButton.png" alt="" height="120" width="160">Paul Meems </b><br><span>Release manager, configuration manager</span><br>

<span>and forum moderator of MapWindow GIS.</span><br><a href="http://www.mapwindow.org/" target="_blank"><span>www.mapwindow.org</span></a><br><br><span>Owner of MapWindow.nl - Support for</span><br><span>Dutch speaking users.</span><br>

<a href="http://www.mapwindow.nl/" target="_blank"><span>www.mapwindow.nl</span></a><br></span></p>
<p style="margin:0"><b><br></b></p></div></div><img src="http://p1.wisestamp.com/pixel.png?p=mozilla&v=3.9.12&t=1322134056890&u=482737fd0c4ca423" height="1" width="1"></div>
</div>
<br><br><div class="gmail_quote">2013/10/21 Hermann Peifer <span dir="ltr"><<a href="mailto:peifer@gmx.eu" target="_blank">peifer@gmx.eu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 2013-10-21 14:46, Paul Meems wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to understand how gdal_rasterize works.<br>
As a test I'm trying to convert a shapefile with all counties of the USA<br>
to a GeoTiff.<br>
I've added a field to the shapefile called myID which is equal to the<br>
shape number.<br>
The goal is to create a tiff with each county its own value.<br>
<br>
This is my command:<br>
gdal_rasterize -a myID -l counties -of GTiff -a_nodata -999 -ts 800 800<br>
counties.shp GDALRasterizeTest.tif<br>
<br>
</blockquote>
<br></div>
You could drop "-of GTiff" as GTiff is anyway the default format. "-a_nodata -999" makes most sense in combination with "-init -999". Anything else looks fine to me.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm having trouble understanding the -ts or -tr parameters.<br>
Using the above command I get an 800*800 tiff which shows the USA, but<br>
it looks like all pixels are the same color.<br>
</blockquote>
<br></div>
-ts obviously sets the output file size, to 800x800 pixels, as you noted yourself. Do all pixels also have the same *value* ?<span class="HOEnZb"><font color="#888888"><br>
<br>
Hermann<br>
</font></span></blockquote></div><br></div></div>