On 08/07/2010 23:06, michal_drozdz wrote:

Hi! I have a beginers problem.

How to crop collar from scanned map with GDAL?
I have set of georeferenced topo maps and polygon layer with boundaries of
each sheet. I used gdalwarp with -cutline and -cl parameters and it worked
but as a result I got map with 0 value at the place of collars. So when I
upload maps into QGIS I still have a problem with overlaping collars. How to
remove it "forever":)

Thanks for replys!

Another option would be to use the coordinates of the polygons as follows:

gdal_translate -projwin ulx uly lrx lry

This would remove the map collars forever. See http://www.gdal.org/gdal_translate.html


Hermann
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to