Ok, well since you&#39;re splitting the image up using pixel coordinates, you could use the Lizardtech utility instead.  It&#39;s called MrSidDecode, and you can get it for Linux at http://www.lizardtech.com/download/dl_download.php?detail=geo_mrsiddecode&platform=lin.  There are some examples in the doc of how to use it to extract a region from an image, and how to make sure it has georeferencing etc.<br /><br />Might be worth a shot.<br />--<br /><br />On Aug 27, 2009 2:48pm, Even Rouault &lt;even.rouault@mines-paris.org&gt; wrote:<br />&gt; Then my guess is that your .sid is not georeferenced or the georeferencing is<br />&gt; <br />&gt; not recognized by GDAL. You should check with the output of gdalinfo.<br />&gt; <br />&gt; <br />&gt; <br />&gt; Selon David R Robison drrobison@openroadsconsulting.com&gt;:<br />&gt; <br />&gt; <br />&gt; <br />&gt; &gt; When I use [-co &quot;TFW=yes&quot;] I do not get a .tfw file. Could it be because<br />&gt; <br />&gt; &gt; I am translating only a portion of the MrSID? I am using FWTools 2.4.1.<br />&gt; <br />&gt; &gt; David<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Roger André wrote:<br />&gt; <br />&gt; &gt; &gt; Hi David,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; I believe the problem is probably with GeoServer, and not with gdal.<br />&gt; <br />&gt; &gt; &gt; I think I recall getting this error in the past when I tried to<br />&gt; <br />&gt; &gt; &gt; register a GeoTIFF as a coverage in GeoServer, and that it was because<br />&gt; <br />&gt; &gt; &gt; I lacked a sidecar .tfw worldfile for my image.  You can create one as<br />&gt; <br />&gt; &gt; &gt; part of the gdal_translate command by adding the following creation<br />&gt; <br />&gt; &gt; &gt; option, [ -co &quot;TFW=yes&quot;].<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; If that doesn&#39;t work, I would test that the GeoTIFF works correctly in<br />&gt; <br />&gt; &gt; &gt; another GIS application, and if so, would then direct the question<br />&gt; <br />&gt; &gt; &gt; regarding the error to the GeoServer mailing list.<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; Best of luck,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; Roger<br />&gt; <br />&gt; &gt; &gt; --<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; On Thu, Aug 27, 2009 at 1:15 PM, David R Robison<br />&gt; <br />&gt; &gt; &gt; drrobison@openroadsconsulting.com<br />&gt; <br />&gt; &gt; &gt; drrobison@openroadsconsulting.com&gt;&gt; wrote:<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     I have a large MrSID that I am trying to work with. I am using<br />&gt; <br />&gt; &gt; &gt;     gdal_translate to split it into smaller files and convert them to<br />&gt; <br />&gt; &gt; &gt;     GeoTIFF. The command I am using is:<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     gdal_translate -of GTiff -srcwin 0 0 1000 1000 -co &quot;TILED=YES&quot;<br />&gt; <br />&gt; &gt; &gt;     in.sid out.tif<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     However, when I try to add it to geoserver I get the following error:<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     org.geotools.data.DataSourceException: GEOTIFF Module Error Report<br />&gt; <br />&gt; &gt; &gt;     Unknown Raster to Model configuration.<br />&gt; <br />&gt; &gt; &gt;     ModelPixelScaleTag: NOT AVAILABLE<br />&gt; <br />&gt; &gt; &gt;     ModelTiePointTag: NOT AVAILABLE<br />&gt; <br />&gt; &gt; &gt;     ModelTransformationTag: NOT AVAILABLE<br />&gt; <br />&gt; &gt; &gt;     GeoKey #1: Key = 1, Value = null<br />&gt; <br />&gt; &gt; &gt;     GeoKey #2: Key = 1024, Value = 1<br />&gt; <br />&gt; &gt; &gt;     GeoKey #3: Key = 1025, Value = 1<br />&gt; <br />&gt; &gt; &gt;     GeoKey #4: Key = 1026, Value = VDOT Project Coordinate System<br />&gt; <br />&gt; &gt; &gt;     GeoKey #5: Key = 2048, Value = 4269<br />&gt; <br />&gt; &gt; &gt;     GeoKey #6: Key = 2049, Value = GCS_North_American_1983<br />&gt; <br />&gt; &gt; &gt;     GeoKey #7: Key = 2054, Value = 9102<br />&gt; <br />&gt; &gt; &gt;     GeoKey #8: Key = 2057, Value = 6378137.0<br />&gt; <br />&gt; &gt; &gt;     GeoKey #9: Key = 2059, Value = 298.257222101<br />&gt; <br />&gt; &gt; &gt;     GeoKey #10: Key = 3072, Value = 32767<br />&gt; <br />&gt; &gt; &gt;     GeoKey #11: Key = 3074, Value = 32767<br />&gt; <br />&gt; &gt; &gt;     GeoKey #12: Key = 3075, Value = 8<br />&gt; <br />&gt; &gt; &gt;     GeoKey #13: Key = 3076, Value = 9003<br />&gt; <br />&gt; &gt; &gt;     GeoKey #14: Key = 3078, Value = 38.03333333333333<br />&gt; <br />&gt; &gt; &gt;     GeoKey #15: Key = 3079, Value = 39.2<br />&gt; <br />&gt; &gt; &gt;     GeoKey #16: Key = 3084, Value = -78.5<br />&gt; <br />&gt; &gt; &gt;     GeoKey #17: Key = 3085, Value = 37.6666666666<br />&gt; <br />&gt; &gt; &gt;     GeoKey #18: Key = 3086, Value = 1000059.9999989839<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;        at<br />&gt; <br />&gt; &gt; &gt;     org.geotools.gce.geotiff.GeoTiffReader.(GeoTiffReader.java:259)<br />&gt; <br />&gt; &gt; &gt;        at<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; org.geotools.gce.geotiff.GeoTiffFormat.getReader(GeoTiffFormat.java:261)<br />&gt; <br />&gt; &gt; &gt;        at<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; org.geotools.gce.geotiff.GeoTiffFormat.getReader(GeoTiffFormat.java:222)<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     Any idea what I am doing wrong? I am new to GIS imagery.<br />&gt; <br />&gt; &gt; &gt;     Thanks, David<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     --<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     David R Robison<br />&gt; <br />&gt; &gt; &gt;     Open Roads Consulting, Inc.<br />&gt; <br />&gt; &gt; &gt;     103 Watson Road, Chesapeake, VA 23320<br />&gt; <br />&gt; &gt; &gt;     phone: (757) 546-3401<br />&gt; <br />&gt; &gt; &gt;     e-mail: drrobison@openroadsconsulting.com<br />&gt; <br />&gt; &gt; &gt;     drrobison@openroadsconsulting.com&gt;<br />&gt; <br />&gt; &gt; &gt;     web: http://openroadsconsulting.com<br />&gt; <br />&gt; &gt; &gt;     blog: http://therobe.blogspot.com<br />&gt; <br />&gt; &gt; &gt;     book: http://www.xulonpress.com/book_detail.php?id=2579<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     This e-mail communication (including any attachments) may contain<br />&gt; <br />&gt; &gt; &gt;     confidential and/or privileged material intended solely for the<br />&gt; <br />&gt; &gt; &gt;     individual or entity to which it is addressed.  If you are not the<br />&gt; <br />&gt; &gt; &gt;     intended recipient, you should immediately stop reading this<br />&gt; <br />&gt; &gt; &gt;     message and delete it from all computers that it resides on. Any<br />&gt; <br />&gt; &gt; &gt;     unauthorized reading, distribution, copying or other use of this<br />&gt; <br />&gt; &gt; &gt;     communication (or its attachments) is strictly prohibited.  If you<br />&gt; <br />&gt; &gt; &gt;     have received this communication in error, please notify us<br />&gt; <br />&gt; &gt; &gt;     immediately.<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;     _______________________________________________<br />&gt; <br />&gt; &gt; &gt;     FWTools mailing list<br />&gt; <br />&gt; &gt; &gt;     FWTools@lists.maptools.org FWTools@lists.maptools.org&gt;<br />&gt; <br />&gt; &gt; &gt;     http://lists.maptools.org/mailman/listinfo/fwtools<br />&gt; <br />&gt; &gt; &gt;     http://fwtools.maptools.org/<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; --<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; David R Robison<br />&gt; <br />&gt; &gt; Open Roads Consulting, Inc.<br />&gt; <br />&gt; &gt; 103 Watson Road, Chesapeake, VA 23320<br />&gt; <br />&gt; &gt; phone: (757) 546-3401<br />&gt; <br />&gt; &gt; e-mail: drrobison@openroadsconsulting.com<br />&gt; <br />&gt; &gt; web: http://openroadsconsulting.com<br />&gt; <br />&gt; &gt; blog: http://therobe.blogspot.com<br />&gt; <br />&gt; &gt; book: http://www.xulonpress.com/book_detail.php?id=2579<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; This e-mail communication (including any attachments) may contain<br />&gt; <br />&gt; &gt; confidential and/or privileged material intended solely for the individual or<br />&gt; <br />&gt; &gt; entity to which it is addressed.  If you are not the intended recipient, you<br />&gt; <br />&gt; &gt; should immediately stop reading this message and delete it from all computers<br />&gt; <br />&gt; &gt; that it resides on. Any unauthorized reading, distribution, copying or other<br />&gt; <br />&gt; &gt; use of this communication (or its attachments) is strictly prohibited.  If<br />&gt; <br />&gt; &gt; you have received this communication in error, please notify us immediately.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;