<DIV>Hello ,everyone:</DIV>
<DIV> It is my first time here,and i am very happy to share all kinds of information here! I am a gdal newer ,now i have a problem need your help.</DIV>
<DIV> I have an image and it format is erdas image(.img),when i open it with erdas,i can see the image information as follow:</DIV>
<DIV> </DIV>
<DIV> upper Left X:565946.1197 upper Left Y:4439207.688</DIV>
<DIV> Lower Left X:351363.3907 upper Left Y:3363647.278</DIV>
<DIV> pixel sizeX:N/A pixel Size Y:N/A</DIV>
<DIV> unit:meters Geo model:Affine</DIV>
<DIV> Now ,i want to get it affine parameters with gdal function GetGeotransform with python,but this image haven't such function. i use the Open Function open the image ,and dir()function to view its function ,but i just looked the following information:</DIV>
<DIV> </DIV>
<DIV>>>> da=gdal.Open("d:\input\aa.img")<BR>>>> dir(da)<BR>['__class__', '__delattr__', '__doc__', '__getattribute__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str__']</DIV>
<DIV> </DIV>
<DIV>On the other hand,i try another image with the same course,the result as following:</DIV>
<DIV> </DIV>
<DIV>>>> da=gdal.Open("d:\output\yy.img")<BR>>>> dir(da)<BR>['AddBand', 'AdviseRead', 'BuildOverviews', 'FlushCache', 'GetDescription', 'GetDriver', 'GetGCPCount', 'GetGCPProjection', 'GetGCPs', 'GetGeoTransform', 'GetMetadata', 'GetProjection', 'GetProjectionRef', 'GetRasterBand', 'GetSubDatasets', 'RasterCount', 'RasterXSize', 'RasterYSize', 'ReadAsArray', 'ReadRaster', 'RefreshBandInfo', 'SetDescription', 'SetGCPs', 'SetGeoTransform', 'SetMetadata', 'SetProjection', 'WriteRaster', '__del__', '__doc__', '__init__', '__module__', '_band', '_o']</DIV>
<DIV> </DIV>
<DIV>I am so wonder what the matter of this,and if one of you ever met such problem or known it ,can you tell me in detailed, and i am very grateful!</DIV>
<DIV> Thank you for your attention!</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> Jinxiang Shen </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>