<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" 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 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PostalCode"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="address"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        color:black;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Greetings GDAL
list,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>I am quite new
to GDAL, so please excuse my general ignorance about all things GDAL, as well
as my frustration with this ongoing problem.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Currently, I am
trying to reproject some Mr.SID images from UTM NAD83 to USGS Albers. Seems
easy enough and it should be. In fact, I have had a great deal of success
doing it with GDAL. And that’s the problem. Sometimes it
works perfectly, other times not at all. If things consistently failed,
then I would know that the problem was with me. However, since it works
intermittently, I am completely perplexed. <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Below are two
examples of what I am trying to do. In both instances, I have succeeded
before and failed before. When gdalwarp fails, I get a Widows error
telling me that “gdalwarp.exe has encountered a problem and needs to
close.” On that note, I should add, I am running XP pro with all service
packs installed.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Example one—straightforward
gdalwarp with no target extent specified:<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>gdalwarp -s_srs
"ESRI::UTM14_83.prj" -t_srs "ESRI::USGSAlbers.prj" -of
GTIFF -co "TFW=YES" "c:\DOQ\36096b12.sid" "c:\DOQ\b12.tif"<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Example two—gdalwarp
with target extent defined. <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>gdalwarp -s_srs "ESRI::UTM14_83.prj" -t_srs
"ESRI::USGSAlbers.prj" -te -66701.437329 1536254.54245 -54947.405852
1550909.99892 -of GTIFF -co "TFW=YES" "c:\UTM\county.sid"
"c:\Al_TIFF\quad2.tif"<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=black face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:black'>Thanks in
advance for any advice/input.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt;color:black'><o:p> </o:p></span></font></p>
<div>
<div>
<p class=MsoNormal><font size=2 color=navy face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:navy'>Todd Fagin<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
</div>
<p class=MsoNormal><font size=2 color=navy face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:navy'>Coordinate
Solutions, Inc.<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><st1:Street w:st="on"><st1:address w:st="on"><font size=2
color=navy face="Trebuchet MS"><span style='font-size:10.0pt;font-family:
"Trebuchet MS";color:navy'>501 N.E. 15th St</span></font></st1:address></st1:Street><font
size=2 color=navy face="Trebuchet MS"><span style='font-size:10.0pt;font-family:
"Trebuchet MS";color:navy'>.<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><st1:place w:st="on"><st1:City w:st="on"><font size=2
color=navy face="Trebuchet MS"><span style='font-size:10.0pt;font-family:
"Trebuchet MS";color:navy'>Oklahoma City</span></font></st1:City><font
size=2 color=navy face="Trebuchet MS"><span style='font-size:10.0pt;
font-family:"Trebuchet MS";color:navy'>, <st1:State w:st="on">OK</st1:State> <st1:PostalCode
w:st="on">73104</st1:PostalCode></span></font></st1:place><font size=2
color=navy face="Trebuchet MS"><span style='font-size:10.0pt;font-family:"Trebuchet MS";
color:navy'><o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=2 color=navy face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:navy'>405.246.9396
(Voice)<o:p></o:p></span></font></p>
</div>
<div>
<p class=MsoNormal><font size=2 color=navy face="Trebuchet MS"><span
style='font-size:10.0pt;font-family:"Trebuchet MS";color:navy'>405.227.0781
(Fax)<o:p></o:p></span></font></p>
</div>
</div>
</body>
</html>