<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-NZ link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Several years ago I constructed a GIS library for our application out of various bits of libgeotiff, libtiff, libkml and proj.<o:p></o:p></p><p class=MsoNormal>(this was still the Proj4 era, I think!)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>One thing I tried to get working at the time, but never really did, was to read to geo-data from a GeoTIFF and convert<o:p></o:p></p><p class=MsoNormal>the coordinates to UTM, such that I could then position the image in a UTM space. This worked fine when it did nothing<o:p></o:p></p><p class=MsoNormal>(i.e., when the GeoTIFF was already in UTM) but any other transformation seemed a bit off.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>At the time this wasn’t a big deal, as only a few of our users were making forays into GIS type stuff. Now it is becoming<o:p></o:p></p><p class=MsoNormal>more and more common I wondered if there was a quick and easy way to fix my code in the short term – with a view to <o:p></o:p></p><p class=MsoNormal>more rigorous GIS support when I have more time (ultimately it would be nice to transform between any two ‘arbitrary’ systems)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>To be honest I haven’t looked at this in a long while and feel like I’ve forgotten a lot of what I must have known then<o:p></o:p></p><p class=MsoNormal>in order to get it to the stage it is at currently. Would anyone with more Proj familiarity on the list be willing to glance<o:p></o:p></p><p class=MsoNormal>through my GeoTIFF importation code and comment on what I have done incorrectly, if anything? Or even just outline the<o:p></o:p></p><p class=MsoNormal>steps I should take to get the correct projection info out of a GeoTIFF and convert it?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-NZ'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-NZ'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-NZ'>Dan<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-NZ'><o:p> </o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>