[gdal-dev] GDAL WCS driver

2012-10-05 Thread Craig Bruce
I have encountered a couple of issues with the WCS driver of GDAL 1.9.0 when accessing my WCS 1.0.0 server. The WCS driver doesn't recognize the color interpretations of image bands. For example (from a server not accessible to the outside world): [dev:~] gdalinfo gdal_wcs_terrapixel.xml Driver

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Even Rouault
Le vendredi 05 octobre 2012 22:55:34, Frank Warmerdam a écrit : > On Fri, Oct 5, 2012 at 12:56 PM, Even Rouault > > wrote: > > > >> 3) why is AVERAGE_MP considered unfit for use in the gdaladdo docs? > > > >> and why is it still available? > > > > > > > > Historical remain ? Could likely be undoc

Re: [gdal-dev] Topological pointer

2012-10-05 Thread Frank Warmerdam
Nikhil, >From the code it appears the TOPI field will be represented on the vector primitives when you enable treating vector primitives as features. To enable this you need to set the RETURN_PRIMITIVES=ON configuration option. See the S57 driver page for some background. http://www.gdal.org/og

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Frank Warmerdam
On Fri, Oct 5, 2012 at 12:56 PM, Even Rouault wrote: > > >> 3) why is AVERAGE_MP considered unfit for use in the gdaladdo docs? > > >> and why is it still available? > > > > > > Historical remain ? Could likely be undocumented. > > > > ok I will remove it, should it be removed/commented from the c

Re: [gdal-dev] gdaladdo bus errors for large, LZW-compressed GTiff

2012-10-05 Thread Even Rouault
Le vendredi 05 octobre 2012 22:21:27, David Shean a écrit : > While the topic of gdaladdo resampling methods is active... > > I get bus errors when I use gdaladdo's gauss resampling method for large, > float32, LZW-compressed GTiff. This is repeatable. Repeatable on various large float32 LZW-com

[gdal-dev] gdaladdo bus errors for large, LZW-compressed GTiff

2012-10-05 Thread David Shean
While the topic of gdaladdo resampling methods is active... I get bus errors when I use gdaladdo's gauss resampling method for large, float32, LZW-compressed GTiff. This is repeatable. Using a different gdaladdo resampling method (e.g., average) on the same LZW-compressed GTiff works. When I de

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Even Rouault
> >> > >> 1) why are some methods not listed in GDALDataset::BuildOverviews and > >> gdaladdo docs > >> average_mp, AVERAGE_BIT2*, NO_REGEN (there may be others) > > > > - average_mp is documented in gdaladdo as not ready for use in > > production, so could be likely "undocumented" in gdaladdo m

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Etienne Tourigny
also any objection I change the parameters to upper case in gdaladdo docs, to be in line with the names in the code? Etienne On Fri, Oct 5, 2012 at 4:18 PM, Etienne Tourigny wrote: > Hi Even, thanks for you time > > On Fri, Oct 5, 2012 at 1:36 PM, Even Rouault > wrote: >> Selon Etienne Tourigny

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Etienne Tourigny
Hi Even, thanks for you time On Fri, Oct 5, 2012 at 1:36 PM, Even Rouault wrote: > Selon Etienne Tourigny : > >> Hi list, >> >> I would like to know if the overview resampling methods listed on help >> pages are really up-to-date, because I found some discrepancies in the >> docs and code: >> >>

Re: [gdal-dev] Topological pointer

2012-10-05 Thread Chaitanya kumar CH
Nikhil, Can you explain what you mean by topology indicator? On Fri, Oct 5, 2012 at 11:36 PM, Nikhil Sai Parupalli < nikhil.parupa...@iictechnologies.com> wrote: > Hi All, > > We are working on project which renders S57 dataset , I used GDAL for > rendering GIS data and DOTSPATIAL for displayi

[gdal-dev] Topological pointer

2012-10-05 Thread Nikhil Sai Parupalli
Hi All, We are working on project which renders S57 dataset , I used GDAL for rendering GIS data and DOTSPATIAL for displaying map. Here I could read dataset , but can any one know how do we get Topological Indicator value Thanks and Regards Nikhil Sai Parupalli Note: Do not print this ema

Re: [gdal-dev] MinGW build

2012-10-05 Thread Ari Jolma
On 10/05/2012 06:57 PM, Even Rouault wrote: > Selon Ari Jolma : > >> Folks >> >> I'm building GDAL (the trunk) in latest MinGW. For some reason I don't >> understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not >> sure if this is the best way to fix the problem - probably not - but it

Re: [gdal-dev] OGR SQL: Excecuting select where column name contains "."

2012-10-05 Thread Even Rouault
> To follow SQL, it is recommended to you double-quote > characters, > > which might require SHELL escaping since they are already in a > double-quoted > > string, like : > > Yes, that's a good theory but it is not easy to use it on Windows. Does > anybody in the world know how should this one be

Re: [gdal-dev] convert dwg/dgn to raster/vector files (windows)

2012-10-05 Thread Miro Karpis
thanks, yes that makes sence ;-) so basically with the dwg library I should be able to make the conversion using gdal, correct? As far as I know the library is available only to the open design alliance members (paid membership) correct? Regarding the dgn format, it should be able to read it and

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Even Rouault
Selon Etienne Tourigny : > Hi list, > > I would like to know if the overview resampling methods listed on help > pages are really up-to-date, because I found some discrepancies in the > docs and code: > > > - gdaladdo utility page / http://www.gdal.org/gdaladdo.html > > nearest,average,gauss,cubic

Re: [gdal-dev] OGR SQL: Excecuting select where column name contains "."

2012-10-05 Thread Rahkonen Jukka
Even Rouault wrote: Selon Jukka Rahkonen : >> > This should definitely work too, but it does not >> > >ogrinfo WFS:http://188.64.1.61/cgi-bin/tinyows -sql "select code_reg from >> tows: >> > france" >> > INFO: Open of `WFS:http://188.64.1.61/cgi-bin/tinyows' >> > using driver `WFS' success

Re: [gdal-dev] Small meshing utility

2012-10-05 Thread Chris Barker
On Thu, Oct 4, 2012 at 6:31 PM, Tim Keitt wrote: > Just letting folks know that we've released an OGR wrapper for the > Triangle library. It would be great if folks could test it. I could > also use some help improving the OGR bits. cool! though I"m a little confused as to how this fits with OGR.

Re: [gdal-dev] OGR SQL: Excecuting select where column name contains "."

2012-10-05 Thread Even Rouault
Selon Jukka Rahkonen : > Jukka Rahkonen mmmtike.fi> writes: > > > This should definitely work too, but it does not > > >ogrinfo WFS:http://188.64.1.61/cgi-bin/tinyows -sql "select code_reg from > tows: > > france" > > INFO: Open of `WFS:http://188.64.1.61/cgi-bin/tinyows' > > using driver `

Re: [gdal-dev] MinGW build

2012-10-05 Thread Even Rouault
Selon Ari Jolma : > Folks > > I'm building GDAL (the trunk) in latest MinGW. For some reason I don't > understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not > sure if this is the best way to fix the problem - probably not - but it > works. The problem is the step where the library

Re: [gdal-dev] convert dwg/dgn to raster/vector files (windows)

2012-10-05 Thread Even Rouault
Selon Miro Karpis : > Hi, > > please can you help me with following? I'm trying to find the best way to > convert dgn/dwg files to vector(svg) and raster(png) formats. In the OGR > Vector formats table is stated > that dwg and dgn formats are compiled by

[gdal-dev] MinGW build

2012-10-05 Thread Ari Jolma
Folks I'm building GDAL (the trunk) in latest MinGW. For some reason I don't understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not sure if this is the best way to fix the problem - probably not - but it works. The problem is the step where the library file libgdal.dll.a is made. A

[gdal-dev] convert dwg/dgn to raster/vector files (windows)

2012-10-05 Thread Miro Karpis
Hi, please can you help me with following? I'm trying to find the best way to convert dgn/dwg files to vector(svg) and raster(png) formats. In the OGR Vector formats table is stated that dwg and dgn formats are compiled by default. On another side I see i

Re: [gdal-dev] OGR SQL: Excecuting select where column name contains "."

2012-10-05 Thread Jukka Rahkonen
Jukka Rahkonen mmmtike.fi> writes: > This should definitely work too, but it does not > >ogrinfo WFS:http://188.64.1.61/cgi-bin/tinyows -sql "select code_reg from > >tows: > france" > INFO: Open of `WFS:http://188.64.1.61/cgi-bin/tinyows' > using driver `WFS' successful. > ERROR 1: SQL Exp

[gdal-dev] errror in building qgis

2012-10-05 Thread SIVA RAMA KRISHNA
Hello all, I am trying to build qgis for Qt in fedora I have INSTALLED dependies for Python pyqt. and sip It is building upto following Steps Scanning dependencies of target python_module_qgis_networkanalysis [ 92%] Building CXX object python/CMakeFiles/pyth

Re: [gdal-dev] OGR SQL: Excecuting select where column name contains "."

2012-10-05 Thread Jukka Rahkonen
Odd Ragnar Lydersen powel.no> writes: > > When I use single quotes, I get no errors, but instead I get returned the column name = FIELD_1, and all values > = column.name.one > I'm using the ExecuteSql() on a WFS datasource, so it might be the WFS driver which causes the undesired I believe that