<p>I'm running gdal_rasterize, trying to make it create a new tif from polygons, using an attribute field as the burn value. Here is my command:</p>
<br>
<code>
gdal_rasterize -tr 5 5 -a SOP -l test -a_nodata 0 test.shp test.tif
</code>
<br>
<p>
I end up with an image that is all 0's. The shapefile is correct and can be read by OGR...what am I missing?
</p>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/gdal-rasterize-does-not-burn-polygon-attributes-tp5210321.html">gdal_rasterize does not burn polygon attributes</a><br/>
Sent from the <a href="http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html">GDAL - Dev mailing list archive</a> at Nabble.com.<br/>