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

[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 west

Re: [gdal-dev] gdaladdo creates very large files in 1.8 but not trunk

2011-04-15 Thread Eli Adam
>> I'm not aware of any recent change in the GTiff driver that could have >> "solved" >> the issue you've seen. This is a bit surprising. >> >> Could you also try with the -stable builds (based on 1.8 branch) from >> http://vbkto.dyndns.org/sdk/ to compare ? > > I am trying it with, > http:/