[gdal-dev] ogr2ogr clipping issue

edwarddes edwarddes at gmail.com
Fri Apr 15 15:09:07 EDT 2011


I am trying to clip a dxf to a region, using the following command:
ogr2ogr -f DXF -clipdst $w $e $s $n ./tmp/${BASE}_avg_05_unbuffered.dxf
./tmp/${BASE}_avg_05.dxf
where w,e,s,n are defined as follows:
echo $w $e $s $n
225000 229000 902000 906000

The data is properly clipped on the north and west side, but on the south
and east side, no clipping takes place.  The source file has extents that
are 100units larger in each direction

Any suggestions?

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/ogr2ogr-clipping-issue-tp6277378p6277378.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.


More information about the gdal-dev mailing list