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

2015-04-29 Thread Rashad M
Hello Yuchen, Isn't possible to update existing google libkml driver in GDAL with an option for streaming.? As Sebastiaan and Dimtry said, google libkml is highly inactive on both googlecode.com and github.com/google/libkml. For this reason we created libkml as new fork [1] hoping it will ease u

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

2015-04-28 Thread Sebastiaan Couwenberg
On 04/28/2015 11:30 PM, Dmitry Baryshnikov wrote: > 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

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

2015-04-28 Thread Dmitry Baryshnikov
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,

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

2015-04-28 Thread 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