Thanks a lot, Roger, it worked like a charm, just fiddling a little with
parameters and than run it in python.
It's really magic, I struggled with this question for two days before
writing to the list.
I think that instead of making another script you could add it as an option
to gdal_contour.py an
Hi,
Please refer to: http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries
Best regards,
Tamas
2013/7/4 Nikhil Sai Parupalli
> Hi ,
>
> Please let me know where to download Gdal libraries of 32 bit
>
>
> Thanks
> Nikhil Sai Parupalli
> ___
> gd
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
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
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 wrote:
> Hello,
>
> I have been trying to compile GDAL on my system as I would like to enable
> BigTIFF support.
>
> I got through the ./compile ju
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; mak
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 `XYZ'
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 s
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:
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
jagge
> > 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 w
>
> 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 featu
> 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
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 la
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 so
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 c
16 matches
Mail list logo