[gdal-dev] Re: Access to MetaData in driver implementation

2009-03-16 Thread lidiriel
Thanks Frank, I CPLParseNameValue is usefull. Now it's work i have a new version of ISIS2 (Pds driver) that read and write pds file. But it's only for a detached label at this moment. Best regards. On 13 mar, 16:58, Frank Warmerdam wrote: > lidiriel wrote: > > Hello, > &

[gdal-dev] Access to MetaData in driver implementation

2009-03-13 Thread lidiriel
Hello, I work on th create method for ISIS2 file (PDS driver). I can write raster file but i have a problem with meta data. In the case where the user would be use "poDriver->CreateCopy" i try to copy and write metaData in the new file. But now i get metadata with the method "char** metaData = Get

[gdal-dev] Re: improve PDS and Isis drivers

2009-01-19 Thread lidiriel
ll other keyword are load in main domain : "". regards On 16 jan, 18:31, Trent M Hare wrote: > Lidiriel, >         All PDS, ISIS2, and ISIS3 drivers should support detached labels > for the simple raw (or ISIS3 tiled) formats (now the PDS reader doesn't > support detac

[gdal-dev] Re: improve PDS and Isis drivers

2009-01-15 Thread lidiriel
Thanks Frank, for your response. I have uploaded a patch for isi2dataset.cpp http://gdal.googlegroups.com/web/isis2dataset.patch this patch add new functionalities : detached dataset with using the pointer object key : ^QUBE = "data.xxx" ^QUBE = ("data.xxx") ^QUBE = ("data.xxx", nnn) ^QUBE = ("d

[gdal-dev] improve PDS and Isis drivers

2009-01-14 Thread lidiriel
hi, I work with several pds files and i have many idea for improve driver : Add several domaine (for obtain a classification) with standard Metadata like describe in "PDS standars reference" document (chapter5 v3.7) each domain can contains a minimum number of keys. domaine name (dn): LABEL_STAN

[gdal-dev] Re: how to acces to PDS meta data

2009-01-14 Thread lidiriel
, lidiriel wrote: > Thanks for your response. I will look your changeset and try for my > requirements. > > On 13 jan, 19:46, Frank Warmerdam wrote: > > > Ludovic Mercier wrote: > > > Hi all, > > > > I try to use gdal and otb (http://smsc.cnes.fr/PLEIADES/lien

[gdal-dev] Re: how to acces to PDS meta data

2009-01-14 Thread lidiriel
Thanks for your response. I will look your changeset and try for my requirements. On 13 jan, 19:46, Frank Warmerdam wrote: > Ludovic Mercier wrote: > > Hi all, > > > I try to use gdal and otb (http://smsc.cnes.fr/PLEIADES/lien3_vm.htm) > > with pds file. > > I try to get value associated to a key