<div dir="ltr">Hi Gerard,<div><br></div><div>In NCL versions &gt;= 6.2.1, there is an undocumented interface to the Proj4 cartographic projections library. Its function signature is:</div><div><br></div><div>    <span style="font-family:menlo;font-size:14px;background-color:rgb(254,250,207)">transform_coordinate(SrcProjStr, DestProjStr, x[], y[], z[])</span></div><div><span style="font-family:menlo;font-size:14px;background-color:rgb(254,250,207)"><br></span></div><div><span style="background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif">where the two strings are the Proj4 projection strings, and x/y/z are arrays of type double. The transformed results are returned in the arrays, overwriting the original values.</font></span></div><div><span style="background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div><font face="arial, helvetica, sans-serif">If you are unfamiliar with proj4 strings, send me the details of your projection (standard parallels, center of projection, etc.) and I will send back appropriate strings.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Hope that helps...</font></div><div><font face="arial, helvetica, sans-serif">Rick</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 27, 2016 at 8:02 AM, G. Hesselmans <span dir="ltr">&lt;<a href="mailto:hesselmans@hermess.nl" target="_blank">hesselmans@hermess.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>NCL support</p>
    <p>I am writing python code to retrieve data from WRF results.</p>
    <p> For this purpose I would like to convert WGS84 lat/lon
      coordinates to the Lambert coordinates used by WRF.</p>
    <p>To test my code for other scripts I have been using NCL.</p>
    <p>Unfortunately, so far I have not been able to output Lambert
      coordinates from NCL.</p>
    <p>Please can you suggest how I can print Lambert coordinates after
      feeding NCL with lat/lon coordinates.</p>
    <p>Kind regards, Gerard<br>
    </p>
    <p><br>
    </p>
    <br>
    <div class="m_7822454381695962016moz-signature">-- <br>
      
      
      <small> Dr. G. (Gerard) Hesselmans<br>
        Director, Remote Sensing Expert<br>
        <br>
        Tel:    <a href="tel:%2B31%20%280%29527%20745%20073" value="+31527745073" target="_blank">+31 (0)527 745 073</a><br>
        Fax:    <a href="tel:%2B31%20%280%29527%20745%20071" value="+31527745071" target="_blank">+31 (0)527 745 071</a><br>
        <a class="m_7822454381695962016moz-txt-link-freetext" href="http://www.hermess.nl" target="_blank">http://www.hermess.nl</a><br>
        <br>
        <img alt="" src="cid:part1.4E5317F2.CA8B7E1C@hermess.nl" height="39" width="145"><br>
        <br>
        HERMESS BV, Voorsterweg 28, 8316PT Marknesse, The Netherlands<br>
        Chamber of Commerce number 59154489     <a href="http://www.hermess.nl/pdf/DisclaimerHERMESS.pdf" target="_blank">Disclaimer</a>
        <br>
        <br>
        <i>HERMESS news:</i> <a href="http://www.hermess.nl/weather-forecasting/" target="_blank">Weather
          forecast for all Dutch citizens</a>
         </small> </div>
  </div>

<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>