Re: [gdal-dev] Getting private Metadata from Geotiff Images

2010-05-26 Thread Frank Warmerdam
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(

[gdal-dev] Getting private Metadata from Geotiff Images

2010-05-26 Thread radioheadCDA
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 luc