Re: [gdal-dev] GDAL v.1.10 and Python 3.3.2 - incompatible?

2013-07-03 Thread CABO
Hi Christoph Thank you for your answer. It works fine if I remove the other GDAL from the path, but it makes it very difficult to use Python with GDAL and the GDAL utilities in the same workflow. Thanks for the clarification about other GDAL builds. I guess I was lucky the last time when I

[gdal-dev] OSM to KML Error

2013-07-03 Thread Josua S
Hello I exported an OSM file from openstreetmap.org and tried to convert it to KML with GDAL/OGR 1.10.0. However the conversion does not succeed and I get a lot of these errors: ERROR 6: Interleaved feature adding to different layers is not supported. Is this a known problem and is there a

Re: [gdal-dev] OSM to KML Error

2013-07-03 Thread Even Rouault
Le mercredi 03 juillet 2013 13:20:10, Josua S a écrit : Hello I exported an OSM file from openstreetmap.org and tried to convert it to KML with GDAL/OGR 1.10.0. However the conversion does not succeed and I get a lot of these errors: ERROR 6: Interleaved feature adding to different layers

Re: [gdal-dev] OSM to KML Error

2013-07-03 Thread Josua S
From: even.roua...@mines-paris.org To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] OSM to KML Error Date: Wed, 3 Jul 2013 13:38:41 +0200 CC: josh-t...@hotmail.com Le mercredi 03 juillet 2013 13:20:10, Josua S a écrit : Hello I exported an OSM file from openstreetmap.org and

Re: [gdal-dev] OSM to KML Error

2013-07-03 Thread Even Rouault
Hello Even Thank you very much for your help, now it works! Probably I have not fully understood the problem, but is it something that can and will be fixed in a future version? Josua Probably not. This is not really a bug, but a consequence of how the KML writer works. It writes features

Re: [gdal-dev] OSM to KML Error

2013-07-03 Thread Josua S
Hello Even Thank you very much for your help, now it works! Probably I have not fully understood the problem, but is it something that can and will be fixed in a future version? Josua Probably not. This is not really a bug, but a consequence of how the KML writer works. It writes

[gdal-dev] hillshading to vector

2013-07-03 Thread Carlo A. Bertelli (Charta s.r.l.)
Hello, gdaldem makes a very good work and gdal_polygonize.py too, but the combination is not so effective. Is there a way to obtain smooth polygons representing shaded areas as it's possible with Arc? When using a dem, you get polygons for pixels. Yes you can dissolve them, but you still have

[gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Frank Broniewski
Hi all, I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while running: gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz /tmp/tmpU7lQR2/out.xyz Output driver `XYZ' not recognised or does not support direct output file creation. and now I'm out of ideas and that's why:

Re: [gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Even Rouault
Le mercredi 03 juillet 2013 16:17:14, Frank Broniewski a écrit : Hi all, I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while running: gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz /tmp/tmpU7lQR2/out.xyz Output driver `XYZ' not recognised or does not support

Re: [gdal-dev] gdalwarp to XYZ grid

2013-07-03 Thread Frank Broniewski
Am 2013-07-03 16:53, schrieb Even Rouault: Le mercredi 03 juillet 2013 16:17:14, Frank Broniewski a écrit : Hi all, I'm trying to warp a XYZ Grid to another CRS. My GDAL complains while running: gdalwarp -t_srs EPSG:3035 -of XYZ /tmp/tmpU7lQR2/in.xyz /tmp/tmpU7lQR2/out.xyz Output driver

[gdal-dev] g++ compilation errors when trying to compile GDAL on Fedora 17 64bit

2013-07-03 Thread Daniel Kranich
Hello, I have been trying to compile GDAL on my system as I would like to enable BigTIFF support. I got through the ./compile just fine, however the make is giving me issues right off the start. Here is what my make command does: [root@daniel-fedora gdal-1.10.0]# make (cd port;

Re: [gdal-dev] g++ compilation errors when trying to compile GDAL on Fedora 17 64bit

2013-07-03 Thread Etienne Tourigny
It seems you don't have c++ installed... you can *probably* install it like this yum install gcc-c++ On Wed, Jul 3, 2013 at 1:54 PM, Daniel Kranich dan...@nusalaska.com wrote: Hello, I have been trying to compile GDAL on my system as I would like to enable BigTIFF support. I got through

Re: [gdal-dev] hillshading to vector

2013-07-03 Thread Roger Veciana i Rovira
Hi, I was just working on that. I think that you need a script like gdal_contour, but creatig polygons instead of lines. The algorithm used is Marching Squares. You can see the code, without explanation, here: https://github.com/rveciana/geoexamples/tree/master/python/raster_isobands In some weeks

[gdal-dev] Gdal 32 bit libraries -reg

2013-07-03 Thread Nikhil Sai Parupalli
Hi , Please let me know where to download Gdal libraries of 32 bit Thanks Nikhil Sai Parupalli ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev