[gdal-dev] Warp to GeoTIFF with Transparency?

2012-09-17 Thread Nik Sands
I'm very new to GDAL so please be gentle. My searching has found many references to this problem, but no complete solutions that are explained clearly enough for me to work through. I'm using the GDAL API to read in a source image (could be from a variety of formats), warp it to Spherical Merc

[gdal-dev] For those of you using ArcGIS (Open Source GDAL/OGR Plugin for ArcGIS)

2012-09-17 Thread Ragi Burhum
Hi! For those of you using ArcGIS you may be interested in the GDAL/OGR plugin for ArcGIS that I open sourced today. It basically gives *read-only* access to any OGR datasource from ArcMap. It comes with a basic Add data dialog tha

Re: [gdal-dev] Does -where read always the whole WFS layer?

2012-09-17 Thread Even Rouault
> Sorry, it was my fault due to faulty quotation. This is the correct format > at least with Windows and there is a similar example in the WFS driver > documentation http://www.gdal.org/ogr/drv_wfs.html Ah ok, on Windows shell, -where osoite='Oravatie 8' is seen as an equivalent of -where "osoit

Re: [gdal-dev] Does -where read always the whole WFS layer?

2012-09-17 Thread Rahkonen Jukka
Even Rouault wrote: >Le lundi 17 septembre 2012 09:44:36, Jukka Rahkonen a écrit : >> Hi, >> >> I compared a few WFS requests with ogr2ogr by filtering either with -where >> or with -sql doing the same select. The -where option was reading the >> whole feature type and filtering the result on the

Re: [gdal-dev] Best place to put libecwj2-3.3 patches?

2012-09-17 Thread Johan Hedin
Ok Frank, I will add them as attachments on the wiki page then! (will probably be a couple of days before I get time. Trying to squeeze this in between a lot of other things...) Regards Johan 2012/9/17 Frank Warmerdam > > On Mon, Sep 17, 2012 at 12:29 PM, Johan Hedin > wrote: > > Hi everyone,

Re: [gdal-dev] Best place to put libecwj2-3.3 patches?

2012-09-17 Thread Frank Warmerdam
On Mon, Sep 17, 2012 at 12:29 PM, Johan Hedin wrote: > Hi everyone, > > I'm looking for a suitable place to put patches for libecwj2-3.3. I > have one recent my self that > I would like to put somewhere where others can find it. > > Besides that, I'm thinking about create an up to date list with t

[gdal-dev] Best place to put libecwj2-3.3 patches?

2012-09-17 Thread Johan Hedin
Hi everyone, I'm looking for a suitable place to put patches for libecwj2-3.3. I have one recent my self that I would like to put somewhere where others can find it. Besides that, I'm thinking about create an up to date list with the set of patches that you need to get usable ECW support on moder

Re: [gdal-dev] Does -where read always the whole WFS layer?

2012-09-17 Thread Even Rouault
Le lundi 17 septembre 2012 09:44:36, Jukka Rahkonen a écrit : > Hi, > > I compared a few WFS requests with ogr2ogr by filtering either with -where > or with -sql doing the same select. The -where option was reading the > whole feature type and filtering the result on the client side while -sql > w

Re: [gdal-dev] How to publish null as nodata by gdalwarp?

2012-09-17 Thread Even Rouault
Le lundi 17 septembre 2012 07:12:24, OHTSUKA Ko-hei a écrit : > Hello, > > I have a GeoTiff DEM, which is written in WGS84 and describes nodata as > null. (No data means sea area.) > > I want to make shaded-color-relief tiff in spherical mercator from it, so I > run: > > gdalwarp -s_srs EPSG:432

[gdal-dev] Does -where read always the whole WFS layer?

2012-09-17 Thread Jukka Rahkonen
Hi, I compared a few WFS requests with ogr2ogr by filtering either with -where or with -sql doing the same select. The -where option was reading the whole feature type and filtering the result on the client side while -sql was building a GetFeature request with filter. Is it always so that with th

[gdal-dev] featuretypes displayed as layers

2012-09-17 Thread Neelima Emmani
Hi All, I am successful in getting built-in binaries of GDAL into C# through the below link http://www.gisinternals.com/sdk/. And then I have executed ogrinfo.cs example. Now I do not see any errors in the code. All the ENC Layers are very well read by the code. But I got a problem, when I in