Hi all,<br><br>I'm investigating gdal_polygonize.py<br>I'm thinking of using it to convert a DEM-file to a polygon shapefile.<br><br>I did a quick test using <span style="font-family:courier new,monospace">gdal_polygonize.py logan.tif -f "ESRI Shapefile" logan_poly.shp</span> and got a shapefile.<br>

But this shapefile is huge, it created a polygon for every pixel value.<br><br>I was thinking it would be a bit more like gdal_contour which uses an interval.<br><br>Am I not understanding the purpose of gdal_polygonize?<br>

Can somebody tell me some real-life use cases when to use this?<br clear="all"><br>Thanks,<br>
<br>
Paul<br>