Hi David,<br><br>I believe the problem is probably with GeoServer, and not with gdal.  I think I recall getting this error in the past when I tried to register a GeoTIFF as a coverage in GeoServer, and that it was because I lacked a sidecar .tfw worldfile for my image.  You can create one as part of the gdal_translate command by adding the following creation option, [ -co &quot;TFW=yes&quot;].<br>
<br>If that doesn&#39;t work, I would test that the GeoTIFF works correctly in another GIS application, and if so, would then direct the question regarding the error to the GeoServer mailing list.<br><br>Best of luck,<br>
<br>Roger<br>--<br><br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 1:15 PM, David R Robison <span dir="ltr">&lt;<a href="mailto:drrobison@openroadsconsulting.com">drrobison@openroadsconsulting.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have a large MrSID that I am trying to work with. I am using gdal_translate to split it into smaller files and convert them to GeoTIFF. The command I am using is:<br>

<br>
gdal_translate -of GTiff -srcwin 0 0 1000 1000 -co &quot;TILED=YES&quot; in.sid out.tif<br>
<br>
However, when I try to add it to geoserver I get the following error:<br>
<br>
org.geotools.data.DataSourceException: GEOTIFF Module Error Report<br>
Unknown Raster to Model configuration.<br>
ModelPixelScaleTag: NOT AVAILABLE<br>
ModelTiePointTag: NOT AVAILABLE<br>
ModelTransformationTag: NOT AVAILABLE<br>
GeoKey #1: Key = 1, Value = null<br>
GeoKey #2: Key = 1024, Value = 1<br>
GeoKey #3: Key = 1025, Value = 1<br>
GeoKey #4: Key = 1026, Value = VDOT Project Coordinate System<br>
GeoKey #5: Key = 2048, Value = 4269<br>
GeoKey #6: Key = 2049, Value = GCS_North_American_1983<br>
GeoKey #7: Key = 2054, Value = 9102<br>
GeoKey #8: Key = 2057, Value = 6378137.0<br>
GeoKey #9: Key = 2059, Value = 298.257222101<br>
GeoKey #10: Key = 3072, Value = 32767<br>
GeoKey #11: Key = 3074, Value = 32767<br>
GeoKey #12: Key = 3075, Value = 8<br>
GeoKey #13: Key = 3076, Value = 9003<br>
GeoKey #14: Key = 3078, Value = 38.03333333333333<br>
GeoKey #15: Key = 3079, Value = 39.2<br>
GeoKey #16: Key = 3084, Value = -78.5<br>
GeoKey #17: Key = 3085, Value = 37.6666666666<br>
GeoKey #18: Key = 3086, Value = 1000059.9999989839<br>
<br>
    at org.geotools.gce.geotiff.GeoTiffReader.&lt;init&gt;(GeoTiffReader.java:259)<br>
    at org.geotools.gce.geotiff.GeoTiffFormat.getReader(GeoTiffFormat.java:261)<br>
    at org.geotools.gce.geotiff.GeoTiffFormat.getReader(GeoTiffFormat.java:222)<br>
<br>
Any idea what I am doing wrong? I am new to GIS imagery.<br>
Thanks, David<br>
<br>
--<br>
<br>
David R Robison<br>
Open Roads Consulting, Inc.<br>
103 Watson Road, Chesapeake, VA 23320<br>
phone: (757) 546-3401<br>
e-mail: <a href="mailto:drrobison@openroadsconsulting.com">drrobison@openroadsconsulting.com</a><br>
web: <a href="http://openroadsconsulting.com" target="_blank">http://openroadsconsulting.com</a><br>
blog: <a href="http://therobe.blogspot.com" target="_blank">http://therobe.blogspot.com</a><br>
book: <a href="http://www.xulonpress.com/book_detail.php?id=2579" target="_blank">http://www.xulonpress.com/book_detail.php?id=2579</a><br>
<br>
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.  If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited.  If you have received this communication in error, please notify us immediately.<br>

<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
FWTools mailing list<br>
<a href="mailto:FWTools@lists.maptools.org">FWTools@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/fwtools" target="_blank">http://lists.maptools.org/mailman/listinfo/fwtools</a><br>
<a href="http://fwtools.maptools.org/" target="_blank">http://fwtools.maptools.org/</a><br>
</blockquote></div><br>