![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||||||||||||
AWARE [SYSTEMS] | ||||||||||||||||||||||||||
![]() |
Private TIFF Tag GDAL_METADATA | |||||||||||||||||||||||||
TIFF Tag Reference
TIFF Tag Reference Contact
Information: info@awaresystems.be |
TIFF Tag GDAL_METADATA
DescriptionUsed by the GDAL library, holds an XML list of name=value 'metadata' values about the image as a whole, and about specific samples. Contains an XML fragment that looks like this example:
<GDALMetadata> The <Item> names are the name of a metadata keyword, and the text contents of the Item are it's value. Normal XML escaping applies. The GDALMetadata tag may have zero or more Item sub-elements. Generally speaking the item names should be well behaved tokens (alpha-numeric + underscores) though that isn't strictly enforced. Also, normally the names are assumed to be unique. The "sample" attribute on an Item can be used to indicate a metadata item that applies only to one sample in a multi-sample TIFF image. Sample numbering starts from 0. The "role" attribute can be used to identify a specific semantic with a metadata item. GDAL has several specific pieces of metadata with particular interpretations and these are identified with role attributes. At a future date some of these specific roles may be documented here. This is an unregistered tag used only by the GDAL library and applications built on it to hold Metadata about geospatial datasets. See also |