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

2013-04-08 Thread SBL
Hi again And thanks for the feedback I got so far. I read the webside Jørn recommended and tried and ended up with Graeme`s suggestion 4 because 3 did not reveal anything new. (1 and 2 are windows related while I am on Ubuntu Linux). By try and error I managed at least to let "make" look for the

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

2013-04-08 Thread Etienne Tourigny
Please upload your file to the ticket (or just a small subset if the file is sensitive, or a way to generate a similar file, or send it to me). It is probably because of the color table which I have not tested for. Etienne On Mon, Apr 8, 2013 at 3:17 AM, John Twilley wrote: > Thank you, Etien

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

2013-04-08 Thread Even Rouault
Hi, yes, I believe that the current SQL parser doesn't accept non-ASCII litterals for column names. Not sure why. As far as "Fieldname1 = 'Fieldname2'" being interpreted as "Fieldname1 = Fieldname2", yes this is a non-compliance of OGR SQL with respect to the SQL standard. I had created a ticket

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

2013-04-08 Thread Graeme B. Bell
Hi there > Can somebody give me a hint on how to compile GDAL/OGR with support for the > Norwegian SOSI format? Not sure about this since I haven't done it myself, but some things to investigate would be: 1 grep -r "sosi" in the source. For me, with the svn version of gdal, this brings up:

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

2013-04-08 Thread SBL
Should have mentioned: I am working on Ubuntu 12.04 (32 and 64 bit)... -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Compile-GDAL-OGR-with-SOSI-support-tp5045207p5045212.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

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

2013-04-08 Thread SBL
Hi Can somebody give me a hint on how to compile GDAL/OGR with support for the Norwegian SOSI format? I tried to find a solution in http://trac.osgeo.org/gdal/ticket/3638 as good as I can, but without success... I do have the (binary version of the) fyba library, but there is no --with-sosi optio