<div dir="ltr">Thanks Even, this was my lone hang-up and got it me on the right track! </div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 1:00 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mardi 15 juillet 2014 20:52:16, Michael Aschenbeck a écrit :<br>
<div class="">> Thanks for your response.<br>
><br>
> For my application, I will be creating the transformation on the fly.  It<br>
> will be a non-standard transformation.  Unless I'm mistaken, I don't<br>
> believe this can be done with gdalwarp directly.<br>
><br>
> Also, I am under the assumption that its source code is introduced in the<br>
> tutorial I am working off of (<a href="http://www.gdal.org/warptut.html" target="_blank">http://www.gdal.org/warptut.html</a>).  Yet, this<br>
> just introduces a standard transformation, not a custom one.  This is why<br>
> I'm having trouble.<br>
<br>
</div>When doing custom stuff, you often need to step into GDAL code to understand<br>
better how things are interacting together.<br>
Actually looking at your identityTransform and GDALSuggestedWarpOutput2(), I<br>
think there's at least something you should fix. You should initialize all the<br>
nPointcount elements of then panSuccess array to 1.<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</div></div></blockquote></div><br></div>