[gdal-dev] New idea for Gsoc, any suggestions?

2013-05-01 Thread Alexander Sun
Hi there, I want to participate the Gsoc, my idea is port GDAL API to Go language. Because there has no mature GDAL-GO binding exits. My plan is use Cgo to implement C-like API in Go first. Then change to SWIG and implements C++ like API.(Currently, swig-2.0.9 not support Go on Windows). Any

Re: [gdal-dev] GDAL Raster Attribute Tables.

2013-05-01 Thread Even Rouault
Le mercredi 01 mai 2013 01:29:30, Peter Bunting a écrit : Hi All, Sam and I have prepared an RFC for our proposal for improving raster attribute table (RAT) support and put it on the trac. http://trac.osgeo.org/gdal/wiki/rfc40_enhanced_rat_support We'd be keen to here feedback on our

Re: [gdal-dev] Anyone interested in mentoring my project?

2013-05-01 Thread Even Rouault
Le mardi 30 avril 2013 21:55:05, Jorge Arévalo a écrit : Hello, I've applied as student to Google Summer of Code, with this project (GDAL/OGR on the web): http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/jorgear evalo/10002 The project has no assigned mentor on the

[gdal-dev] NITF with MultiDataSet

2013-05-01 Thread xavier lhomme
Hi I try to load a NITF with multidataset into ArcGIS Desktop . But ArcGIS tells me that there is no spatial reference in my file. Then I check with gdalinfo which tells me that my file is referenced with WGS84. Then I try to convert the file with gdal in GeoTiff format I'm using gdal 1.9.2 and

Re: [gdal-dev] Anyone interested in mentoring my project?

2013-05-01 Thread Jorge Arévalo
Hello Even, First of all, many thanks for your thoughts and references. I need experts' point of view. El miércoles 1 de mayo de 2013 a las 12:45, Even Rouault escribió: Le mardi 30 avril 2013 21:55:05, Jorge Arévalo a écrit : Hello, I've applied as student to Google Summer of Code,

Re: [gdal-dev] NITF with MultiDataSet

2013-05-01 Thread Clarke, Trevor
Try building a vrt with the NITF datasets. http://www.gdal.org/gdal_vrttut.html -- Trevor R.H. Clarke Software Engineer, Ball Aerospace (937)320-7087 From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of xavier lhomme Sent:

[gdal-dev] GoogleEarth wont read KML files created by ogr2ogr: Unknown element Schema

2013-05-01 Thread Nikos Alexandris
Hi! I work with GDAL 1.9.2, compiled from source with support for expat and KML under Kubuntu 12.10. Any attempt to convert a(ny) shapefile (be it of type point or polygon) using ogr2ogr (or exporting from GRASS GIS or/and QGIS -- all based on the same GDAL librairies) results in a .kml file

Re: [gdal-dev] GoogleEarth wont read KML files created by ogr2ogr: Unknown element Schema

2013-05-01 Thread Frank Warmerdam
Nikos, Could you file a ticket, and attach a working and nonworking kml example? Any idea if this behavior varies across versions of google earth? I wonder if libkml can read the file(s) ok. Best regards, Frank On Wed, May 1, 2013 at 3:30 PM, Nikos Alexandris n...@nikosalexandris.netwrote:

Re: [gdal-dev] GoogleEarth wont read KML files created by ogr2ogr: Unknown element Schema

2013-05-01 Thread Hermann Peifer
FYI, some 4 years ago, I reported an XML schema validation error related to the Schema element: http://trac.osgeo.org/gdal/ticket/2858. IIRC, the explanation at the time was that there are some limitations with the kml driver and the real solution is to switch to libkml... Hermann On

Re: [gdal-dev] Anyone interested in mentoring my project?

2013-05-01 Thread Tyler Mitchell
Jorge, While I'm not really an ideal mentor, I really like the idea. I hope you can find someone! Tyler On 2013-04-30, at 12:55 PM, Jorge Arévalo wrote: Hello, I've applied as student to Google Summer of Code, with this project (GDAL/OGR on the web):