[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

[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 http://www.gdal.org/ogr/ogr_formats.html is stated that dwg and dgn formats are compiled by default. On another side I see in

[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.

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

2012-10-05 Thread Even Rouault
Selon Miro Karpis miroslav.kar...@gmail.com: 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 http://www.gdal.org/ogr/ogr_formats.html is stated that dwg and dgn

Re: [gdal-dev] MinGW build

2012-10-05 Thread Even Rouault
Selon Ari Jolma ari.jo...@gmail.com: 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

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

2012-10-05 Thread Rahkonen Jukka
Even Rouault wrote: Selon Jukka Rahkonen jukka.rahko...@mmmtike.fi: 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'

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] 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 escaped?

Re: [gdal-dev] MinGW build

2012-10-05 Thread Ari Jolma
On 10/05/2012 06:57 PM, Even Rouault wrote: Selon Ari Jolma ari.jo...@gmail.com: 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

[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

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 displaying

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 etourigny@gmail.com wrote: Hi Even, thanks for you time On Fri, Oct 5, 2012 at 1:36 PM, Even Rouault

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 man page -

[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

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

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 even.roua...@mines-paris.orgwrote: 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

[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