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
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
>> 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:/