Hi List,<br><br>I&#39;m trying to vectorize a png file to a shapefile. <br>This png file only contains lines with one color.<br>Using this command a nice shapefile is generated:<br>gdal_contour -a elev test.png contour.shp -i 10.0 -snodata 255<br>


<br>But the shapefile is the wrong size up.<br>Up and bottom are flipped. <br>How do I fix that?<br><br>The generated shapefile is huge: 97MB from a 205 kB png file (high resolution: 6720 x 4984  Pixels)<br>The shapes created are all very small/short and should be chained together. Can GDAL do that as well?<br>

<br>I tried gdal_polygonize.py already and that is looking better, but because not all lines are correctly closed not all polygons are good.<br>I&#39;m looking for something similar, but the output should be polylines instead of polygons.<br>


<br>Thanks in advanced for any advice.<br><br>Paul<br><br>