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, warmer...@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@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to