[gdal-dev] Getting private Metadata from Geotiff Images

Frank Warmerdam warmerdam at pobox.com
Wed May 26 11:16:31 EDT 2010


radioheadCDA wrote:
> Hey, I am a little bit new to GDAL and came across a problem. I am the C#
> wrapper of GDAL and I am needing to get specific metadata such as
> "ModelTiepointTag", "ModelPixelScaleTag" and a few more. I have tried using
> the "getmetadata( )" method as well as the "getmetadataitem( )" method, but
> no luck. I was wondering If anyone else has gone through this problem and if
> so how did you resolve it? Any help would be greatly appreciated, Thanks.

Chris,

These geotiff tags are not directly accessable through GDAL. Instead they
are transformed into the corresponding GDAL datastructures like geotransform
or GCPs depending on the exact tags.

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



More information about the gdal-dev mailing list