<font face="courier new,monospace">I am using AutoCreateWarpedVRT to warp a dataset.  I grab the the source nodata for a band using <br><br>double noData = poBand-&gt;GetNoDataValue( &amp;pbSuccess );<br><br>which returns 1.#QNAN00000000... on windows.<br>


<br>I then try to set the INIT_DEST with this using<br><br>psWarpOptions-&gt;papszWarpOptions = <br>        CSLSetNameValue( psWarpOptions-&gt;papszWarpOptions, <br>                 &quot;INIT_DEST&quot;, CPLSPrintf( &quot;%lf&quot;, noData ) );<br>

<br>This works on linux when it returns nan(0x8000000000000), but not on windows, is there a different string I need to set in the warp options?<br><br>Thanks.<br><br clear="all">
</font><br>/**<br> *<br> * Kyle Shannon<br> * <a href="mailto:ksshannon@gmail.com" target="_blank">ksshannon@gmail.com</a><br>
 *<br> */<br><br><br>