Re: [gdal-dev] Reading remote jp2k files

2018-07-25 Thread Jan Vaillant
Hi, On 07/25/2018 06:00 PM, Even Rouault wrote: Is this supported behavior, should I be able to read these files remotely, and do windowed reads on them? For windowed reads, you need to prefix with /vsicurl/, but I don't guarantee the efficiency of this with JPEG2000 in general, and with JP2Op

Re: [gdal-dev] libkml driver get document name

2016-02-24 Thread Jan Vaillant
-This line AddLayer ( CPLGetBasename ( pszFilename ), poOgrSRS, wkbUnknown, this, poKmlRoot, m_poKmlDSContainer, pszFilename, FALSE, bUpdate, 1 ); } delete poOgrSRS; return TRUE; } Regards Dami

Re: [gdal-dev] libkml driver get document name

2016-02-24 Thread Jan Vaillant
On 02/24/2016 12:53 AM, Even Rouault wrote: Le mardi 23 février 2016 14:50:35, jan vaillant a écrit : Hi list, I am reading a zipped kml with gdal's libkml driver. I am trying to access the name tag of the document: a_name I did a quick testing It appears that the driver

[gdal-dev] libkml driver get document name

2016-02-23 Thread jan vaillant
Hi list, I am reading a zipped kml with gdal's libkml driver. I am trying to access the name tag of the document: a_name ... If I look at the source code I can see a way to set those options here for writing kml void OGRLIBKMLDataSource::SetCommonOptions(ContainerPtr poKmlContainer,