[gdal-dev] Implementing a streaming version of KML Driver

Dmitry Baryshnikov bishop.dev at gmail.com
Tue Apr 28 14:30:56 PDT 2015


Hi,

https://code.google.com/p/libkml/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount

The last release was on Feb 2010 - 5 year ago. Does the libkml still alive?
Also libkml has depending on boost, and kml driver has no external 
depending.

Best regards,
     Dmitry

29.04.2015 00:03, Yuchen Zhong пишет:
> Hello everybody,
>
> I notice that there are two KML drivers in GDAL, namely KMLDriver and 
> LIBKMLDriver. Both of them will load all the data into memory.
>
> We would like to write a new KML driver for GDAL, a streaming version, 
> so as to reduce memory consumption. We would still want to use LIBKML, 
> so that we don't have to reinvent the wheels. However, the LIBKML only 
> supports SAX API, and GDAL doesn't seems to works with that very well. 
> I am wondering whether it is a good idea to go along this path.
>
> This is about the existing streaming parse in LIBKML (under *KmlStream 
> Section*):
> https://code.google.com/p/libkml/wiki/KmlEngineReference
>
> Hope can hear some of your opinions about this idea.
>
> Sincerely,
>
> Yuchen
>
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20150429/19a5ed62/attachment.html>


More information about the gdal-dev mailing list