<div>Tamas-</div>
<div> I&#39;ve done some futher tracking on this and I found out the problem seems to actually be a difference in how the SVN version of GDAL warps and how an older development version warps. I warped the USGS DRG file for Mount Rainier West- available here:</div>

<div><a href="http://rocky.ess.washington.edu/data/raster/drg/yakima/o46121g7.zip" target="_top" rel="nofollow">http://rocky.ess.washington.edu/data/raster/drg/yakima/o46121g7.zip</a></div>
<div> </div>
<div>to EPSG:32610 (WGS84 UTM Zone 10N)- these files were NAD27 UTM Zone 10N to start out. On a pixel by pixel basis the files are exactly the same- but if you examine the GDALInfo output I attached you will see the Origin data written to the files is almost 100 Meters off the Northing dimension, and about 50 meters off the Easting dimension. If you plot a coordinate into the reprojected maps (the summit of Rainier works well) you can see the old version reprojects correctly, the new version is off by a significant amount.</div>

<div>Summit coordinates should be: <span class="geo"><span class="latitude" title="Latitude">46.852778</span>, <span class="longitude" title="Longitude">-121.760278</span></span></div>
<div><span class="geo"><span class="longitude" title="Longitude"></span></span> </div>
<div>I&#39;m not sure the exact versions of the library I&#39;m using but the old version that seems to work is from FWTools 2.3.0 and the new SVN version is from a recent automated Windows build SDK built on 6/1/09.<br>
</div>
<div class="gmail_quote">On Tue, Jun 2, 2009 at 2:30 PM, Tamas Szekeres (via Nabble) <span dir="ltr">&lt;<a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3020052&i=0" target="_top" rel="nofollow">ml-user%2B63011-1539807046@...</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I&#39;m not sure about this problem, I suspect cascading the vrt datasets should normally work. Could you provide your complete C# example to produce the output and the gdal_warp command line to examine the difference? <br>
<br>Best regards,<br><br>Tamas<br><br><br><br>
<div class="gmail_quote">2009/5/31 edomazlicky <span dir="ltr">&lt;<a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&amp;node=3014818&amp;i=0" target="_blank" rel="nofollow">edomazlicky@...</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><br>I am trying to warp a NAD27 UTM file to Google Mercator 900913. My<br>understanding is that for this to happen you have to first warp the file to<br>
WGS84 and then to 900913. I have tried going straight from NAD27-&gt;900913 and<br>I get projection errors similar to if you plotted a WGS84 coordinate on a<br>NAD27 map. So to accomplish this two-step warp I have been trying to do<br>
something kind of like this:<br><br>Dim oWGS84 As New OSGeo.OSR.SpatialReference(&quot;&quot;)<br>&#39; WGS84 UTM Zone 10<br>oWGS84.ImportFromEPSG(32610)<br>Dim wgs84_wkt As String = &quot;&quot;<br>oWGS84.ExportToPrettyWkt(wgs84_wkt, 0)<br>
InterMed = OSGeo.GDAL.Gdal.AutoCreateWarpedVRT(SrcGdalDataSet, src_wkt,<br>wgs84_wkt, eReSample, 0.125)<br>GdalDataSet = OSGeo.GDAL.Gdal.AutoCreateWarpedVRT(InterMed, wgs84_wkt,<br>dst_wkt, eReSample, 0.125)<br><br>Where src_wkt contains the NAD27 WKT and dst_wkt contains the 900913 WKT.<br>
This doesn&#39;t work- I am getting the same results I get if I try to go<br>straight from NAD27-&gt;900913. However if instead I warp the file in gdal_warp<br>first to WGS84 and then go from that to 900913 it works fine. Is there<br>
anyway to warp these files without making a new file fist? I would like for<br>it all to be done in memory without messing with temporary files or calling<br>gdal_warp externally.<br><font color="#888888">--<br>View this message in context: <a href="http://n2.nabble.com/Warping-a-warped-file-C--bindings-tp3003215p3003215.html" target="_blank" rel="nofollow">http://n2.nabble.com/Warping-a-warped-file-C--bindings-tp3003215p3003215.html</a><br>
Sent from the GDAL - Dev mailing list archive at Nabble.com.<br><br>_______________________________________________<br>gdal-dev mailing list<br><a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&amp;node=3014818&amp;i=1" target="_blank" rel="nofollow">gdal-dev@...</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank" rel="nofollow">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></font></blockquote></div><br><br>_______________________________________________ <br>
gdal-dev mailing list <br><a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&amp;node=3014818&amp;i=2" target="_blank" rel="nofollow">gdal-dev@...</a> <br><a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank" rel="nofollow">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a> </blockquote></div><br>
<br />Driver: GTiff/GeoTIFF
<br>Files: o46121g7_new.tif
<br>Size is 5212, 6818
<br>Coordinate System is:
<br>PROJCS[&quot;WGS 84 / UTM zone 10N&quot;,
<br>&nbsp; &nbsp; GEOGCS[&quot;WGS 84&quot;,
<br>&nbsp; &nbsp; &nbsp; &nbsp; DATUM[&quot;WGS_1984&quot;,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235630016,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],
<br>&nbsp; &nbsp; &nbsp; &nbsp; PRIMEM[&quot;Greenwich&quot;,0],
<br>&nbsp; &nbsp; &nbsp; &nbsp; UNIT[&quot;degree&quot;,0.0174532925199433],
<br>&nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],
<br>&nbsp; &nbsp; PROJECTION[&quot;Transverse_Mercator&quot;],
<br>&nbsp; &nbsp; PARAMETER[&quot;latitude_of_origin&quot;,0],
<br>&nbsp; &nbsp; PARAMETER[&quot;central_meridian&quot;,-123],
<br>&nbsp; &nbsp; PARAMETER[&quot;scale_factor&quot;,0.9996],
<br>&nbsp; &nbsp; PARAMETER[&quot;false_easting&quot;,500000],
<br>&nbsp; &nbsp; PARAMETER[&quot;false_northing&quot;,0],
<br>&nbsp; &nbsp; UNIT[&quot;metre&quot;,1,
<br>&nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],
<br>&nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;32610&quot;]]
<br>Origin = (584721.349063829520000,5192851.955712453500000)
<br>Pixel Size = (2.438380511827829,-2.438380511827829)
<br>Metadata:
<br>&nbsp; AREA_OR_POINT=Area
<br>Image Structure Metadata:
<br>&nbsp; INTERLEAVE=BAND
<br>Corner Coordinates:
<br>Upper Left &nbsp;( &nbsp;584721.349, 5192851.956) (121d53'16.89&quot;W, 46d53'1.69&quot;N)
<br>Lower Left &nbsp;( &nbsp;584721.349, 5176227.077) (121d53'27.97&quot;W, 46d44'3.21&quot;N)
<br>Upper Right ( &nbsp;597430.188, 5192851.956) (121d43'16.53&quot;W, 46d52'55.42&quot;N)
<br>Lower Right ( &nbsp;597430.188, 5176227.077) (121d43'29.28&quot;W, 46d43'56.97&quot;N)
<br>Center &nbsp; &nbsp; &nbsp;( &nbsp;591075.769, 5184539.517) (121d48'22.67&quot;W, 46d48'29.43&quot;N)
<br>Band 1 Block=5212x1 Type=Byte, ColorInterp=Palette
<br>&nbsp; Color Table (RGB with 256 entries)
<br>&nbsp; &nbsp; 0: 0,0,0,255
<br>&nbsp; &nbsp; 1: 255,255,255,255
<br>&nbsp; &nbsp; 2: 0,151,164,255
<br>&nbsp; &nbsp; 3: 203,0,23,255
<br>&nbsp; &nbsp; 4: 131,66,37,255
<br>&nbsp; &nbsp; 5: 201,234,157,255
<br>&nbsp; &nbsp; 6: 137,51,128,255
<br>&nbsp; &nbsp; 7: 255,234,0,255
<br>&nbsp; &nbsp; 8: 167,226,226,255
<br>&nbsp; &nbsp; 9: 255,184,184,255
<br>&nbsp; &nbsp;10: 218,179,214,255
<br>&nbsp; &nbsp;11: 209,209,209,255
<br>&nbsp; &nbsp;12: 207,164,142,255
<br>&nbsp; &nbsp;13: 0,0,0,255
<br>&nbsp; &nbsp;14: 0,0,0,255
<br>&nbsp; &nbsp;15: 0,0,0,255
<br>&nbsp; &nbsp;16: 0,0,0,255
<br>&nbsp; &nbsp;17: 0,0,0,255
<br>&nbsp; &nbsp;18: 0,0,0,255
<br>&nbsp; &nbsp;19: 0,0,0,255
<br>&nbsp; &nbsp;20: 0,0,0,255
<br>&nbsp; &nbsp;21: 0,0,0,255
<br>&nbsp; &nbsp;22: 0,0,0,255
<br>&nbsp; &nbsp;23: 0,0,0,255
<br>&nbsp; &nbsp;24: 0,0,0,255
<br>&nbsp; &nbsp;25: 0,0,0,255
<br>&nbsp; &nbsp;26: 0,0,0,255
<br>&nbsp; &nbsp;27: 0,0,0,255
<br>&nbsp; &nbsp;28: 0,0,0,255
<br>&nbsp; &nbsp;29: 0,0,0,255
<br>&nbsp; &nbsp;30: 0,0,0,255
<br>&nbsp; &nbsp;31: 0,0,0,255
<br>&nbsp; &nbsp;32: 0,0,0,255
<br>&nbsp; &nbsp;33: 0,0,0,255
<br>&nbsp; &nbsp;34: 0,0,0,255
<br>&nbsp; &nbsp;35: 0,0,0,255
<br>&nbsp; &nbsp;36: 0,0,0,255
<br>&nbsp; &nbsp;37: 0,0,0,255
<br>&nbsp; &nbsp;38: 0,0,0,255
<br>&nbsp; &nbsp;39: 0,0,0,255
<br>&nbsp; &nbsp;40: 0,0,0,255
<br>&nbsp; &nbsp;41: 0,0,0,255
<br>&nbsp; &nbsp;42: 0,0,0,255
<br>&nbsp; &nbsp;43: 0,0,0,255
<br>&nbsp; &nbsp;44: 0,0,0,255
<br>&nbsp; &nbsp;45: 0,0,0,255
<br>&nbsp; &nbsp;46: 0,0,0,255
<br>&nbsp; &nbsp;47: 0,0,0,255
<br>&nbsp; &nbsp;48: 0,0,0,255
<br>&nbsp; &nbsp;49: 0,0,0,255
<br>&nbsp; &nbsp;50: 0,0,0,255
<br>&nbsp; &nbsp;51: 0,0,0,255
<br>&nbsp; &nbsp;52: 0,0,0,255
<br>&nbsp; &nbsp;53: 0,0,0,255
<br>&nbsp; &nbsp;54: 0,0,0,255
<br>&nbsp; &nbsp;55: 0,0,0,255
<br>&nbsp; &nbsp;56: 0,0,0,255
<br>&nbsp; &nbsp;57: 0,0,0,255
<br>&nbsp; &nbsp;58: 0,0,0,255
<br>&nbsp; &nbsp;59: 0,0,0,255
<br>&nbsp; &nbsp;60: 0,0,0,255
<br>&nbsp; &nbsp;61: 0,0,0,255
<br>&nbsp; &nbsp;62: 0,0,0,255
<br>&nbsp; &nbsp;63: 0,0,0,255
<br>&nbsp; &nbsp;64: 0,0,0,255
<br>&nbsp; &nbsp;65: 0,0,0,255
<br>&nbsp; &nbsp;66: 0,0,0,255
<br>&nbsp; &nbsp;67: 0,0,0,255
<br>&nbsp; &nbsp;68: 0,0,0,255
<br>&nbsp; &nbsp;69: 0,0,0,255
<br>&nbsp; &nbsp;70: 0,0,0,255
<br>&nbsp; &nbsp;71: 0,0,0,255
<br>&nbsp; &nbsp;72: 0,0,0,255
<br>&nbsp; &nbsp;73: 0,0,0,255
<br>&nbsp; &nbsp;74: 0,0,0,255
<br>&nbsp; &nbsp;75: 0,0,0,255
<br>&nbsp; &nbsp;76: 0,0,0,255
<br>&nbsp; &nbsp;77: 0,0,0,255
<br>&nbsp; &nbsp;78: 0,0,0,255
<br>&nbsp; &nbsp;79: 0,0,0,255
<br>&nbsp; &nbsp;80: 0,0,0,255
<br>&nbsp; &nbsp;81: 0,0,0,255
<br>&nbsp; &nbsp;82: 0,0,0,255
<br>&nbsp; &nbsp;83: 0,0,0,255
<br>&nbsp; &nbsp;84: 0,0,0,255
<br>&nbsp; &nbsp;85: 0,0,0,255
<br>&nbsp; &nbsp;86: 0,0,0,255
<br>&nbsp; &nbsp;87: 0,0,0,255
<br>&nbsp; &nbsp;88: 0,0,0,255
<br>&nbsp; &nbsp;89: 0,0,0,255
<br>&nbsp; &nbsp;90: 0,0,0,255
<br>&nbsp; &nbsp;91: 0,0,0,255
<br>&nbsp; &nbsp;92: 0,0,0,255
<br>&nbsp; &nbsp;93: 0,0,0,255
<br>&nbsp; &nbsp;94: 0,0,0,255
<br>&nbsp; &nbsp;95: 0,0,0,255
<br>&nbsp; &nbsp;96: 0,0,0,255
<br>&nbsp; &nbsp;97: 0,0,0,255
<br>&nbsp; &nbsp;98: 0,0,0,255
<br>&nbsp; &nbsp;99: 0,0,0,255
<br>&nbsp; 100: 0,0,0,255
<br>&nbsp; 101: 0,0,0,255
<br>&nbsp; 102: 0,0,0,255
<br>&nbsp; 103: 0,0,0,255
<br>&nbsp; 104: 0,0,0,255
<br>&nbsp; 105: 0,0,0,255
<br>&nbsp; 106: 0,0,0,255
<br>&nbsp; 107: 0,0,0,255
<br>&nbsp; 108: 0,0,0,255
<br>&nbsp; 109: 0,0,0,255
<br>&nbsp; 110: 0,0,0,255
<br>&nbsp; 111: 0,0,0,255
<br>&nbsp; 112: 0,0,0,255
<br>&nbsp; 113: 0,0,0,255
<br>&nbsp; 114: 0,0,0,255
<br>&nbsp; 115: 0,0,0,255
<br>&nbsp; 116: 0,0,0,255
<br>&nbsp; 117: 0,0,0,255
<br>&nbsp; 118: 0,0,0,255
<br>&nbsp; 119: 0,0,0,255
<br>&nbsp; 120: 0,0,0,255
<br>&nbsp; 121: 0,0,0,255
<br>&nbsp; 122: 0,0,0,255
<br>&nbsp; 123: 0,0,0,255
<br>&nbsp; 124: 0,0,0,255
<br>&nbsp; 125: 0,0,0,255
<br>&nbsp; 126: 0,0,0,255
<br>&nbsp; 127: 0,0,0,255
<br>&nbsp; 128: 0,0,0,255
<br>&nbsp; 129: 0,0,0,255
<br>&nbsp; 130: 0,0,0,255
<br>&nbsp; 131: 0,0,0,255
<br>&nbsp; 132: 0,0,0,255
<br>&nbsp; 133: 0,0,0,255
<br>&nbsp; 134: 0,0,0,255
<br>&nbsp; 135: 0,0,0,255
<br>&nbsp; 136: 0,0,0,255
<br>&nbsp; 137: 0,0,0,255
<br>&nbsp; 138: 0,0,0,255
<br>&nbsp; 139: 0,0,0,255
<br>&nbsp; 140: 0,0,0,255
<br>&nbsp; 141: 0,0,0,255
<br>&nbsp; 142: 0,0,0,255
<br>&nbsp; 143: 0,0,0,255
<br>&nbsp; 144: 0,0,0,255
<br>&nbsp; 145: 0,0,0,255
<br>&nbsp; 146: 0,0,0,255
<br>&nbsp; 147: 0,0,0,255
<br>&nbsp; 148: 0,0,0,255
<br>&nbsp; 149: 0,0,0,255
<br>&nbsp; 150: 0,0,0,255
<br>&nbsp; 151: 0,0,0,255
<br>&nbsp; 152: 0,0,0,255
<br>&nbsp; 153: 0,0,0,255
<br>&nbsp; 154: 0,0,0,255
<br>&nbsp; 155: 0,0,0,255
<br>&nbsp; 156: 0,0,0,255
<br>&nbsp; 157: 0,0,0,255
<br>&nbsp; 158: 0,0,0,255
<br>&nbsp; 159: 0,0,0,255
<br>&nbsp; 160: 0,0,0,255
<br>&nbsp; 161: 0,0,0,255
<br>&nbsp; 162: 0,0,0,255
<br>&nbsp; 163: 0,0,0,255
<br>&nbsp; 164: 0,0,0,255
<br>&nbsp; 165: 0,0,0,255
<br>&nbsp; 166: 0,0,0,255
<br>&nbsp; 167: 0,0,0,255
<br>&nbsp; 168: 0,0,0,255
<br>&nbsp; 169: 0,0,0,255
<br>&nbsp; 170: 0,0,0,255
<br>&nbsp; 171: 0,0,0,255
<br>&nbsp; 172: 0,0,0,255
<br>&nbsp; 173: 0,0,0,255
<br>&nbsp; 174: 0,0,0,255
<br>&nbsp; 175: 0,0,0,255
<br>&nbsp; 176: 0,0,0,255
<br>&nbsp; 177: 0,0,0,255
<br>&nbsp; 178: 0,0,0,255
<br>&nbsp; 179: 0,0,0,255
<br>&nbsp; 180: 0,0,0,255
<br>&nbsp; 181: 0,0,0,255
<br>&nbsp; 182: 0,0,0,255
<br>&nbsp; 183: 0,0,0,255
<br>&nbsp; 184: 0,0,0,255
<br>&nbsp; 185: 0,0,0,255
<br>&nbsp; 186: 0,0,0,255
<br>&nbsp; 187: 0,0,0,255
<br>&nbsp; 188: 0,0,0,255
<br>&nbsp; 189: 0,0,0,255
<br>&nbsp; 190: 0,0,0,255
<br>&nbsp; 191: 0,0,0,255
<br>&nbsp; 192: 0,0,0,255
<br>&nbsp; 193: 0,0,0,255
<br>&nbsp; 194: 0,0,0,255
<br>&nbsp; 195: 0,0,0,255
<br>&nbsp; 196: 0,0,0,255
<br>&nbsp; 197: 0,0,0,255
<br>&nbsp; 198: 0,0,0,255
<br>&nbsp; 199: 0,0,0,255
<br>&nbsp; 200: 0,0,0,255
<br>&nbsp; 201: 0,0,0,255
<br>&nbsp; 202: 0,0,0,255
<br>&nbsp; 203: 0,0,0,255
<br>&nbsp; 204: 0,0,0,255
<br>&nbsp; 205: 0,0,0,255
<br>&nbsp; 206: 0,0,0,255
<br>&nbsp; 207: 0,0,0,255
<br>&nbsp; 208: 0,0,0,255
<br>&nbsp; 209: 0,0,0,255
<br>&nbsp; 210: 0,0,0,255
<br>&nbsp; 211: 0,0,0,255
<br>&nbsp; 212: 0,0,0,255
<br>&nbsp; 213: 0,0,0,255
<br>&nbsp; 214: 0,0,0,255
<br>&nbsp; 215: 0,0,0,255
<br>&nbsp; 216: 0,0,0,255
<br>&nbsp; 217: 0,0,0,255
<br>&nbsp; 218: 0,0,0,255
<br>&nbsp; 219: 0,0,0,255
<br>&nbsp; 220: 0,0,0,255
<br>&nbsp; 221: 0,0,0,255
<br>&nbsp; 222: 0,0,0,255
<br>&nbsp; 223: 0,0,0,255
<br>&nbsp; 224: 0,0,0,255
<br>&nbsp; 225: 0,0,0,255
<br>&nbsp; 226: 0,0,0,255
<br>&nbsp; 227: 0,0,0,255
<br>&nbsp; 228: 0,0,0,255
<br>&nbsp; 229: 0,0,0,255
<br>&nbsp; 230: 0,0,0,255
<br>&nbsp; 231: 0,0,0,255
<br>&nbsp; 232: 0,0,0,255
<br>&nbsp; 233: 0,0,0,255
<br>&nbsp; 234: 0,0,0,255
<br>&nbsp; 235: 0,0,0,255
<br>&nbsp; 236: 0,0,0,255
<br>&nbsp; 237: 0,0,0,255
<br>&nbsp; 238: 0,0,0,255
<br>&nbsp; 239: 0,0,0,255
<br>&nbsp; 240: 0,0,0,255
<br>&nbsp; 241: 0,0,0,255
<br>&nbsp; 242: 0,0,0,255
<br>&nbsp; 243: 0,0,0,255
<br>&nbsp; 244: 0,0,0,255
<br>&nbsp; 245: 0,0,0,255
<br>&nbsp; 246: 0,0,0,255
<br>&nbsp; 247: 0,0,0,255
<br>&nbsp; 248: 0,0,0,255
<br>&nbsp; 249: 0,0,0,255
<br>&nbsp; 250: 0,0,0,255
<br>&nbsp; 251: 0,0,0,255
<br>&nbsp; 252: 0,0,0,255
<br>&nbsp; 253: 0,0,0,255
<br>&nbsp; 254: 0,0,0,255
<br>&nbsp; 255: 0,0,0,255
<br><br />Driver: GTiff/GeoTIFF
<br>Files: o46121g7_old.tif
<br>Size is 5212, 6818
<br>Coordinate System is:
<br>PROJCS[&quot;WGS 84 / UTM zone 10N&quot;,
<br>&nbsp; &nbsp; GEOGCS[&quot;WGS 84&quot;,
<br>&nbsp; &nbsp; &nbsp; &nbsp; DATUM[&quot;WGS_1984&quot;,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235630016,
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],
<br>&nbsp; &nbsp; &nbsp; &nbsp; PRIMEM[&quot;Greenwich&quot;,0],
<br>&nbsp; &nbsp; &nbsp; &nbsp; UNIT[&quot;degree&quot;,0.0174532925199433],
<br>&nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],
<br>&nbsp; &nbsp; PROJECTION[&quot;Transverse_Mercator&quot;],
<br>&nbsp; &nbsp; PARAMETER[&quot;latitude_of_origin&quot;,0],
<br>&nbsp; &nbsp; PARAMETER[&quot;central_meridian&quot;,-123],
<br>&nbsp; &nbsp; PARAMETER[&quot;scale_factor&quot;,0.9996],
<br>&nbsp; &nbsp; PARAMETER[&quot;false_easting&quot;,500000],
<br>&nbsp; &nbsp; PARAMETER[&quot;false_northing&quot;,0],
<br>&nbsp; &nbsp; UNIT[&quot;metre&quot;,1,
<br>&nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],
<br>&nbsp; &nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;32610&quot;]]
<br>Origin = (584629.033300812820000,5192831.629261755400000)
<br>Pixel Size = (2.438409423764617,-2.438409423764617)
<br>Metadata:
<br>&nbsp; AREA_OR_POINT=Area
<br>Image Structure Metadata:
<br>&nbsp; INTERLEAVE=BAND
<br>Corner Coordinates:
<br>Upper Left &nbsp;( &nbsp;584629.033, 5192831.629) (121d53'21.26&quot;W, 46d53'1.08&quot;N)
<br>Lower Left &nbsp;( &nbsp;584629.033, 5176206.554) (121d53'32.33&quot;W, 46d44'2.58&quot;N)
<br>Upper Right ( &nbsp;597338.023, 5192831.629) (121d43'20.90&quot;W, 46d52'54.81&quot;N)
<br>Lower Right ( &nbsp;597338.023, 5176206.554) (121d43'33.64&quot;W, 46d43'56.35&quot;N)
<br>Center &nbsp; &nbsp; &nbsp;( &nbsp;590983.528, 5184519.092) (121d48'27.04&quot;W, 46d48'28.82&quot;N)
<br>Band 1 Block=5212x1 Type=Byte, ColorInterp=Palette
<br>&nbsp; Color Table (RGB with 256 entries)
<br>&nbsp; &nbsp; 0: 0,0,0,255
<br>&nbsp; &nbsp; 1: 255,255,255,255
<br>&nbsp; &nbsp; 2: 0,151,164,255
<br>&nbsp; &nbsp; 3: 203,0,23,255
<br>&nbsp; &nbsp; 4: 131,66,37,255
<br>&nbsp; &nbsp; 5: 201,234,157,255
<br>&nbsp; &nbsp; 6: 137,51,128,255
<br>&nbsp; &nbsp; 7: 255,234,0,255
<br>&nbsp; &nbsp; 8: 167,226,226,255
<br>&nbsp; &nbsp; 9: 255,184,184,255
<br>&nbsp; &nbsp;10: 218,179,214,255
<br>&nbsp; &nbsp;11: 209,209,209,255
<br>&nbsp; &nbsp;12: 207,164,142,255
<br>&nbsp; &nbsp;13: 0,0,0,255
<br>&nbsp; &nbsp;14: 0,0,0,255
<br>&nbsp; &nbsp;15: 0,0,0,255
<br>&nbsp; &nbsp;16: 0,0,0,255
<br>&nbsp; &nbsp;17: 0,0,0,255
<br>&nbsp; &nbsp;18: 0,0,0,255
<br>&nbsp; &nbsp;19: 0,0,0,255
<br>&nbsp; &nbsp;20: 0,0,0,255
<br>&nbsp; &nbsp;21: 0,0,0,255
<br>&nbsp; &nbsp;22: 0,0,0,255
<br>&nbsp; &nbsp;23: 0,0,0,255
<br>&nbsp; &nbsp;24: 0,0,0,255
<br>&nbsp; &nbsp;25: 0,0,0,255
<br>&nbsp; &nbsp;26: 0,0,0,255
<br>&nbsp; &nbsp;27: 0,0,0,255
<br>&nbsp; &nbsp;28: 0,0,0,255
<br>&nbsp; &nbsp;29: 0,0,0,255
<br>&nbsp; &nbsp;30: 0,0,0,255
<br>&nbsp; &nbsp;31: 0,0,0,255
<br>&nbsp; &nbsp;32: 0,0,0,255
<br>&nbsp; &nbsp;33: 0,0,0,255
<br>&nbsp; &nbsp;34: 0,0,0,255
<br>&nbsp; &nbsp;35: 0,0,0,255
<br>&nbsp; &nbsp;36: 0,0,0,255
<br>&nbsp; &nbsp;37: 0,0,0,255
<br>&nbsp; &nbsp;38: 0,0,0,255
<br>&nbsp; &nbsp;39: 0,0,0,255
<br>&nbsp; &nbsp;40: 0,0,0,255
<br>&nbsp; &nbsp;41: 0,0,0,255
<br>&nbsp; &nbsp;42: 0,0,0,255
<br>&nbsp; &nbsp;43: 0,0,0,255
<br>&nbsp; &nbsp;44: 0,0,0,255
<br>&nbsp; &nbsp;45: 0,0,0,255
<br>&nbsp; &nbsp;46: 0,0,0,255
<br>&nbsp; &nbsp;47: 0,0,0,255
<br>&nbsp; &nbsp;48: 0,0,0,255
<br>&nbsp; &nbsp;49: 0,0,0,255
<br>&nbsp; &nbsp;50: 0,0,0,255
<br>&nbsp; &nbsp;51: 0,0,0,255
<br>&nbsp; &nbsp;52: 0,0,0,255
<br>&nbsp; &nbsp;53: 0,0,0,255
<br>&nbsp; &nbsp;54: 0,0,0,255
<br>&nbsp; &nbsp;55: 0,0,0,255
<br>&nbsp; &nbsp;56: 0,0,0,255
<br>&nbsp; &nbsp;57: 0,0,0,255
<br>&nbsp; &nbsp;58: 0,0,0,255
<br>&nbsp; &nbsp;59: 0,0,0,255
<br>&nbsp; &nbsp;60: 0,0,0,255
<br>&nbsp; &nbsp;61: 0,0,0,255
<br>&nbsp; &nbsp;62: 0,0,0,255
<br>&nbsp; &nbsp;63: 0,0,0,255
<br>&nbsp; &nbsp;64: 0,0,0,255
<br>&nbsp; &nbsp;65: 0,0,0,255
<br>&nbsp; &nbsp;66: 0,0,0,255
<br>&nbsp; &nbsp;67: 0,0,0,255
<br>&nbsp; &nbsp;68: 0,0,0,255
<br>&nbsp; &nbsp;69: 0,0,0,255
<br>&nbsp; &nbsp;70: 0,0,0,255
<br>&nbsp; &nbsp;71: 0,0,0,255
<br>&nbsp; &nbsp;72: 0,0,0,255
<br>&nbsp; &nbsp;73: 0,0,0,255
<br>&nbsp; &nbsp;74: 0,0,0,255
<br>&nbsp; &nbsp;75: 0,0,0,255
<br>&nbsp; &nbsp;76: 0,0,0,255
<br>&nbsp; &nbsp;77: 0,0,0,255
<br>&nbsp; &nbsp;78: 0,0,0,255
<br>&nbsp; &nbsp;79: 0,0,0,255
<br>&nbsp; &nbsp;80: 0,0,0,255
<br>&nbsp; &nbsp;81: 0,0,0,255
<br>&nbsp; &nbsp;82: 0,0,0,255
<br>&nbsp; &nbsp;83: 0,0,0,255
<br>&nbsp; &nbsp;84: 0,0,0,255
<br>&nbsp; &nbsp;85: 0,0,0,255
<br>&nbsp; &nbsp;86: 0,0,0,255
<br>&nbsp; &nbsp;87: 0,0,0,255
<br>&nbsp; &nbsp;88: 0,0,0,255
<br>&nbsp; &nbsp;89: 0,0,0,255
<br>&nbsp; &nbsp;90: 0,0,0,255
<br>&nbsp; &nbsp;91: 0,0,0,255
<br>&nbsp; &nbsp;92: 0,0,0,255
<br>&nbsp; &nbsp;93: 0,0,0,255
<br>&nbsp; &nbsp;94: 0,0,0,255
<br>&nbsp; &nbsp;95: 0,0,0,255
<br>&nbsp; &nbsp;96: 0,0,0,255
<br>&nbsp; &nbsp;97: 0,0,0,255
<br>&nbsp; &nbsp;98: 0,0,0,255
<br>&nbsp; &nbsp;99: 0,0,0,255
<br>&nbsp; 100: 0,0,0,255
<br>&nbsp; 101: 0,0,0,255
<br>&nbsp; 102: 0,0,0,255
<br>&nbsp; 103: 0,0,0,255
<br>&nbsp; 104: 0,0,0,255
<br>&nbsp; 105: 0,0,0,255
<br>&nbsp; 106: 0,0,0,255
<br>&nbsp; 107: 0,0,0,255
<br>&nbsp; 108: 0,0,0,255
<br>&nbsp; 109: 0,0,0,255
<br>&nbsp; 110: 0,0,0,255
<br>&nbsp; 111: 0,0,0,255
<br>&nbsp; 112: 0,0,0,255
<br>&nbsp; 113: 0,0,0,255
<br>&nbsp; 114: 0,0,0,255
<br>&nbsp; 115: 0,0,0,255
<br>&nbsp; 116: 0,0,0,255
<br>&nbsp; 117: 0,0,0,255
<br>&nbsp; 118: 0,0,0,255
<br>&nbsp; 119: 0,0,0,255
<br>&nbsp; 120: 0,0,0,255
<br>&nbsp; 121: 0,0,0,255
<br>&nbsp; 122: 0,0,0,255
<br>&nbsp; 123: 0,0,0,255
<br>&nbsp; 124: 0,0,0,255
<br>&nbsp; 125: 0,0,0,255
<br>&nbsp; 126: 0,0,0,255
<br>&nbsp; 127: 0,0,0,255
<br>&nbsp; 128: 0,0,0,255
<br>&nbsp; 129: 0,0,0,255
<br>&nbsp; 130: 0,0,0,255
<br>&nbsp; 131: 0,0,0,255
<br>&nbsp; 132: 0,0,0,255
<br>&nbsp; 133: 0,0,0,255
<br>&nbsp; 134: 0,0,0,255
<br>&nbsp; 135: 0,0,0,255
<br>&nbsp; 136: 0,0,0,255
<br>&nbsp; 137: 0,0,0,255
<br>&nbsp; 138: 0,0,0,255
<br>&nbsp; 139: 0,0,0,255
<br>&nbsp; 140: 0,0,0,255
<br>&nbsp; 141: 0,0,0,255
<br>&nbsp; 142: 0,0,0,255
<br>&nbsp; 143: 0,0,0,255
<br>&nbsp; 144: 0,0,0,255
<br>&nbsp; 145: 0,0,0,255
<br>&nbsp; 146: 0,0,0,255
<br>&nbsp; 147: 0,0,0,255
<br>&nbsp; 148: 0,0,0,255
<br>&nbsp; 149: 0,0,0,255
<br>&nbsp; 150: 0,0,0,255
<br>&nbsp; 151: 0,0,0,255
<br>&nbsp; 152: 0,0,0,255
<br>&nbsp; 153: 0,0,0,255
<br>&nbsp; 154: 0,0,0,255
<br>&nbsp; 155: 0,0,0,255
<br>&nbsp; 156: 0,0,0,255
<br>&nbsp; 157: 0,0,0,255
<br>&nbsp; 158: 0,0,0,255
<br>&nbsp; 159: 0,0,0,255
<br>&nbsp; 160: 0,0,0,255
<br>&nbsp; 161: 0,0,0,255
<br>&nbsp; 162: 0,0,0,255
<br>&nbsp; 163: 0,0,0,255
<br>&nbsp; 164: 0,0,0,255
<br>&nbsp; 165: 0,0,0,255
<br>&nbsp; 166: 0,0,0,255
<br>&nbsp; 167: 0,0,0,255
<br>&nbsp; 168: 0,0,0,255
<br>&nbsp; 169: 0,0,0,255
<br>&nbsp; 170: 0,0,0,255
<br>&nbsp; 171: 0,0,0,255
<br>&nbsp; 172: 0,0,0,255
<br>&nbsp; 173: 0,0,0,255
<br>&nbsp; 174: 0,0,0,255
<br>&nbsp; 175: 0,0,0,255
<br>&nbsp; 176: 0,0,0,255
<br>&nbsp; 177: 0,0,0,255
<br>&nbsp; 178: 0,0,0,255
<br>&nbsp; 179: 0,0,0,255
<br>&nbsp; 180: 0,0,0,255
<br>&nbsp; 181: 0,0,0,255
<br>&nbsp; 182: 0,0,0,255
<br>&nbsp; 183: 0,0,0,255
<br>&nbsp; 184: 0,0,0,255
<br>&nbsp; 185: 0,0,0,255
<br>&nbsp; 186: 0,0,0,255
<br>&nbsp; 187: 0,0,0,255
<br>&nbsp; 188: 0,0,0,255
<br>&nbsp; 189: 0,0,0,255
<br>&nbsp; 190: 0,0,0,255
<br>&nbsp; 191: 0,0,0,255
<br>&nbsp; 192: 0,0,0,255
<br>&nbsp; 193: 0,0,0,255
<br>&nbsp; 194: 0,0,0,255
<br>&nbsp; 195: 0,0,0,255
<br>&nbsp; 196: 0,0,0,255
<br>&nbsp; 197: 0,0,0,255
<br>&nbsp; 198: 0,0,0,255
<br>&nbsp; 199: 0,0,0,255
<br>&nbsp; 200: 0,0,0,255
<br>&nbsp; 201: 0,0,0,255
<br>&nbsp; 202: 0,0,0,255
<br>&nbsp; 203: 0,0,0,255
<br>&nbsp; 204: 0,0,0,255
<br>&nbsp; 205: 0,0,0,255
<br>&nbsp; 206: 0,0,0,255
<br>&nbsp; 207: 0,0,0,255
<br>&nbsp; 208: 0,0,0,255
<br>&nbsp; 209: 0,0,0,255
<br>&nbsp; 210: 0,0,0,255
<br>&nbsp; 211: 0,0,0,255
<br>&nbsp; 212: 0,0,0,255
<br>&nbsp; 213: 0,0,0,255
<br>&nbsp; 214: 0,0,0,255
<br>&nbsp; 215: 0,0,0,255
<br>&nbsp; 216: 0,0,0,255
<br>&nbsp; 217: 0,0,0,255
<br>&nbsp; 218: 0,0,0,255
<br>&nbsp; 219: 0,0,0,255
<br>&nbsp; 220: 0,0,0,255
<br>&nbsp; 221: 0,0,0,255
<br>&nbsp; 222: 0,0,0,255
<br>&nbsp; 223: 0,0,0,255
<br>&nbsp; 224: 0,0,0,255
<br>&nbsp; 225: 0,0,0,255
<br>&nbsp; 226: 0,0,0,255
<br>&nbsp; 227: 0,0,0,255
<br>&nbsp; 228: 0,0,0,255
<br>&nbsp; 229: 0,0,0,255
<br>&nbsp; 230: 0,0,0,255
<br>&nbsp; 231: 0,0,0,255
<br>&nbsp; 232: 0,0,0,255
<br>&nbsp; 233: 0,0,0,255
<br>&nbsp; 234: 0,0,0,255
<br>&nbsp; 235: 0,0,0,255
<br>&nbsp; 236: 0,0,0,255
<br>&nbsp; 237: 0,0,0,255
<br>&nbsp; 238: 0,0,0,255
<br>&nbsp; 239: 0,0,0,255
<br>&nbsp; 240: 0,0,0,255
<br>&nbsp; 241: 0,0,0,255
<br>&nbsp; 242: 0,0,0,255
<br>&nbsp; 243: 0,0,0,255
<br>&nbsp; 244: 0,0,0,255
<br>&nbsp; 245: 0,0,0,255
<br>&nbsp; 246: 0,0,0,255
<br>&nbsp; 247: 0,0,0,255
<br>&nbsp; 248: 0,0,0,255
<br>&nbsp; 249: 0,0,0,255
<br>&nbsp; 250: 0,0,0,255
<br>&nbsp; 251: 0,0,0,255
<br>&nbsp; 252: 0,0,0,255
<br>&nbsp; 253: 0,0,0,255
<br>&nbsp; 254: 0,0,0,255
<br>&nbsp; 255: 0,0,0,255
<br>
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/Warping-a-warped-file-C--bindings-tp3003215p3020052.html">Re: [Gdal-dev] Warping a warped file C# bindings</a><br>
Sent from the <a href="http://n2.nabble.com/GDAL---Dev-f2022644.html">GDAL - Dev mailing list archive</a> at Nabble.com.<br>