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

Re: [gdal-dev] Formats that support RAT's?

2015-04-28 Thread Ivan Lucena
> From: even.roua...@spatialys.com > To: gdal-dev@lists.osgeo.org > Date: Tue, 28 Apr 2015 22:58:16 +0200 > Subject: Re: [gdal-dev] Formats that support RAT's? > > Le mardi 28 avril 2015 22:49:23, jramm a écrit : > > It seems GDAL will always let you create a Raster Attribute Table (in > > memor

Re: [gdal-dev] Formats that support RAT's?

2015-04-28 Thread Even Rouault
Le mardi 28 avril 2015 22:49:23, jramm a écrit : > It seems GDAL will always let you create a Raster Attribute Table (in > memory) but may fail when writing to disk depending on whether the format > supports it? > A lot of format that relies on the PAM(Persistant Auxiliary Metadata)Dataset base

[gdal-dev] Formats that support RAT's?

2015-04-28 Thread jramm
It seems GDAL will always let you create a Raster Attribute Table (in memory) but may fail when writing to disk depending on whether the format supports it? I can't seem to find any information anywhere on what formats support RAT's? Is there a list I can refer to ?? -- View this message in co

Re: [gdal-dev] Problems with WMS minidriver

2015-04-28 Thread Andre Vautour
On 2015-04-28 11:19, Federico wrote: Hi guys, i'm trying to get a wmts layer but i'm getting an error. I think that i'm doing something wrong but i don't what's wrong. URL: http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts GetCapabilities: http://opencache.statkart.no/gatekeeper/gk/gk.open

[gdal-dev] Problems with WMS minidriver

2015-04-28 Thread Federico
Hi guys, i'm trying to get a wmts layer but i'm getting an error. I think that i'm doing something wrong but i don't what's wrong. URL: http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts GetCapabilities: http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?service=WMTS&request=GetCapabilit

Re: [gdal-dev] GDAL slow to write GeoTIFF?

2015-04-28 Thread Even Rouault
Le mardi 28 avril 2015 08:25:57, jramm a écrit : > By tiled do you mean split into N seperate TIFF files (in which case the > answer is no), or can a single TIFF contain a tiling scheme? Yes a TIFF can be tiled internally. > If so, is this > some option I need to pass to the driver when creating