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 906000The 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. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
