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
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
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
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
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,
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
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Äüß
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:
>
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