Re: [gdal-dev] Call for discussion for "RFC 43 GDALMajorObject::GetMetadataDomainList()"

2013-10-20 Thread Frank Warmerdam
Even, I'm happy with this RFC. It's a bit sad that the list of domains is duplicated and has to be freed again by the caller, but it certainly avoids any doubts about the lifetime of the returned list. I have an internal driver here at Planet Labs where I tree any subnode in our JSON metadata fo

Re: [gdal-dev] Call for discussion for "RFC 43 GDALMajorObject::GetMetadataDomainList()"

2013-10-20 Thread Even Rouault
Le dimanche 20 octobre 2013 11:38:24, xavier lhomme a écrit : > Hi > Is there a way to export Metadata in a XML form (ISO 19139 XML > implementation of ISO 19115 ) ? Xavier, This is clearly out of the scope of this RFC. Apart from a few basic items ( raster dimensions, tiling, geotransform/GCP

Re: [gdal-dev] Call for discussion for "RFC 43 GDALMajorObject::GetMetadataDomainList()"

2013-10-20 Thread xavier lhomme
Hi Is there a way to export Metadata in a XML form (ISO 19139 XML implementation of ISO 19115 ) ? xav 2013/10/19 Even Rouault > Hi, > > This is a call for discussion for "RFC 43 > GDALMajorObject::GetMetadataDomainList()" : > > http://trac.osgeo.org/gdal/wiki/rfc43_getmetadatadomainlist > >