<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"/>
<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="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style="font-size:
10.0pt;font-family:Arial;color:navy">How embarrassing.<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>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style="font-size:
10.0pt;font-family:Arial;color:navy">Thanks for your keen eyed assistance<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>
<div class=MsoNormal align=center style="text-align:center"><font size=3
face="Times New Roman"><span lang=EN-US style="font-size:12.0pt">
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span lang=EN-US style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</span></font></b><font
size=2 face=Tahoma><span lang=EN-US style="font-size:10.0pt;font-family:Tahoma">
Michael Sumner-2 [via OSGeo.org]
[mailto:<a href="/user/SendEmail.jtp?type=node&node=5686012&i=0" target="_top" rel="nofollow">[hidden email]</a>] <br>
<b><span style="font-weight:bold">Sent:</span></b> 29 October 2010 11:14<br>
<b><span style="font-weight:bold">To:</span></b> NeilJ<br>
<b><span style="font-weight:bold">Subject:</span></b> Re: Worldfile creation
inconsistency with gdal_translate</span></font><span lang=EN-US><o:p></o:p></span></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style="font-size:
12.0pt"><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style="font-size:
12.0pt">Try spelling the option correctly (both in the argument and in your
report): <br>
<br>
gdal_translate -of JPEG -co WORLDFILE=YES -a_srs EPSG:27700 HP40SE.tif <br>
F:\geo_streetview\jpg\HP40SE.jpg <br>
<br>
HTH <br>
<br>
On Fri, Oct 29, 2010 at 8:59 PM, NeilJ <<a href="/user/SendEmail.jtp?type=node&node=5685852&i=0&by-user=t" target="_top" rel="nofollow" link="external">[hidden
email]</a>> wrote: <o:p></o:p></span></font></p>
<div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style="font-size:
12.0pt"><br>
> <br>
> <br>
> <br>
> Please can someone explain to me why I get the message "Waring 6:
Driver <br>
> JPEG does not support WORDFILE creation option" when using
gdal_translate on <br>
> a windows command line (FW Tools 2.4.7), when running: <br>
> gdal_translate -of JPEG -co WORDLFILE=YES -a_srs EPSG:27700 HP40SE.tif <br>
> F:\geo_streetview\jpg\HP40SE.jpg <br>
> <br>
> The tif in question has the following details: <br>
> <br>
> Driver: GTiff/GeoTIFF <br>
> Files: HP40SE.tif <br>
> Size is 5000, 5000 <br>
> Coordinate System is: <br>
> PROJCS["unnamed", <br>
> GEOGCS[, <br>
> DATUM["unknown", <br>
> SPHEROID["unretrievable -
using WGS84",6378137,298.257223563]], <br>
> PRIMEM["Greenwich",0], <br>
> UN<st1:PersonName w:st="on">IT</st1:PersonName>["degree",0.0174532925199433]],
<br>
> UN<st1:PersonName w:st="on">IT</st1:PersonName>["metre",1,
<br>
> AUTHOR<st1:PersonName w:st="on">IT</st1:PersonName>Y["EPSG","9001"]],
<br>
> AUTHOR<st1:PersonName w:st="on">IT</st1:PersonName>Y["EPSG","27700"]]
<br>
> Origin = (445000.000000000000000,1205000.000000000000000) <br>
> Pixel Size = (1.000000000000000,-1.000000000000000) <br>
> Metadata: <br>
> AREA_OR_POINT=Area <br>
> Image Structure Metadata: <br>
> COMPRESSION=DEFLATE <br>
> INTERLEAVE=PIXEL <br>
> Corner Coordinates: <br>
> Upper Left ( 445000.000, 1205000.000) <br>
> Lower Left ( 445000.000, 1200000.000) <br>
> Upper Right ( 450000.000, 1205000.000) <br>
> Lower Right ( 450000.000, 1200000.000) <br>
> Center ( 447500.000, 1202500.000) <br>
> Band 1 Block=5000x1 Type=Byte, ColorInterp=Red Band 2 Block=5000x1 <br>
> Type=Byte, ColorInterp=Green Band 3 Block=5000x1 Type=Byte,
ColorInterp=Blue <br>
> <br>
> I am very confused by the worldfile=yes option as I have used it before on
<br>
> other conversions without a problem. <br>
> <br>
> Any advice on when and why this does/doesn't work? <br>
> -- <br>
> View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Worldfile-creation-inconsistency-with-gdal-translate-tp5685831p5685831.html?by-user=t&by-user=t"
target="_top" link="external" rel="nofollow">http://osgeo-org.1803224.n2.nabble.com/Worldfile-creation-inconsistency-with-gdal-translate-tp5685831p5685831.html</a><br>
> Sent from the GDAL - Dev mailing list archive at Nabble.com. <br>
> _______________________________________________ <br>
> gdal-dev mailing list <br>
> <a href="/user/SendEmail.jtp?type=node&node=5685852&i=1&by-user=t"
target="_top" rel="nofollow" link="external">[hidden email]</a> <br>
> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_top" link="external" rel="nofollow">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
> <o:p></o:p></span></font></p>
</div>
<p class=MsoNormal style="margin-bottom:12.0pt"><font size=3
face="Times New Roman"><span style="font-size:12.0pt"><br>
<br>
<br>
-- <br>
Michael Sumner <br>
Institute for Marine and Antarctic Studies, <st1:place w:st="on"><st1:City
w:st="on">University of Tasmania <br>
Hobart</st1:City>, <st1:country-region w:st="on">Australia</st1:country-region></st1:place>
<br>
e-mail: <a href="/user/SendEmail.jtp?type=node&node=5685852&i=2&by-user=t"
target="_top" rel="nofollow" link="external">[hidden email]</a> <br>
_______________________________________________ <br>
gdal-dev mailing list <br>
<a href="/user/SendEmail.jtp?type=node&node=5685852&i=3&by-user=t" target="_top" rel="nofollow" link="external">[hidden
email]</a> <br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_top" link="external" rel="nofollow">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
<o:p></o:p></span></font></p>
<div class=MsoNormal align=center style="text-align:center"><font size=3
face="Times New Roman"><span style="font-size:12.0pt">
<hr size=1 width="100%" noshade color="#cccccc" align=center>
</span></font></div>
<div>
<p class=MsoNormal><font size=1 color="#666666" face=Tahoma><span style="font-size:8.5pt;font-family:Tahoma;color:#666666">View message @ <a href="http://osgeo-org.1803224.n2.nabble.com/Worldfile-creation-inconsistency-with-gdal-translate-tp5685831p5685852.html?by-user=t" target="_top" rel="nofollow" link="external">http://osgeo-org.1803224.n2.nabble.com/Worldfile-creation-inconsistency-with-gdal-translate-tp5685831p5685852.html</a>
<br>
To unsubscribe from Worldfile creation inconsistency with gdal_translate, <a href="http://osgeo-org.1803224.n2.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=5685831&code=bmVpbC5qYWtlbWFuQGZpbmRtYXBzLmNvLnVrfDU2ODU4MzF8LTc3MzM2MTY0MQ==&by-user=t" target="_top" rel="nofollow" link="external">click
here</a>. <o:p></o:p></span></font></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style="font-size:
12.0pt"><o:p> </o:p></span></font></p>
</div>
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Worldfile-creation-inconsistency-with-gdal-translate-tp5685831p5686012.html">RE: Worldfile creation inconsistency with gdal_translate</a><br>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/GDAL-Dev-f2022644.html">GDAL - Dev mailing list archive</a> at Nabble.com.<br>