[Gdal-dev] DIG35 support
Ayman Kamal
kamal_jo at yahoo.com
Mon Aug 18 10:50:00 EDT 2003
I guess the needed functions are:
char CPL_DLL **GDALGetMetadata( GDALMajorObjectH,
const char * );
CPLErr CPL_DLL GDALSetMetadata( GDALMajorObjectH,
char **,
const char * );
const char CPL_DLL *GDALGetMetadataItem(
GDALMajorObjectH, const char *,
const char *
);
CPLErr CPL_DLL GDALSetMetadataItem( GDALMajorObjectH,
const char *,
const char *,
const char * );
Can you plz give me a hint or a small example how can
I use the necessary function(s) to read the DIG35
metadata?
> --- Frank Warmerdam <warmerdam at pobox.com> wrote:
> > Ayman Kamal wrote:
> > > Hello,
> > > Does GDAL support DIG35 metadata or is there any
> > > intent of supporting it in the near future?
> > >
> > > Here is a link for DIG35
> > > http://www.i3a.org/i_dig35.html
> >
> >
> > Ayman,
> >
> > GDAL does not have any specific support for DIG35
> > metadata, which I hadn't
> > heard of before your email. Skimming the document
> I
> > see it is an XML based
> > format that can be stored in a variety of image
> file
> > formats.
> >
> > This could be passed through the GDAL metadata API
> > in a couple of different
> > ways. One is to flatten out each DIG35 metadata
> > item into a seperate metadata
> > item in GDAL. The other is to treat the whole
> DIG35
> > XML document as a single
> > metadata item.
> >
> > I am not really planning on adding this for any of
> > the formats in question,
> > but it shouldn't be all that different if needed.
> >
> > Best regards,
> >
> > --
> >
>
---------------------------------------+--------------------------------------
> > I set the clouds in motion - turn up | Frank
> > Warmerdam, warmerdam at pobox.com
> > light and sound - activate the windows |
> > http://pobox.com/~warmerdam
> > and watch the world go round - Rush |
> Geospatial
> > Programmer for Rent
> >
> >
> > _______________________________________________
> > Gdal-dev mailing list
> > Gdal-dev at remotesensing.org
> > http://remotesensing.org/mailman/listinfo/gdal-dev
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> _______________________________________________
> Gdal-dev mailing list
> Gdal-dev at remotesensing.org
> http://remotesensing.org/mailman/listinfo/gdal-dev
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
More information about the Gdal-dev
mailing list