[gdal-dev] ogr2ogr clipping issue

2011-04-15 Thread edwarddes
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

Re: [gdal-dev] ogr2ogr clipping issue

2011-04-15 Thread Frank Warmerdam
On 11-04-15 03:09 PM, edwarddes wrote: 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