[gdal-dev] Re: how to (install) use gdal libraries in python

2010-08-22 Thread mail2vajram
Thanks for ur help I followed the complete procedure,in the PDF provided by JAY.L but after installing all the appropriate bindings also i got an error..Here i attached screen shot of the error message Please give the suggestion to rectify this error... Thnaks. http://osgeo-org.18032

Re: [gdal-dev] Working with NED elevation data - part 2

2010-08-22 Thread Stephen Woodbridge
Even, It seems the adding: #include resolves the segv issue. I would recommend changing the example in: http://www.gdal.org/gdal_tutorial.html To include that in the section "Reading Raster Data" because the example C code uses CPLMalloc(). It would also be very helpful to add: ... CPLFr

Re: [gdal-dev] Working with NED elevation data - part 2

2010-08-22 Thread Even Rouault
Stephen, at first sight, I don't see anything wrong with your code. You need to include "cpl_conv.h" for CPLMalloc(). And memory allocated with CPLMalloc() should be freed with CPLFree(). The doc is there : http://gdal.org/cpl__conv_8h.html (http://gdal.org/ -> API reference documentation ->

[gdal-dev] Making Createlayer overwritable

2010-08-22 Thread ahmet temiz
hello Layer player12 = dspost2.CreateLayer("postlayer12", sr, ogr.wkbLineString, null); How can I make createlayer overwritable in java ? regards ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev