Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Etienne Tourigny
On Tue, Apr 9, 2013 at 6:50 PM, Even Rouault wrote: > Le mardi 09 avril 2013 20:34:40, Even Rouault a écrit : > > Le mardi 09 avril 2013 19:06:28, Etienne Tourigny a écrit : > > > I have committed new warping methods average and mode to trunk, this > will > > > be part of gdal-1.10 > > > > Hi Etie

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Etienne Tourigny
Hi Even, Thanks for your input On Tue, Apr 9, 2013 at 3:34 PM, Even Rouault wrote: > Le mardi 09 avril 2013 19:06:28, Etienne Tourigny a écrit : > > I have committed new warping methods average and mode to trunk, this will > > be part of gdal-1.10 > > Hi Etienne, > > It would be good if you cou

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Even Rouault
Le mardi 09 avril 2013 20:34:40, Even Rouault a écrit : > Le mardi 09 avril 2013 19:06:28, Etienne Tourigny a écrit : > > I have committed new warping methods average and mode to trunk, this will > > be part of gdal-1.10 > > Hi Etienne, > > It would be good if you could extend the autotest suite

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Even Rouault
Le mardi 09 avril 2013 19:06:28, Etienne Tourigny a écrit : > I have committed new warping methods average and mode to trunk, this will > be part of gdal-1.10 Hi Etienne, It would be good if you could extend the autotest suite to add tests for those new warping methods. For that, you can likely

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Etienne Tourigny
I have committed new warping methods average and mode to trunk, this will be part of gdal-1.10 On Tue, Apr 9, 2013 at 10:01 AM, Etienne Tourigny wrote: > The patch works successfully - it was a build environment problem. > > > On Mon, Apr 8, 2013 at 3:17 AM, John Twilley wrote: > >> Thank you,

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-09 Thread Etienne Tourigny
The patch works successfully - it was a build environment problem. On Mon, Apr 8, 2013 at 3:17 AM, John Twilley wrote: > Thank you, Etienne, for writing this code. I greatly appreciate it! > > I updated my svn checkout, then applied your patch with no errors. I > tried to warp my landcover fi

Re: [gdal-dev] OGR field names encoding and SetAttributeFilter

2013-04-09 Thread Dennis Gocke
I've done the same test with a PostGIS DB as an example where the filter is evaluated on the server and not by OGR. Regarding encoding, everything worked fine when always assuming UTF8 encoding for field names, field values and AttributeFilter. Although Postgre accepts something like Name = ‘vÄüß

Re: [gdal-dev] Compile GDAL/OGR with SOSI support

2013-04-09 Thread Jeff McKenna
Hi Graeme, It would be great if you could place your SOSI build steps on the BuildHints wiki: http://trac.osgeo.org/gdal/wiki/BuildHints Thanks, -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 2013-04-08 10:50 AM, Graeme B. Bell wrote: >

Re: [gdal-dev] OGR field names encoding and SetAttributeFilter

2013-04-09 Thread Dennis Gocke
Thanks Even. It's strange that the SQL parser does not accept non-ASCII literals when writing "FieldName = .." but when writing "'Fieldname' = .." it does. It think this is not good, because it more or less encourages the wrong use of ' when specifying field names. Is there a reason for this strang