Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-26 Thread Kyle Shannon
On Fri, Aug 23, 2013 at 4:35 PM, Even Rouault wrote: > Le vendredi 23 août 2013 23:21:06, Kyle Shannon a écrit : >> On Fri, Aug 23, 2013 at 10:04 AM, Hermann Peifer wrote: >> > On 2013-08-23 15:23, Even Rouault wrote: >> >> Selon peifer : >> >>> Hi, >> >>> >> >>> http://www.gdal.org/gdal_edit.htm

[gdal-dev] Motion: Approve GDAL/OGR 1.10.1RC2 for release

2013-08-26 Thread Even Rouault
Hi, I have prepared a GDAL/OGR 1.10.1 RC2. The difference between RC1 and RC2 is http://trac.osgeo.org/gdal/ticket/5214 and http://trac.osgeo.org/gdal/ticket/5217 PSC members, please vote for the following motion after conducting your own testing. Non-PSC members please let us know if you disc

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-26 Thread Jean-Claude Repetto
On 26/08/2013 11:14, BigBaka wrote: It's been a few months, but wondering if there are any instructions on how to install this patch, or if tanasko managed to fix the error message saying basic_string::_S_create I also have the same problem on newly installed Ubuntu 12.04 with QGIS 1.8. Any upd

Re: [gdal-dev] Motion: Approve GDAL/OGR 1.10.1RC1 for release

2013-08-26 Thread Even Rouault
> > Motion: The GDAL/OGR 1.10.1RC1 package is promoted as the > final GDAL/OGR 1.10.1 release. > Actually turning my vote to -1 since the fix for #5210 (DXF: fix writing of 25D linestring where z is not constant) caused a regression (ticket #5217). The regression seems to be fixed now. I'll is

Re: [gdal-dev] Geotransform - rotation and translation

2013-08-26 Thread Norman Vine
On Aug 26, 2013, at 12:50 PM, Oyvind Idland wrote: > I am currently working on a driver for a proprietary format, which is being > consumed by ArcGis via GDAL. > > These grids sometimes has a rotation with a specified pivot point. I managed > to get ArcGis to display the rotated grid by doing

[gdal-dev] Geotransform - rotation and translation

2013-08-26 Thread Oyvind Idland
I am currently working on a driver for a proprietary format, which is being consumed by ArcGis via GDAL. These grids sometimes has a rotation with a specified pivot point. I managed to get ArcGis to display the rotated grid by doing the following: poDS->dGeoTransform[0] = originX; poDS->dGeoTrans

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-26 Thread BigBaka
It's been a few months, but wondering if there are any instructions on how to install this patch, or if tanasko managed to fix the error message saying basic_string::_S_create I also have the same problem on newly installed Ubuntu 12.04 with QGIS 1.8. Any updates to this thread would be much appr